Class FieldCopier
java.lang.Object
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.utils.FieldCopier
Source: https://stackoverflow.com/a/34545230 An alternative to Spring's BeanUtils#copyProperties
for classes that don't have getters and setters.
-
Method Summary
Modifier and TypeMethodDescription<S,T> T copyFields(S source, T target) static FieldCopierinstance()
-
Method Details
-
instance
-
copyFields
public <S,T> T copyFields(S source, T target)
-