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

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