Class PathAwareTypedVisitor<V,P>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.TypedVisitor<V>
-
- io.fabric8.kubernetes.api.builder.PathAwareTypedVisitor<V,P>
-
- All Implemented Interfaces:
Visitor<V>
public class PathAwareTypedVisitor<V,P> extends TypedVisitor<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PgetParent(List<Map.Entry<String,Object>> path)Class<P>getParentType()voidvisit(List<Map.Entry<String,Object>> path, V element)voidvisit(V element)-
Methods inherited from class io.fabric8.kubernetes.api.builder.TypedVisitor
getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.builder.Visitor
addRequirement, addRequirement, canVisit, getRequirement, hasItem, hasVisitMethodMatching, order
-
-