| Modifier and Type | Method and Description |
|---|---|
protected Field<T> |
Field.copy(IdStrategy strategy) |
abstract <T> Field<T> |
RuntimeFieldFactory.create(int number,
String name,
Field field,
IdStrategy strategy)
Creates a runtime
field based on reflection. |
Field<T> |
RuntimeSchema.getFieldByName(String fieldName) |
Field<T> |
RuntimeSchema.getFieldByNumber(int n) |
| Modifier and Type | Method and Description |
|---|---|
List<Field<T>> |
RuntimeSchema.getFields() |
| Constructor and Description |
|---|
RuntimeSchema(Class<T> typeClass,
Collection<Field<T>> fields,
Constructor<T> constructor) |
RuntimeSchema(Class<T> typeClass,
Collection<Field<T>> fields,
RuntimeEnv.Instantiator<T> instantiator) |
Copyright © 2009–2018. All rights reserved.