Uses of Interface
io.sundr.builder.Builder
-
Packages that use Builder Package Description io.sundr.builder -
-
Uses of Builder in io.sundr.builder
Subinterfaces of Builder in io.sundr.builder Modifier and Type Interface Description interfaceVisitableBuilder<T,V extends VisitableBuilder<T,V>>Method parameters in io.sundr.builder with type arguments of type Builder Modifier and Type Method Description static <T> List<T>BaseFluent. build(List<? extends Builder<? extends T>> list)static <T> Set<T>BaseFluent. build(Set<? extends Builder<? extends T>> set)
-