Uses of Enum Class
com.hazelcast.nio.serialization.FieldType
Package
Description
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of FieldType in com.hazelcast.nio.serialization
Modifier and TypeMethodDescriptionstatic FieldType
FieldType.get
(byte type) ClassDefinition.getFieldType
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Get the FieldType for a given fieldName.PortableReader.getFieldType
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.FieldType.getSingleType()
FieldDefinition.getType()
static FieldType
Returns the enum constant of this class with the specified name.static FieldType[]
FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.