Package io.protostuff.runtime
Class RuntimeReflectionFieldFactory
java.lang.Object
io.protostuff.runtime.RuntimeReflectionFieldFactory
Field factory via plain old reflection api.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RuntimeFieldFactory
<BigDecimal> static final RuntimeFieldFactory
<BigInteger> static final RuntimeFieldFactory
<Boolean> static final RuntimeFieldFactory
<Byte> static final RuntimeFieldFactory
<byte[]> static final RuntimeFieldFactory
<ByteString> static final RuntimeFieldFactory
<Character> static final RuntimeFieldFactory
<Date> static final RuntimeFieldFactory
<Object> static final RuntimeFieldFactory
<Double> static final RuntimeFieldFactory
<Integer> static final RuntimeFieldFactory
<Float> static final RuntimeFieldFactory
<Integer> static final RuntimeFieldFactory
<Long> (package private) static final RuntimeFieldFactory
<Object> (package private) static final RuntimeFieldFactory
<Object> (package private) static final RuntimeFieldFactory
<Object> static final RuntimeFieldFactory
<Short> static final RuntimeFieldFactory
<String> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHAR
-
SHORT
-
BYTE
-
INT32
-
INT64
-
FLOAT
-
DOUBLE
-
BOOL
-
STRING
-
BYTES
-
BYTE_ARRAY
-
ENUM
-
POJO
-
POLYMORPHIC_POJO
-
OBJECT
-
BIGDECIMAL
-
BIGINTEGER
-
DATE
-
DELEGATE
-
-
Constructor Details
-
RuntimeReflectionFieldFactory
private RuntimeReflectionFieldFactory()
-