Package org.osgi.util.converter
Interface InternalConverting
- All Superinterfaces:
Converting
,Specifying<Converting>
- All Known Implementing Classes:
ConvertingImpl
,CustomConverterImpl.ConvertingWrapper
This interface is the same as the
Converting
interface with the
addition that the current converter (which may include custom rules) can be
set on it. This allows the converter to be re-entrant and use itself for
sub-conversions if applicable.-
Method Summary
Methods inherited from interface org.osgi.util.converter.Converting
to, to, to
Methods inherited from interface org.osgi.util.converter.Specifying
defaultValue, keysIgnoreCase, sourceAs, sourceAsBean, sourceAsDTO, targetAs, targetAsBean, targetAsDTO, view
-
Method Details
-
setConverter
Set the current converter.- Parameters:
c
- The current converter.
-