Interface TargetCreator<SOURCE,TARGET>
-
public interface TargetCreator<SOURCE,TARGET>Used to create a target based off a source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TARGETcreateTarget(SOURCE src, java.lang.Object propertyProvider)
-