java.lang.Object
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.utils.FieldCopier

public class FieldCopier extends Object
Source: https://stackoverflow.com/a/34545230 An alternative to Spring's BeanUtils#copyProperties for classes that don't have getters and setters.
  • Method Details

    • instance

      public static FieldCopier instance()
    • copyFields

      public <S, T> T copyFields(S source, T target)