Package | Description |
---|---|
com.pushtechnology.diffusion.datatype |
Diffusion Data Types.
|
com.pushtechnology.diffusion.datatype.binary |
Diffusion Binary Data Type.
|
com.pushtechnology.diffusion.datatype.json |
Diffusion JSON Data Type.
|
Modifier and Type | Method and Description |
---|---|
<V> DataType<? extends V> |
DataTypes.getByClass(Class<V> valueClass)
Obtain a
DataType implementation by class. |
DataType<?> |
DataTypes.getByName(String typeName)
Obtain a
DataType implementation by type name. |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryDataType
Binary data type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JSONDataType
JSON data type.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.