Package cdc.converters
Class ConverterAdapter<S,T>
java.lang.Object
cdc.converters.AbstractConverter<S,T>
cdc.converters.ConverterAdapter<S,T>
- Type Parameters:
S- The source type.T- The target type.
Class used to create a typed converter from a raw converter.
- Author:
- Damien Carbonne
-
Field Summary
Fields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cdc.converters.AbstractConverter
getSourceClass, getTargetClass, getWrappedSourceClass, getWrappedTargetClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cdc.converters.Converter
adapt, andThen, andThenRaw, applyRaw, areCompliantSourceAndTargetClasses, areMatchingSourceAndTargetClasses, cast, compose, composeRaw, isCompliantSourceClass, isCompliantTargetClass, isMatchingSourceClass, isMatchingTargetClass, orElse, orElseRaw
-
Constructor Details
-
ConverterAdapter
-
-
Method Details
-
apply
-
getParams
- Returns:
- The parameters used to configure this converter.
-
getDelegate
-
toString
- Overrides:
toStringin classAbstractConverter<S,T>
-