|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.beanutils.converters.ConverterFacade
public final class ConverterFacade
Provides a facade for Converter
implementations
preventing access to any public API in the implementation,
other than that specified by Converter
.
Converter
implementations that provide configuration options from being
retrieved and modified.
Constructor Summary | |
---|---|
ConverterFacade(Converter converter)
Construct a converter which delegates to the specified Converter implementation. |
Method Summary | |
---|---|
Object |
convert(Class type,
Object value)
Convert the input object into an output object of the specified type by delegating to the underlying Converter
implementation. |
String |
toString()
Provide a String representation of this facade implementation sand the underlying Converter it delegates to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConverterFacade(Converter converter)
Converter
implementation.
converter
- The converter to delegate toMethod Detail |
---|
public Object convert(Class type, Object value)
Converter
implementation.
convert
in interface Converter
type
- Data type to which this value should be convertedvalue
- The input value to be converted
public String toString()
Converter
it delegates to.
toString
in class Object
Converter
it delegates to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |