Package | Description |
---|---|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
|
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldType.get(byte type) |
FieldType |
ClassDefinition.getFieldType(String fieldName)
Get the FieldType for a given fieldName.
|
FieldType |
PortableReader.getFieldType(String fieldName) |
FieldType |
GenericRecord.getFieldType(String fieldName) |
FieldType |
FieldType.getSingleType() |
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 © 2020 Hazelcast, Inc.. All rights reserved.