Class StaticMethodContextRefResolver
java.lang.Object
io.sundr.model.visitors.context.resolver.StaticMethodContextRefResolver
- All Implemented Interfaces:
Visitor<MethodCallFluent<?>>
Visitor that resolves static method calls where the scope is a ContextRef.
Converts MethodCall(name="methodName", scope=ContextRef("ClassName"), args=[...])
to MethodCall(name="methodName", scope=ClassRef("fully.qualified.ClassName"), args=[...])
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sundr.builder.Visitor
addRequirement, addRequirement, canVisit, getRequirement, getType, hasItem, hasVisitMethodMatching, order, visit
-
Constructor Details
-
StaticMethodContextRefResolver
-
-
Method Details
-
visit
- Specified by:
visitin interfaceVisitor<MethodCallFluent<?>>
-