Uses of Interface
io.sundr.builder.VisitableBuilder
Packages that use VisitableBuilder
-
Uses of VisitableBuilder in io.sundr.builder
Classes in io.sundr.builder with type parameters of type VisitableBuilderModifier and TypeInterfaceDescriptioninterfaceVisitableBuilder<T,V extends VisitableBuilder<T, V>> Methods in io.sundr.builder that return VisitableBuilderModifier and TypeMethodDescriptionstatic <T> VisitableBuilder<T,?> BaseFluent.builderOf(T item) Creates a builder for the given item.