| Modifier and Type | Field and Description |
|---|---|
RuntimeEnv.Instantiator<T> |
RuntimeSchema.instantiator |
| Modifier and Type | Method and Description |
|---|---|
static <T> RuntimeEnv.Instantiator<T> |
RuntimeEnv.newInstantiator(Class<T> clazz)
Returns an instatiator for the specified
clazz. |
| Constructor and Description |
|---|
RuntimeSchema(Class<T> typeClass,
Collection<Field<T>> fields,
RuntimeEnv.Instantiator<T> instantiator) |
Copyright © 2009–2018. All rights reserved.