![JAR search and dependency download from the Maven repository](/logo.png)
cn.bluejoe.xmlbeans.writer.strategy.BeanPropertySelectionStrategy Maven / Gradle / Ivy
package cn.bluejoe.xmlbeans.writer.strategy;
import java.beans.PropertyDescriptor;
/**
* @author [email protected]
*/
public interface BeanPropertySelectionStrategy
{
PropertyDescriptor[] selectBeanProperties(Object bean) throws NoSuitableBeanWritterFormatException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy