public class DefaultObjectWrapperBuilder extends BeansWrapperConfiguration
DefaultObjectWrapper singleton instance that's already configured as specified in the
properties of this object; this is recommended over using the DefaultObjectWrapper constructors. The returned
instance can't be further configured (it's write protected).
See BeansWrapperBuilder for more info, as that works identically.
classIntrospectorFactory| Constructor and Description |
|---|
DefaultObjectWrapperBuilder(Version incompatibleImprovements) |
| Modifier and Type | Method and Description |
|---|---|
DefaultObjectWrapper |
build()
Returns a
DefaultObjectWrapper instance that matches the settings of this builder. |
clone, equals, getDefaultDateType, getExposeFields, getExposureLevel, getIncompatibleImprovements, getMethodAppearanceFineTuner, getOuterIdentity, getUseModelCache, hashCode, isSimpleMapWrapper, isStrict, setDefaultDateType, setExposeFields, setExposureLevel, setMethodAppearanceFineTuner, setOuterIdentity, setSimpleMapWrapper, setStrict, setUseModelCachepublic DefaultObjectWrapperBuilder(Version incompatibleImprovements)
public DefaultObjectWrapper build()
DefaultObjectWrapper instance that matches the settings of this builder. This will be possibly
a singleton that is also in use elsewhere.