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