Package groovy.util

Interface ObjectGraphBuilder.NewInstanceResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(java.lang.Class klass, java.util.Map attributes)
      Create a new instance of Class klass.
    • Method Detail

      • newInstance

        java.lang.Object newInstance​(java.lang.Class klass,
                                     java.util.Map attributes)
                              throws java.lang.InstantiationException,
                                     java.lang.IllegalAccessException
        Create a new instance of Class klass.
        Parameters:
        klass - the resolved class name
        attributes - the attribute Map available for the node
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException