Uses of Class
io.protostuff.runtime.RuntimeFieldFactory
Packages that use RuntimeFieldFactory
-
Uses of RuntimeFieldFactory in io.protostuff.runtime
Fields in io.protostuff.runtime declared as RuntimeFieldFactoryModifier and TypeFieldDescription(package private) static final RuntimeFieldFactory
<BigDecimal> RuntimeFieldFactory.BIGDECIMAL
static final RuntimeFieldFactory
<BigDecimal> RuntimeReflectionFieldFactory.BIGDECIMAL
static final RuntimeFieldFactory
<BigDecimal> RuntimeUnsafeFieldFactory.BIGDECIMAL
(package private) static final RuntimeFieldFactory
<BigInteger> RuntimeFieldFactory.BIGINTEGER
static final RuntimeFieldFactory
<BigInteger> RuntimeReflectionFieldFactory.BIGINTEGER
static final RuntimeFieldFactory
<BigInteger> RuntimeUnsafeFieldFactory.BIGINTEGER
(package private) static final RuntimeFieldFactory
<Boolean> RuntimeFieldFactory.BOOL
static final RuntimeFieldFactory
<Boolean> RuntimeReflectionFieldFactory.BOOL
static final RuntimeFieldFactory
<Boolean> RuntimeUnsafeFieldFactory.BOOL
(package private) static final RuntimeFieldFactory
<Byte> RuntimeFieldFactory.BYTE
static final RuntimeFieldFactory
<Byte> RuntimeReflectionFieldFactory.BYTE
static final RuntimeFieldFactory
<Byte> RuntimeUnsafeFieldFactory.BYTE
(package private) static final RuntimeFieldFactory
<byte[]> RuntimeFieldFactory.BYTE_ARRAY
static final RuntimeFieldFactory
<byte[]> RuntimeReflectionFieldFactory.BYTE_ARRAY
static final RuntimeFieldFactory
<byte[]> RuntimeUnsafeFieldFactory.BYTE_ARRAY
(package private) static final RuntimeFieldFactory
<ByteString> RuntimeFieldFactory.BYTES
static final RuntimeFieldFactory
<ByteString> RuntimeReflectionFieldFactory.BYTES
static final RuntimeFieldFactory
<ByteString> RuntimeUnsafeFieldFactory.BYTES
(package private) static final RuntimeFieldFactory
<Character> RuntimeFieldFactory.CHAR
static final RuntimeFieldFactory
<Character> RuntimeReflectionFieldFactory.CHAR
static final RuntimeFieldFactory
<Character> RuntimeUnsafeFieldFactory.CHAR
private static final RuntimeFieldFactory
<Collection<?>> RuntimeCollectionFieldFactory.COLLECTION
(package private) static final RuntimeFieldFactory
<Collection<?>> RuntimeFieldFactory.COLLECTION
(package private) static final RuntimeFieldFactory
<Date> RuntimeFieldFactory.DATE
static final RuntimeFieldFactory
<Date> RuntimeReflectionFieldFactory.DATE
static final RuntimeFieldFactory
<Date> RuntimeUnsafeFieldFactory.DATE
(package private) static final RuntimeFieldFactory
<Object> RuntimeFieldFactory.DELEGATE
static final RuntimeFieldFactory
<Object> RuntimeReflectionFieldFactory.DELEGATE
static final RuntimeFieldFactory
<Object> RuntimeUnsafeFieldFactory.DELEGATE
(package private) static final RuntimeFieldFactory
<Double> RuntimeFieldFactory.DOUBLE
static final RuntimeFieldFactory
<Double> RuntimeReflectionFieldFactory.DOUBLE
static final RuntimeFieldFactory
<Double> RuntimeUnsafeFieldFactory.DOUBLE
(package private) static final RuntimeFieldFactory
<Integer> RuntimeFieldFactory.ENUM
static final RuntimeFieldFactory
<Integer> RuntimeReflectionFieldFactory.ENUM
static final RuntimeFieldFactory
<Integer> RuntimeUnsafeFieldFactory.ENUM
(package private) static final RuntimeFieldFactory
<Float> RuntimeFieldFactory.FLOAT
static final RuntimeFieldFactory
<Float> RuntimeReflectionFieldFactory.FLOAT
static final RuntimeFieldFactory
<Float> RuntimeUnsafeFieldFactory.FLOAT
(package private) static final RuntimeFieldFactory
<Integer> RuntimeFieldFactory.INT32
static final RuntimeFieldFactory
<Integer> RuntimeReflectionFieldFactory.INT32
static final RuntimeFieldFactory
<Integer> RuntimeUnsafeFieldFactory.INT32
(package private) static final RuntimeFieldFactory
<Long> RuntimeFieldFactory.INT64
static final RuntimeFieldFactory
<Long> RuntimeReflectionFieldFactory.INT64
static final RuntimeFieldFactory
<Long> RuntimeUnsafeFieldFactory.INT64
(package private) static final RuntimeFieldFactory
<Map<?, ?>> RuntimeMapFieldFactory.MAP
(package private) static final RuntimeFieldFactory
<Object> RuntimeFieldFactory.OBJECT
(package private) static final RuntimeFieldFactory
<Object> RuntimeReflectionFieldFactory.OBJECT
(package private) static final RuntimeFieldFactory
<Object> RuntimeUnsafeFieldFactory.OBJECT
(package private) static final RuntimeFieldFactory
<Object> RuntimeFieldFactory.POJO
(package private) static final RuntimeFieldFactory
<Object> RuntimeReflectionFieldFactory.POJO
(package private) static final RuntimeFieldFactory
<Object> RuntimeUnsafeFieldFactory.POJO
(package private) static final RuntimeFieldFactory
<Object> RuntimeFieldFactory.POLYMORPHIC_POJO
(package private) static final RuntimeFieldFactory
<Object> RuntimeReflectionFieldFactory.POLYMORPHIC_POJO
(package private) static final RuntimeFieldFactory
<Object> RuntimeUnsafeFieldFactory.POLYMORPHIC_POJO
private static final RuntimeFieldFactory
<Collection<?>> RuntimeRepeatedFieldFactory.REPEATED
(package private) static final RuntimeFieldFactory
<Short> RuntimeFieldFactory.SHORT
static final RuntimeFieldFactory
<Short> RuntimeReflectionFieldFactory.SHORT
static final RuntimeFieldFactory
<Short> RuntimeUnsafeFieldFactory.SHORT
(package private) static final RuntimeFieldFactory
<String> RuntimeFieldFactory.STRING
static final RuntimeFieldFactory
<String> RuntimeReflectionFieldFactory.STRING
static final RuntimeFieldFactory
<String> RuntimeUnsafeFieldFactory.STRING
Fields in io.protostuff.runtime with type parameters of type RuntimeFieldFactoryModifier and TypeFieldDescriptionprivate static final HashMap
<String, RuntimeFieldFactory<?>> RuntimeFieldFactory.__inlineValues
Methods in io.protostuff.runtime that return RuntimeFieldFactoryModifier and TypeMethodDescription(package private) static RuntimeFieldFactory
<Collection<?>> RuntimeCollectionFieldFactory.getFactory()
For lazy initialization called byRuntimeFieldFactory
.(package private) static RuntimeFieldFactory
<Collection<?>> RuntimeRepeatedFieldFactory.getFactory()
For lazy initialization called byRuntimeFieldFactory
.static RuntimeFieldFactory
<?> RuntimeFieldFactory.getFieldFactory
(Class<?> clazz) Gets the runtime field factory of the givenclazz
.static RuntimeFieldFactory
<?> RuntimeFieldFactory.getFieldFactory
(Class<?> clazz, IdStrategy strategy) Gets the runtime field factory of the givenclazz
.static <T> RuntimeFieldFactory
<T> Returns the factory for inline (scalar) values.(package private) static <T> RuntimeFieldFactory
<T> Returns the factory for inline (scalar) values.