Interface Copier<T>
- All Known Implementing Classes:
DeepCopier,EntityCopier
public interface Copier<T>
-
Method Summary
-
Method Details
-
copy
Copy an Object
If a field has the annotation , it will be copied only if copyIgnoredField = true.- Parameters:
src- object that will be copied.- Returns:
- the copied object.
-
copy
Copy an Object
If a field has the annotation , it will not be copied.- Parameters:
src- object that will be copied.- Returns:
- the copied object.
-