Class ExtendedWebExchangeDataBinder

All Implemented Interfaces:
PropertyEditorRegistry, TypeConverter

@Deprecated(since="7.0.2", forRemoval=true) public class ExtendedWebExchangeDataBinder extends ExtendedWebExchangeDataBinder
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of the relocated ExtendedWebExchangeDataBinder
Extended variant of WebExchangeDataBinder that adds URI path variables and request headers to the bind values map.

Note: This class has existed since 5.0, but only as a private class within BindingContext.

Since:
6.2.1
Author:
Rossen Stoyanchev
  • Constructor Details

    • ExtendedWebExchangeDataBinder

      public ExtendedWebExchangeDataBinder(@Nullable Object target, String objectName)
      Deprecated, for removal: This API element is subject to removal in a future version.