Interface ChildPropertyMapping<S,OT>
-
- All Known Implementing Classes:
ListValueChildPropertyApplier
,SingleValueChildPropertyApplier
public interface ChildPropertyMapping<S,OT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(S element, OT mappedParent, GeneratorTransformationRegistry registry)
-
-
-
Method Detail
-
run
void run(S element, OT mappedParent, GeneratorTransformationRegistry registry)
-
-