Uses of Interface
io.sundr.builder.Visitable
-
Packages that use Visitable Package Description io.sundr.builder -
-
Uses of Visitable in io.sundr.builder
Subinterfaces of Visitable in io.sundr.builder Modifier and Type Interface Description interfaceVisitableBuilder<T,V extends VisitableBuilder<T,V>>Methods in io.sundr.builder that return types with arguments of type Visitable Modifier and Type Method Description List<Visitable>VisitableMap. aggregate()List<Visitable>VisitableMap. get(Object key)Iterator<Visitable>VisitableMap. iterator()Spliterator<Visitable>VisitableMap. spliterator()Methods in io.sundr.builder with parameters of type Visitable Modifier and Type Method Description default TVisitable. getTarget(Visitable<T> visitable)Method parameters in io.sundr.builder with type arguments of type Visitable Modifier and Type Method Description voidVisitableMap. forEach(Consumer<? super Visitable> action)
-