[Java] Class ReflectionClassNameResolver
- groovy.util.ObjectGraphBuilder.ReflectionClassNameResolver
- All Implemented Interfaces and Traits:
- ClassNameResolver
public class ObjectGraphBuilder.ReflectionClassNameResolver
Build objects using reflection to resolve class names.
Constructor Summary
Constructor and description |
---|
ObjectGraphBuilder.ReflectionClassNameResolver
(String root) @param root package where the graph root class is located |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
resolveClassname(String classname) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ObjectGraphBuilder.ReflectionClassNameResolver(String root)
- Parameters:
-
root
- package where the graph root class is located
Method Detail
public String resolveClassname(String classname)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/util/ObjectGraphBuilder.ReflectionClassNameResolver.html