![JAR search and dependency download from the Maven repository](/logo.png)
org.dozer.factory.BeanCreationStrategy Maven / Gradle / Ivy
package org.dozer.factory;
/**
* @author Dmitry Buzdin
*/
public interface BeanCreationStrategy {
boolean isApplicable(BeanCreationDirective directive);
Object create(BeanCreationDirective directive);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy