Uses of Class
com.dyuproject.protostuff.runtime.RuntimeFieldFactory

Uses of RuntimeFieldFactory in com.dyuproject.protostuff.runtime
 

Fields in com.dyuproject.protostuff.runtime declared as RuntimeFieldFactory
static RuntimeFieldFactory<java.math.BigDecimal> RuntimeReflectionFieldFactory.BIGDECIMAL
           
static RuntimeFieldFactory<java.math.BigDecimal> RuntimeUnsafeFieldFactory.BIGDECIMAL
           
static RuntimeFieldFactory<java.math.BigInteger> RuntimeReflectionFieldFactory.BIGINTEGER
           
static RuntimeFieldFactory<java.math.BigInteger> RuntimeUnsafeFieldFactory.BIGINTEGER
           
static RuntimeFieldFactory<java.lang.Boolean> RuntimeReflectionFieldFactory.BOOL
           
static RuntimeFieldFactory<java.lang.Boolean> RuntimeUnsafeFieldFactory.BOOL
           
static RuntimeFieldFactory<java.lang.Byte> RuntimeReflectionFieldFactory.BYTE
           
static RuntimeFieldFactory<java.lang.Byte> RuntimeUnsafeFieldFactory.BYTE
           
static RuntimeFieldFactory<byte[]> RuntimeReflectionFieldFactory.BYTE_ARRAY
           
static RuntimeFieldFactory<byte[]> RuntimeUnsafeFieldFactory.BYTE_ARRAY
           
static RuntimeFieldFactory<ByteString> RuntimeReflectionFieldFactory.BYTES
           
static RuntimeFieldFactory<ByteString> RuntimeUnsafeFieldFactory.BYTES
           
static RuntimeFieldFactory<java.lang.Character> RuntimeReflectionFieldFactory.CHAR
           
static RuntimeFieldFactory<java.lang.Character> RuntimeUnsafeFieldFactory.CHAR
           
static RuntimeFieldFactory<java.util.Date> RuntimeReflectionFieldFactory.DATE
           
static RuntimeFieldFactory<java.util.Date> RuntimeUnsafeFieldFactory.DATE
           
static RuntimeFieldFactory<java.lang.Object> RuntimeReflectionFieldFactory.DELEGATE
           
static RuntimeFieldFactory<java.lang.Object> RuntimeUnsafeFieldFactory.DELEGATE
           
static RuntimeFieldFactory<java.lang.Double> RuntimeReflectionFieldFactory.DOUBLE
           
static RuntimeFieldFactory<java.lang.Double> RuntimeUnsafeFieldFactory.DOUBLE
           
static RuntimeFieldFactory<java.lang.Integer> RuntimeReflectionFieldFactory.ENUM
           
static RuntimeFieldFactory<java.lang.Integer> RuntimeUnsafeFieldFactory.ENUM
           
static RuntimeFieldFactory<java.lang.Float> RuntimeReflectionFieldFactory.FLOAT
           
static RuntimeFieldFactory<java.lang.Float> RuntimeUnsafeFieldFactory.FLOAT
           
static RuntimeFieldFactory<java.lang.Integer> RuntimeReflectionFieldFactory.INT32
           
static RuntimeFieldFactory<java.lang.Integer> RuntimeUnsafeFieldFactory.INT32
           
static RuntimeFieldFactory<java.lang.Long> RuntimeReflectionFieldFactory.INT64
           
static RuntimeFieldFactory<java.lang.Long> RuntimeUnsafeFieldFactory.INT64
           
static RuntimeFieldFactory<java.lang.Short> RuntimeReflectionFieldFactory.SHORT
           
static RuntimeFieldFactory<java.lang.Short> RuntimeUnsafeFieldFactory.SHORT
           
static RuntimeFieldFactory<java.lang.String> RuntimeReflectionFieldFactory.STRING
           
static RuntimeFieldFactory<java.lang.String> RuntimeUnsafeFieldFactory.STRING
           
 

Methods in com.dyuproject.protostuff.runtime that return RuntimeFieldFactory
static RuntimeFieldFactory<?> RuntimeFieldFactory.getFieldFactory(java.lang.Class<?> clazz)
          Gets the runtime field factory of the given clazz.
static RuntimeFieldFactory<?> RuntimeFieldFactory.getFieldFactory(java.lang.Class<?> clazz, IdStrategy strategy)
          Gets the runtime field factory of the given clazz.
static
<T> RuntimeFieldFactory<T>
RuntimeFieldFactory.getInline(java.lang.Class<T> typeClass)
          Returns the factory for inline (scalar) values.
 



Copyright © 2009-2014. All Rights Reserved.