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 TypeFieldDescriptionstatic final RuntimeFieldFactory<BigDecimal> RuntimeReflectionFieldFactory.BIGDECIMALstatic final RuntimeFieldFactory<BigDecimal> RuntimeUnsafeFieldFactory.BIGDECIMALstatic final RuntimeFieldFactory<BigInteger> RuntimeReflectionFieldFactory.BIGINTEGERstatic final RuntimeFieldFactory<BigInteger> RuntimeUnsafeFieldFactory.BIGINTEGERstatic final RuntimeFieldFactory<Boolean> RuntimeReflectionFieldFactory.BOOLstatic final RuntimeFieldFactory<Boolean> RuntimeUnsafeFieldFactory.BOOLstatic final RuntimeFieldFactory<Byte> RuntimeReflectionFieldFactory.BYTEstatic final RuntimeFieldFactory<Byte> RuntimeUnsafeFieldFactory.BYTEstatic final RuntimeFieldFactory<byte[]> RuntimeReflectionFieldFactory.BYTE_ARRAYstatic final RuntimeFieldFactory<byte[]> RuntimeUnsafeFieldFactory.BYTE_ARRAYstatic final RuntimeFieldFactory<ByteString> RuntimeReflectionFieldFactory.BYTESstatic final RuntimeFieldFactory<ByteString> RuntimeUnsafeFieldFactory.BYTESstatic final RuntimeFieldFactory<Character> RuntimeReflectionFieldFactory.CHARstatic final RuntimeFieldFactory<Character> RuntimeUnsafeFieldFactory.CHARstatic final RuntimeFieldFactory<Date> RuntimeReflectionFieldFactory.DATEstatic final RuntimeFieldFactory<Date> RuntimeUnsafeFieldFactory.DATEstatic final RuntimeFieldFactory<Object> RuntimeReflectionFieldFactory.DELEGATEstatic final RuntimeFieldFactory<Object> RuntimeUnsafeFieldFactory.DELEGATEstatic final RuntimeFieldFactory<Double> RuntimeReflectionFieldFactory.DOUBLEstatic final RuntimeFieldFactory<Double> RuntimeUnsafeFieldFactory.DOUBLEstatic final RuntimeFieldFactory<Integer> RuntimeReflectionFieldFactory.ENUMstatic final RuntimeFieldFactory<Integer> RuntimeUnsafeFieldFactory.ENUMstatic final RuntimeFieldFactory<Float> RuntimeReflectionFieldFactory.FLOATstatic final RuntimeFieldFactory<Float> RuntimeUnsafeFieldFactory.FLOATstatic final RuntimeFieldFactory<Integer> RuntimeReflectionFieldFactory.INT32static final RuntimeFieldFactory<Integer> RuntimeUnsafeFieldFactory.INT32static final RuntimeFieldFactory<Long> RuntimeReflectionFieldFactory.INT64static final RuntimeFieldFactory<Long> RuntimeUnsafeFieldFactory.INT64static final RuntimeFieldFactory<Short> RuntimeReflectionFieldFactory.SHORTstatic final RuntimeFieldFactory<Short> RuntimeUnsafeFieldFactory.SHORTstatic final RuntimeFieldFactory<String> RuntimeReflectionFieldFactory.STRINGstatic final RuntimeFieldFactory<String> RuntimeUnsafeFieldFactory.STRINGMethods in io.protostuff.runtime that return RuntimeFieldFactoryModifier and TypeMethodDescriptionstatic 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.