public static class MappingConfiguration.Builder extends Object
MappingConfiguration
instances.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MappingConfiguration |
build()
Builds a new instance of
MappingConfiguration with this builder's settings. |
MappingConfiguration.Builder |
withPropertyMapper(PropertyMapper propertyMapper)
Sets the
property access strategy to use. |
public MappingConfiguration.Builder withPropertyMapper(PropertyMapper propertyMapper)
property access strategy
to use.propertyMapper
- the property access strategy
to use.MappingConfiguration.Builder
instance (to allow for fluent builder pattern).public MappingConfiguration build()
MappingConfiguration
with this builder's settings.MappingConfiguration
Copyright © 2012–2019. All rights reserved.