Uses of Class
io.helidon.data.codegen.query.Property.BuilderBase
Packages that use Property.BuilderBase
-
Uses of Property.BuilderBase in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type Property.BuilderBaseModifier and TypeClassDescriptionstatic class
Property.BuilderBase<BUILDER extends Property.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Property> Fluent API builder base forProperty
.Subclasses of Property.BuilderBase in io.helidon.data.codegen.queryMethods in io.helidon.data.codegen.query with parameters of type Property.BuilderBaseModifier and TypeMethodDescriptionProperty.BuilderBase.from
(Property.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.codegen.query with parameters of type Property.BuilderBaseModifierConstructorDescriptionprotected
PropertyImpl
(Property.BuilderBase<?, ?> builder) Create an instance providing a builder.