Class DelegatingVisitor<T>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.DelegatingVisitor<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <F> Predicate<List<Map.Entry<String,Object>>>
getRequirement()
Class<T>
getType()
int
order()
void
visit(List<Map.Entry<String,Object>> path, T target)
void
visit(T target)
-
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, hasItem, hasVisitMethodMatching
-
-