Uses of Class
com.dyuproject.protostuff.runtime.RuntimeEnv.Instantiator

Uses of RuntimeEnv.Instantiator in com.dyuproject.protostuff.runtime
 

Fields in com.dyuproject.protostuff.runtime declared as RuntimeEnv.Instantiator
 RuntimeEnv.Instantiator<T> RuntimeSchema.instantiator
           
 

Methods in com.dyuproject.protostuff.runtime that return RuntimeEnv.Instantiator
static
<T> RuntimeEnv.Instantiator<T>
RuntimeEnv.newInstantiator(java.lang.Class<T> clazz)
          Returns an instatiator for the specified clazz.
 

Constructors in com.dyuproject.protostuff.runtime with parameters of type RuntimeEnv.Instantiator
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.