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

com.avaje.ebeaninternal.server.properties.BeanPropertyInfoFactory Maven / Gradle / Ivy

There is a newer version: 9.5.1
Show newest version
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