Package io.sundr.builder
Class DelegatingVisitor<T>
- java.lang.Object
-
- io.sundr.builder.DelegatingVisitor<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<List<Map.Entry<String,Object>>>getRequirement()Class<T>getType()intorder()StringtoString()voidvisit(List<Map.Entry<String,Object>> path, T target)voidvisit(T target)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.sundr.builder.Visitor
addRequirement, addRequirement, canVisit, hasItem, hasVisitMethodMatching
-
-