Sha256: 2de89a3b7807d6dbcecb3a91099f0db6b876ed5041bdb1b3bf7c9d062c18fa3a
Contents?: true
Size: 320 Bytes
Versions: 109
Compression:
Stored size: 320 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 String getName(); Class<?> getJavaType(); byte getFixedStorageSize(); }
Version data entries
109 entries across 109 versions & 1 rubygems