| Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequirement, addRequirement, getRequirement, hasItem, hasVisitMethodMatchingpublic static <T> VisitorWiretap<T> create(Visitor<T> visitor, Collection<VisitorListener> listeners)
Copyright © 2015–2022 Red Hat. All rights reserved.