Interface ModelManager<Model>
- All Known Implementing Classes:
ModelManagerDefault
public interface ModelManager<Model>
Can be used to create new instances of a model and copy the value of one model into another
-
Method Summary
Modifier and TypeMethodDescriptionvoidTurns 'dst' into an exact copy of 'src'.Creates a new instance of the model
-
Method Details
-
createModelInstance
-
copyModel
-