| Package | Description |
|---|---|
| de.bild.codec |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypePair |
ReflectionHelper.getDeclaredAndInheritedFieldTypePair(Type type,
String fieldName)
Finds a field with fully resolved type within the given type
|
FieldTypePair |
MappedField.getFieldTypePair() |
static FieldTypePair |
ReflectionHelper.getIdFieldIfPresent(Class clazz) |
static FieldTypePair |
ReflectionHelper.getLockingVersionFieldIfPresent(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldTypePair> |
ReflectionHelper.getDeclaredAndInheritedFieldTypePairs(Type type,
boolean returnFinalFields)
calculates all fields of class hierarchy
|
| Constructor and Description |
|---|
MappedField(FieldTypePair fieldTypePair,
Class<T> persistedClass,
TypeCodecRegistry typeCodecRegistry,
CodecConfiguration codecConfiguration) |
Copyright © 2019 BILD GmbH & Co. KG. All rights reserved.