Uses of Class
com.dyuproject.protostuff.runtime.MappedSchema.Field

Uses of MappedSchema.Field in com.dyuproject.protostuff.runtime
 

Fields in com.dyuproject.protostuff.runtime declared as MappedSchema.Field
protected  MappedSchema.Field<T>[] MappedSchema.fields
           
protected  MappedSchema.Field<T>[] MappedSchema.fieldsByNumber
           
 

Fields in com.dyuproject.protostuff.runtime with type parameters of type MappedSchema.Field
protected  java.util.Map<java.lang.String,MappedSchema.Field<T>> MappedSchema.fieldsByName
           
 

Methods in com.dyuproject.protostuff.runtime that return MappedSchema.Field
abstract
<T> MappedSchema.Field<T>
RuntimeFieldFactory.create(int number, java.lang.String name, java.lang.reflect.Field field, IdStrategy strategy)
          Creates a runtime field based on reflection.
 

Constructors in com.dyuproject.protostuff.runtime with parameters of type MappedSchema.Field
MappedSchema(java.lang.Class<T> typeClass, MappedSchema.Field<T>[] fields, int lastFieldNumber)
           
RuntimePipeSchema(Schema<T> schema, MappedSchema.Field<T>[] fieldsByNumber)
           
 

Constructor parameters in com.dyuproject.protostuff.runtime with type arguments of type MappedSchema.Field
MappedSchema(java.lang.Class<T> typeClass, java.util.Collection<MappedSchema.Field<T>> fields, int lastFieldNumber)
           
MappedSchema(java.lang.Class<T> typeClass, java.util.Map<java.lang.String,MappedSchema.Field<T>> fieldsByName, int lastFieldNumber)
           
RuntimeSchema(java.lang.Class<T> typeClass, java.util.Collection<MappedSchema.Field<T>> fields, int lastFieldNumber, java.lang.reflect.Constructor<T> constructor)
           
RuntimeSchema(java.lang.Class<T> typeClass, java.util.Collection<MappedSchema.Field<T>> fields, int lastFieldNumber, RuntimeEnv.Instantiator<T> instantiator)
           
 



Copyright © 2009-2014. All Rights Reserved.