Uses of Class
com.hazelcast.nio.serialization.FieldType

Packages that use FieldType
com.hazelcast.nio.serialization 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 FieldType
static FieldType FieldType.get(byte type)
           
 FieldType PortableReader.getFieldType(String fieldName)
           
 FieldType BinaryClassDefinitionProxy.getFieldType(String fieldName)
           
 FieldType DefaultPortableReader.getFieldType(String fieldName)
           
 FieldType ClassDefinition.getFieldType(String fieldName)
           
 FieldType FieldDefinition.getType()
           
static FieldType FieldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldType[] FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.