Class PropertyRefContextRefResolver

java.lang.Object
io.sundr.model.visitors.context.resolver.PropertyRefContextRefResolver
All Implemented Interfaces:
Visitor<PropertyRefFluent<?>>

public class PropertyRefContextRefResolver extends Object implements 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"))