Class CustomizersFactory

    • Constructor Detail

      • CustomizersFactory

        public CustomizersFactory()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(FactoryBuilderSupport builder,
                                            java.lang.Object name,
                                            java.lang.Object value,
                                            java.util.Map attributes)
                                     throws java.lang.InstantiationException,
                                            java.lang.IllegalAccessException
        Specified by:
        newInstance in interface Factory
        Parameters:
        builder - the FactoryBuilder
        name - the name of the node being built
        value - the 'value' argument in the build node
        attributes - the attributes of the build arg
        Returns:
        the object created for the builder
        Throws:
        java.lang.InstantiationException - if attempting to instantiate an interface or abstract class
        java.lang.IllegalAccessException - if the instance can't be created due to a security violation