Class OrderExpression.Builder
java.lang.Object
io.helidon.data.codegen.query.OrderExpression.BuilderBase<OrderExpression.Builder, OrderExpression>
io.helidon.data.codegen.query.OrderExpression.Builder
- All Implemented Interfaces:
Prototype.Builder<OrderExpression.Builder, OrderExpression>, Builder<OrderExpression.Builder, OrderExpression>, Supplier<OrderExpression>
- Enclosing interface:
OrderExpression
public static class OrderExpression.Builder
extends OrderExpression.BuilderBase<OrderExpression.Builder, OrderExpression>
implements Builder<OrderExpression.Builder, OrderExpression>
Fluent API builder for
OrderExpression.-
Nested Class Summary
Nested classes/interfaces inherited from class OrderExpression.BuilderBase
OrderExpression.BuilderBase.OrderExpressionImplModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create an instance from this builder.Create an instance of the prototype.Methods inherited from class OrderExpression.BuilderBase
from, from, operator, operator, preBuildPrototype, property, property, property, property, toString, validatePrototypeModifier and TypeMethodDescriptionfrom(OrderExpression prototype) Update this builder from an existing prototype instance.from(OrderExpression.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.operator()Ordering operator.operator(OrderOperator operator) Ordering operator.protected voidHandles providers and decorators.property()Ordering entity property.Ordering entity property.property(Consumer<Property.Builder> consumer) Ordering entity property.Ordering entity property.toString()protected voidValidates required properties.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Builder
get, identity, updateModifier and TypeMethodDescriptiondefault OrderExpressionget()default OrderExpression.Builderidentity()Instance of this builder as the correct type.default OrderExpression.Builderupdate(Consumer<OrderExpression.Builder> consumer) Update the builder in a fluent API way.Methods inherited from interface Prototype.Builder
selfModifier and TypeMethodDescriptiondefault OrderExpression.Builderself()Instance of this builder as the correct type.
-
Method Details
-
buildPrototype
Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.- Specified by:
buildPrototypein interfacePrototype.Builder<OrderExpression.Builder, OrderExpression>- Returns:
- an instance of the setup object created from this builder
-
build
Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.- Specified by:
buildin interfaceBuilder<OrderExpression.Builder, OrderExpression>- Returns:
- instance of the built type
-