com.avaje.ebeaninternal.server.properties.BeanPropertyInfoFactory Maven / Gradle / Ivy
package com.avaje.ebeaninternal.server.properties;
/**
* Creates BeanReflect object used to provide getter setter and construction
* for the beans.
*/
public interface BeanPropertyInfoFactory {
/**
* Create the BeanReflect for the given plain bean and its EntityBean equivalent.
*/
BeanPropertyInfo create(Class> entityBeanType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy