| Modifier and Type | Method and Description |
|---|---|
static <T> RuntimeSchema<T> |
RuntimeSchema.createFrom(Class<T> typeClass)
Generates a schema from the given class.
|
static <T> RuntimeSchema<T> |
RuntimeSchema.createFrom(Class<T> typeClass,
IdStrategy strategy)
Generates a schema from the given class.
|
static <T> RuntimeSchema<T> |
RuntimeSchema.createFrom(Class<T> typeClass,
Map<String,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(Class<T> typeClass,
Set<String> exclusions,
IdStrategy strategy)
Generates a schema from the given class with the exclusion of certain fields.
|
static <T> RuntimeSchema<T> |
RuntimeSchema.createFrom(Class<T> typeClass,
String[] exclusions,
IdStrategy strategy)
Generates a schema from the given class with the exclusion of certain fields.
|
Copyright © 2009–2020. All rights reserved.