Class ConverterFacade
java.lang.Object
org.apache.commons.beanutils.converters.ConverterFacade
- All Implemented Interfaces:
Converter
Provides a facade for
Converter implementations
preventing access to any public API in the implementation,
other than that specified by Converter.
This implementation can be used to prevent registered Converter
implementations that provide configuration options from being
retrieved and modified.
- Since:
- 1.8.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConverterFacade(Converter converter) Construct a converter which delegates to the specifiedConverterimplementation. -
Method Summary
-
Field Details
-
converter
-
-
Constructor Details
-
ConverterFacade
-
-
Method Details
-
convert
Convert the input object into an output object of the specified type by delegating to the underlyingConverterimplementation. -
toString
-