| Modifier and Type | Method and Description |
|---|---|
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-2023. All Rights Reserved.