Class PropertyRefContextRefResolver
java.lang.Object
io.sundr.model.visitors.context.resolver.PropertyRefContextRefResolver
- All Implemented Interfaces:
Visitor<PropertyRefFluent<?>>
Visitor that resolves static class references where the scope of a PropertyRef is a ContextRef.
Converts PropertyRef(name="fieldName", scope=ContextRef("ClassName"))
to PropertyRef(name="fieldName", scope=ClassRef("fully.qualified.ClassName"))
-
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
-
PropertyRefContextRefResolver
-
-
Method Details
-
visit
- Specified by:
visitin interfaceVisitor<PropertyRefFluent<?>>
-