Sha256: 610c9be84e84d92f4ecc4518b28af03154f572918b84ec6dcdc1a776994b7e0e
Contents?: true
Size: 341 Bytes
Versions: 46
Compression:
Stored size: 341 Bytes
Contents
package org.embulk.spi.type; import com.fasterxml.jackson.annotation.JsonValue; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; @JsonDeserialize(using=TypeDeserializer.class) public interface Type { @JsonValue public String getName(); public Class<?> getJavaType(); public byte getFixedStorageSize(); }
Version data entries
46 entries across 46 versions & 1 rubygems