All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.spring.copier.PropertyValueCopier Maven / Gradle / Ivy

package org.onetwo.common.spring.copier;

import java.beans.PropertyDescriptor;

import org.springframework.beans.BeanWrapper;


public interface PropertyValueCopier {

	void copyPropertyValue(SimpleBeanCopier beanCopier, BeanWrapper targetBeanWrapper, PropertyDescriptor targetProperty, Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy