FieldInfo
Information about a field (constructor parameter or computed property) in a class.
Constructors
Properties
Direction-scoped override from @ConvertFrom (reverse / @MapFrom direction); beats convertWith there.
Direction-scoped override from @ConvertTo (forward / @MapTo direction); beats convertWith there.
Bilateral per-field override from @ConvertWith (both directions).
Map of target class FQN to list of target field names (supports multiple @FieldMap per targetClass)
The only default flag mapping decisions may consult (omit/copy, external params).
FQNs of Validator
Functions
Effective directive for the requested direction (direction-scoped beats bilateral).
Effective onFail policy for the requested direction; OnFailPolicy.Auto when no directive applies.