Uses of Class
de.bild.codec.FieldTypePair
Packages that use FieldTypePair
-
Uses of FieldTypePair in de.bild.codec
Methods in de.bild.codec that return FieldTypePairModifier and TypeMethodDescriptionstatic FieldTypePairReflectionHelper.getDeclaredAndInheritedFieldTypePair(Type type, String fieldName) Finds a field with fully resolved type within the given typeMappedField.getFieldTypePair()static FieldTypePairReflectionHelper.getIdFieldIfPresent(Class clazz) static FieldTypePairReflectionHelper.getLockingVersionFieldIfPresent(Class clazz) Methods in de.bild.codec that return types with arguments of type FieldTypePairModifier and TypeMethodDescriptionstatic List<FieldTypePair>ReflectionHelper.getDeclaredAndInheritedFieldTypePairs(Type type, boolean returnFinalFields) calculates all fields of class hierarchyConstructors in de.bild.codec with parameters of type FieldTypePairModifierConstructorDescriptionMappedField(FieldTypePair fieldTypePair, Class<T> persistedClass, TypeCodecRegistry typeCodecRegistry, CodecConfiguration codecConfiguration)