| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.codec |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryCodec
Binary type codec.
|
class |
BoolCodec
Bool type codec.
|
class |
ByteCodec
Byte type codec.
|
class |
CalendarCodec
Calendar codec.
|
class |
CharCodec
Char type codec.
|
class |
DateCodec
Date type codec.
|
class |
DoubleCodec
Double type codec.
|
class |
EnumCodec<T extends Enum>
Enum type codec.
|
class |
FloatCodec
Float type codec.
|
class |
InstantCodec
Instant type codec.
|
class |
Int16Codec
Int16 type codec.
|
class |
Int32Codec
Int32 type codec.
|
class |
Int64Codec
Int64 type codec.
|
class |
Int8Codec
Int8 type codec.
|
class |
ShortCodec
Short type codec.
|
class |
StringBufferCodec
StringBuffer type codec.
|
class |
StringBuilderCodec
StringBuilder type codec.
|
class |
StringCodec
String type codec.
|
class |
TimestampCodec
Timestamp type codec.
|
class |
UInt16Codec
UInt16 type codec.
|
class |
UInt32Codec
UInt32 type codec.
|
class |
UInt64Codec
UInt64 type codec.
|
class |
UInt8Codec
UInt8 type codec.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected static ConcurrentHashMap<Class,ConcurrentHashMap<Class,Codec>> |
CodecFactory.codecMap |
static ConcurrentHashMap<Class<? extends Codec>,Codec> |
Codec.codecs |
static ConcurrentHashMap<Class<? extends Codec>,Codec> |
Codec.codecs |
| 限定符和类型 | 方法和说明 |
|---|---|
static Codec |
CodecFactory.create(Class type,
Class fieldClass) |
static Codec |
Codec.getCodec(Class<? extends Codec> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Codec |
Codec.getCodec(Class<? extends Codec> clazz) |
Copyright © 2019–2022 indunet. All rights reserved.