Package io.sundr.builder
Class VisitorWiretap<T>
- java.lang.Object
-
- io.sundr.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)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, hasItem, hasVisitMethodMatching
-
-
-
-
Method Detail
-
create
public static <T> VisitorWiretap<T> create(Visitor<T> visitor, Collection<VisitorListener> listeners)
-
getRequirement
public Predicate<List<Map.Entry<String,Object>>> getRequirement()
- Specified by:
getRequirementin interfaceVisitor<T>
-
-