Package org.osgi.util.converter
Interface InternalConverter
- All Superinterfaces:
Converter
- All Known Implementing Classes:
ConverterImpl,CustomConverterImpl
-
Method Summary
Modifier and TypeMethodDescriptionStart a conversion for the given object.Methods inherited from interface org.osgi.util.converter.Converter
function, newConverterBuilder
-
Method Details
-
convert
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.
-