[Java] Class DefaultNewInstanceResolver

  • groovy.util.ObjectGraphBuilder.DefaultNewInstanceResolver
All Implemented Interfaces and Traits:
NewInstanceResolver
public static class ObjectGraphBuilder.DefaultNewInstanceResolver

Default impl that calls Class.newInstance()

Methods Summary

Methods
Type Params Return Type Name and description
Object newInstance(Class klass, Map attributes)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public Object newInstance(Class klass, Map attributes)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/util/ObjectGraphBuilder.DefaultNewInstanceResolver.html