- CarbonCopy - Annotation Type in carboncopy.annotations
-
Annotate on a class to create a Carbon Copy of it.
- carboncopy.annotations - package carboncopy.annotations
-
- CarbonCopyAccessor - Annotation Type in carboncopy.annotations
-
Annotate on a field to specify its getter and setter to be used while converting to/from the copy.
- CarbonCopyExclude - Annotation Type in carboncopy.annotations
-
Annotate on a field to be excluded while creating the carbon copy class
- CarbonCopyRename - Annotation Type in carboncopy.annotations
-
Annotate on a field to give a different name to this field on the carbon copied class
- CarbonCopyUtil - Class in carboncopy.annotations
-
Utility method used for conversion
- CarbonCopyUtil() - Constructor for class carboncopy.annotations.CarbonCopyUtil
-
- copyField(Object, String, Object, String) - Static method in class carboncopy.annotations.CarbonCopyUtil
-
Copy a value of source field to destination field.