|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RuntimeSchema in com.dyuproject.protostuff.runtime |
|---|
| Methods in com.dyuproject.protostuff.runtime that return RuntimeSchema | ||
|---|---|---|
static
|
RuntimeSchema.createFrom(java.lang.Class<T> typeClass)
Generates a schema from the given class. |
|
static
|
RuntimeSchema.createFrom(java.lang.Class<T> typeClass,
IdStrategy strategy)
Generates a schema from the given class. |
|
static
|
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
|
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
|
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||