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.BIGDECIMALstatic final RuntimeFieldFactory<BigDecimal> RuntimeReflectionFieldFactory.BIGDECIMALstatic final RuntimeFieldFactory<BigDecimal> RuntimeUnsafeFieldFactory.BIGDECIMAL(package private) static final RuntimeFieldFactory<BigInteger> RuntimeFieldFactory.BIGINTEGERstatic final RuntimeFieldFactory<BigInteger> RuntimeReflectionFieldFactory.BIGINTEGERstatic final RuntimeFieldFactory<BigInteger> RuntimeUnsafeFieldFactory.BIGINTEGER(package private) static final RuntimeFieldFactory<Boolean> RuntimeFieldFactory.BOOLstatic final RuntimeFieldFactory<Boolean> RuntimeReflectionFieldFactory.BOOLstatic final RuntimeFieldFactory<Boolean> RuntimeUnsafeFieldFactory.BOOL(package private) static final RuntimeFieldFactory<Byte> RuntimeFieldFactory.BYTEstatic final RuntimeFieldFactory<Byte> RuntimeReflectionFieldFactory.BYTEstatic final RuntimeFieldFactory<Byte> RuntimeUnsafeFieldFactory.BYTE(package private) static final RuntimeFieldFactory<byte[]> RuntimeFieldFactory.BYTE_ARRAYstatic final RuntimeFieldFactory<byte[]> RuntimeReflectionFieldFactory.BYTE_ARRAYstatic final RuntimeFieldFactory<byte[]> RuntimeUnsafeFieldFactory.BYTE_ARRAY(package private) static final RuntimeFieldFactory<ByteString> RuntimeFieldFactory.BYTESstatic final RuntimeFieldFactory<ByteString> RuntimeReflectionFieldFactory.BYTESstatic final RuntimeFieldFactory<ByteString> RuntimeUnsafeFieldFactory.BYTES(package private) static final RuntimeFieldFactory<Character> RuntimeFieldFactory.CHARstatic final RuntimeFieldFactory<Character> RuntimeReflectionFieldFactory.CHARstatic final RuntimeFieldFactory<Character> RuntimeUnsafeFieldFactory.CHARprivate static final RuntimeFieldFactory<Collection<?>> RuntimeCollectionFieldFactory.COLLECTION(package private) static final RuntimeFieldFactory<Collection<?>> RuntimeFieldFactory.COLLECTION(package private) static final RuntimeFieldFactory<Date> RuntimeFieldFactory.DATEstatic final RuntimeFieldFactory<Date> RuntimeReflectionFieldFactory.DATEstatic final RuntimeFieldFactory<Date> RuntimeUnsafeFieldFactory.DATE(package private) static final RuntimeFieldFactory<Object> RuntimeFieldFactory.DELEGATEstatic final RuntimeFieldFactory<Object> RuntimeReflectionFieldFactory.DELEGATEstatic final RuntimeFieldFactory<Object> RuntimeUnsafeFieldFactory.DELEGATE(package private) static final RuntimeFieldFactory<Double> RuntimeFieldFactory.DOUBLEstatic final RuntimeFieldFactory<Double> RuntimeReflectionFieldFactory.DOUBLEstatic final RuntimeFieldFactory<Double> RuntimeUnsafeFieldFactory.DOUBLE(package private) static final RuntimeFieldFactory<Integer> RuntimeFieldFactory.ENUMstatic final RuntimeFieldFactory<Integer> RuntimeReflectionFieldFactory.ENUMstatic final RuntimeFieldFactory<Integer> RuntimeUnsafeFieldFactory.ENUM(package private) static final RuntimeFieldFactory<Float> RuntimeFieldFactory.FLOATstatic final RuntimeFieldFactory<Float> RuntimeReflectionFieldFactory.FLOATstatic final RuntimeFieldFactory<Float> RuntimeUnsafeFieldFactory.FLOAT(package private) static final RuntimeFieldFactory<Integer> RuntimeFieldFactory.INT32static final RuntimeFieldFactory<Integer> RuntimeReflectionFieldFactory.INT32static final RuntimeFieldFactory<Integer> RuntimeUnsafeFieldFactory.INT32(package private) static final RuntimeFieldFactory<Long> RuntimeFieldFactory.INT64static final RuntimeFieldFactory<Long> RuntimeReflectionFieldFactory.INT64static 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_POJOprivate static final RuntimeFieldFactory<Collection<?>> RuntimeRepeatedFieldFactory.REPEATED(package private) static final RuntimeFieldFactory<Short> RuntimeFieldFactory.SHORTstatic final RuntimeFieldFactory<Short> RuntimeReflectionFieldFactory.SHORTstatic final RuntimeFieldFactory<Short> RuntimeUnsafeFieldFactory.SHORT(package private) static final RuntimeFieldFactory<String> RuntimeFieldFactory.STRINGstatic final RuntimeFieldFactory<String> RuntimeReflectionFieldFactory.STRINGstatic final RuntimeFieldFactory<String> RuntimeUnsafeFieldFactory.STRINGFields in io.protostuff.runtime with type parameters of type RuntimeFieldFactoryModifier and TypeFieldDescriptionprivate static final HashMap<String, RuntimeFieldFactory<?>> RuntimeFieldFactory.__inlineValuesMethods 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.