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

Uses of RuntimeSchema in com.dyuproject.protostuff.runtime
 

Methods in com.dyuproject.protostuff.runtime that return RuntimeSchema
static
<T> RuntimeSchema<T>
RuntimeSchema.createFrom(java.lang.Class<T> typeClass)
          Generates a schema from the given class.
static
<T> RuntimeSchema<T>
RuntimeSchema.createFrom(java.lang.Class<T> typeClass, IdStrategy strategy)
          Generates a schema from the given class.
static
<T> RuntimeSchema<T>
RuntimeSchema.createFrom(java.lang.Class<T> typeClass, java.util.Map<java.lang.String,java.lang.String> declaredFields, IdStrategy strategy)
          Generates a schema from the given class with the declared fields (inclusive) based from the given Map.
static
<T> RuntimeSchema<T>
RuntimeSchema.createFrom(java.lang.Class<T> typeClass, java.util.Set<java.lang.String> exclusions, IdStrategy strategy)
          Generates a schema from the given class with the exclusion of certain fields.
static
<T> RuntimeSchema<T>
RuntimeSchema.createFrom(java.lang.Class<T> typeClass, java.lang.String[] exclusions, IdStrategy strategy)
          Generates a schema from the given class with the exclusion of certain fields.
 



Copyright © 2009-2014. All Rights Reserved.