- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
DefaultsParams.BuilderBase.DefaultsParamsImpl
Parameters to code generate default values.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forDefaultsParams
.static class
DefaultsParams.BuilderBase<BUILDER extends DefaultsParams.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends DefaultsParams> Fluent API builder base forDefaultsParams
. -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultsParams.Builder
builder()
Create a new fluent API builder to customize configuration.static DefaultsParams.Builder
builder
(DefaultsParams instance) Create a new fluent API builder from an existing instance.Name of the field/variable of the context to be sent to default value provider.static DefaultsParams
create()
Create a new instance with default values.Qualifier used when mapping string values to target type.Name of the field/variable that contains aMappers
instance.name()
Name as sent to default value provider.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.- Returns:
- a new instance
-
mapperQualifier
String mapperQualifier()Qualifier used when mapping string values to target type.- Returns:
- mapper qualifier
-
mappersField
String mappersField()Name of the field/variable that contains aMappers
instance.- Returns:
- mappers field name
-
name
String name()Name as sent to default value provider.- Returns:
- name to use with provider
-
contextField
Name of the field/variable of the context to be sent to default value provider.- Returns:
- context name
-