Interface POJOSetter


public interface POJOSetter
Class used to set value for individual fields in a POJO. Implementation will have reference to a specific POJO property. Caller will use this class to set value for the property. Methods are overloaded to support primitive types and avoid boxing.