public static interface ObjectGraphBuilder.NewInstanceResolver
Modifier and Type | Method and Description |
---|---|
Object |
newInstance(Class klass,
Map attributes)
Create a new instance of Class klass.
|
Object newInstance(Class klass, Map attributes) throws InstantiationException, IllegalAccessException
klass
- the resolved class nameattributes
- the attribute Map available for the nodeInstantiationException
IllegalAccessException