[Java] Class ObjectGraphBuilder.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 |
---|
ReflectionClassNameResolver
(String root)
|
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public 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 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/3.0.7/html/gapi/groovy/util/ObjectGraphBuilder.ReflectionClassNameResolver.html