| Modifier and Type | Field and Description |
|---|---|
RuntimeEnv.Instantiator<T> |
RuntimeSchema.instantiator |
| Modifier and Type | Method and Description |
|---|---|
static <T> RuntimeEnv.Instantiator<T> |
RuntimeEnv.newInstantiator(java.lang.Class<T> clazz)
Returns an instatiator for the specified
clazz. |
| Constructor and Description |
|---|
RuntimeSchema(java.lang.Class<T> typeClass,
java.util.Collection<MappedSchema.Field<T>> fields,
int lastFieldNumber,
RuntimeEnv.Instantiator<T> instantiator) |
Copyright © 2009-2023. All Rights Reserved.