Class VisitorWiretap<T>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.VisitorWiretap<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <F> Boolean
canVisit(List<Map.Entry<String,Object>> path, F target)
static <T> VisitorWiretap<T>
create(Visitor<T> visitor, Collection<VisitorListener> listeners)
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, getRequirement, hasItem, hasVisitMethodMatching
-
-
-
-
Method Detail
-
create
public static <T> VisitorWiretap<T> create(Visitor<T> visitor, Collection<VisitorListener> listeners)
-
-