Class DefaultModelBuilderFactory


  • public class DefaultModelBuilderFactory
    extends Object
    A factory to create model builder instances when no dependency injection is available. Note: This class is only meant as a utility for developers that want to employ the model builder outside of the Maven build system, Maven plugins should always acquire model builder instances via dependency injection. Developers might want to subclass this factory to provide custom implementations for some of the components used by the model builder.
    Author:
    Benjamin Bentmann