Uses of Enum Class
com.hazelcast.nio.serialization.FieldType
Packages that use FieldType
Package
Description
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of FieldType in com.hazelcast.nio.serialization
Methods in com.hazelcast.nio.serialization that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeFieldType.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 FieldTypeReturns 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.