Uses of Class
io.helidon.data.Order.BuilderBase
Packages that use Order.BuilderBase
-
Uses of Order.BuilderBase in io.helidon.data
Classes in io.helidon.data with type parameters of type Order.BuilderBaseModifier and TypeClassDescriptionstatic class
Order.BuilderBase<BUILDER extends Order.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Order> Fluent API builder base forOrder
.Subclasses of Order.BuilderBase in io.helidon.dataMethods in io.helidon.data with parameters of type Order.BuilderBaseModifier and TypeMethodDescriptionOrder.BuilderBase.from
(Order.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data with parameters of type Order.BuilderBaseModifierConstructorDescriptionprotected
OrderImpl
(Order.BuilderBase<?, ?> builder) Create an instance providing a builder.