Interface PojoManager.ICheckIfToTransferPropertyValue

Enclosing class:
PojoManager

public static interface PojoManager.ICheckIfToTransferPropertyValue
Interface for checking of to transfer a property value inside method PojoManager.transferPojoIntoPojo(Object, Object, boolean, ICheckIfToTransferPropertyValue, boolean).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(Object fromBean, Object toBean, String propertyName, Object fromValue, Object toValue)