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> BooleancanVisit(List<Map.Entry<String,Object>> path, F target)static <T> VisitorWiretap<T>create(Visitor<T> visitor, Collection<VisitorListener> listeners)Class<T>getType()intorder()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, 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)
-
-