Uses of Interface
io.sundr.builder.VisitorListener
-
Packages that use VisitorListener Package Description io.sundr.builder -
-
Uses of VisitorListener in io.sundr.builder
Fields in io.sundr.builder with type parameters of type VisitorListener Modifier and Type Field Description static Set<VisitorListener>VisitorListener. listenersMethods in io.sundr.builder that return types with arguments of type VisitorListener Modifier and Type Method Description static Set<VisitorListener>VisitorListener. getListeners()Methods in io.sundr.builder with parameters of type VisitorListener Modifier and Type Method Description static voidVisitorListener. register(VisitorListener listener)static voidVisitorListener. unregister(VisitorListener listener)Method parameters in io.sundr.builder with type arguments of type VisitorListener Modifier and Type Method Description static <T> VisitorWiretap<T>VisitorWiretap. create(Visitor<T> visitor, Collection<VisitorListener> listeners)
-