Class DefaultObjectWrapperBuilder

All Implemented Interfaces:
Cloneable

public class DefaultObjectWrapperBuilder extends DefaultObjectWrapperConfiguration
Gets/creates a 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.

Since:
2.3.21
  • Constructor Details

    • DefaultObjectWrapperBuilder

      public DefaultObjectWrapperBuilder(Version incompatibleImprovements)
      Creates a builder that creates a DefaultObjectWrapper with the given incompatibleImprovements; using at least 2.3.22 is highly recommended. See DefaultObjectWrapper(Version) for more information about the impact of incompatibleImprovements values.
  • Method Details