| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.encoder | |
| org.indunet.fastproto.graph | |
| org.indunet.fastproto.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayEncoder
Array encoder.
|
class |
BinaryEncoder
Binary type encoder.
|
class |
BooleanEncoder
Boolean type encoder.
|
class |
ByteEncoder
Byte type encoder.
|
class |
CharacterEncoder
Character type encoder.
|
class |
DoubleEncoder
Double type encoder.
|
class |
EnumEncoder
Enum type encoder.
|
class |
FloatEncoder
Float type encoder.
|
class |
Integer16Encoder
Integer16 type encoder.
|
class |
Integer8Encoder
Integer8 type encoder.
|
class |
IntegerEncoder
Integer type encoder.
|
class |
ListEncoder
List type.
|
class |
LongEncoder
Long type encoder.
|
class |
ShortEncoder
Short type encoder.
|
class |
StringEncoder
String type encoder.
|
class |
TimestampEncoder
Timestamp type encoder.
|
class |
UInteger16Encoder
UInteger16 type encoder.
|
class |
UInteger32Encoder
UInteger32 type encoder.
|
class |
UInteger64Encoder |
class |
UInteger8Encoder
UInteger8 type encoder.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected static ConcurrentHashMap<Class<? extends TypeEncoder>,TypeEncoder> |
EncoderFactory.encoders |
protected static ConcurrentHashMap<Class<? extends TypeEncoder>,TypeEncoder> |
EncoderFactory.encoders |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.function.Consumer<EncodeContext> |
EncoderFactory.getEncoder(Class<? extends TypeEncoder> clazz) |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) Class<? extends TypeEncoder> |
Reference.encoderClass |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends TypeEncoder> |
TypeUtils.encoderClass(@NonNull Annotation typeAnnotation) |
Copyright © 2019–2022 indunet. All rights reserved.