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

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