Package io.sundr.builder
package io.sundr.builder
-
ClassDescriptionBaseFluent<F>Base class that provides common functionality for fluent builders.Builder<T>An interfaces that describes a Builder.A visitor implementation that delegates all operations to another visitor.Doneable<T>Interface for objects that can be "done" or completed.Editable<T>An interface that describes an Editable object.Inlineable<T>An interface that describes an Inlineable object.Nested<F>TypedVisitor<V>Visitable<T>VisitableBuilder<T,
V extends VisitableBuilder<T, V>> Visitor<T>Interface for visiting objects of a specific type.