- 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 classFluent API builder forDefaultsParams.static classDefaultsParams.BuilderBase<BUILDER extends DefaultsParams.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DefaultsParams> Fluent API builder base forDefaultsParams. -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultsParams.Builderbuilder()Create a new fluent API builder to customize configuration.static DefaultsParams.Builderbuilder(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 DefaultsParamscreate()Create a new instance with default values.Qualifier used when mapping string values to target type.Name of the field/variable that contains aMappersinstance.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 aMappersinstance.- 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
-