Package org.osgi.util.converter
Interface InternalConverter
-
- All Superinterfaces:
Converter
- All Known Implementing Classes:
ConverterImpl,CustomConverterImpl
interface InternalConverter extends Converter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalConvertingconvert(java.lang.Object obj)Start a conversion for the given object.-
Methods inherited from interface org.osgi.util.converter.Converter
function, newConverterBuilder
-
-
-
-
Method Detail
-
convert
InternalConverting convert(java.lang.Object obj)
Description copied from interface:ConverterStart a conversion for the given object.- Specified by:
convertin interfaceConverter- Parameters:
obj- The object that should be converted.- Returns:
- A
Convertingobject to complete the conversion.
-
-