Uses of Class
io.basestar.storage.hazelcast.serde.AttributeType.EncodedType
-
Packages that use AttributeType.EncodedType Package Description io.basestar.storage.hazelcast.serde -
-
Uses of AttributeType.EncodedType in io.basestar.storage.hazelcast.serde
Methods in io.basestar.storage.hazelcast.serde that return AttributeType.EncodedType Modifier and Type Method Description static <T> AttributeType.EncodedType<T>AttributeType. encoded(io.basestar.schema.use.Use<T> use)static <T> AttributeType.EncodedType<java.util.List<T>>AttributeType. encodedArray(io.basestar.schema.use.Use<T> type)
-