Uses of Interface
org.osgi.util.converter.Converting
-
Packages that use Converting Package Description org.osgi.util.converter Converter Package Version 1.0. -
-
Uses of Converting in org.osgi.util.converter
Subinterfaces of Converting in org.osgi.util.converter Modifier and Type Interface Description (package private) interface
InternalConverting
This interface is the same as theConverting
interface with the addition that the current converter (which may include custom rules) can be set on it.Classes in org.osgi.util.converter that implement Converting Modifier and Type Class Description (package private) class
ConvertingImpl
private class
CustomConverterImpl.ConvertingWrapper
Methods in org.osgi.util.converter that return Converting Modifier and Type Method Description Converting
Converter. convert(java.lang.Object obj)
Start a conversion for the given object.Converting
CustomConverterImpl.ConvertingWrapper. defaultValue(java.lang.Object defVal)
Converting
CustomConverterImpl.ConvertingWrapper. keysIgnoreCase()
Converting
CustomConverterImpl.ConvertingWrapper. sourceAs(java.lang.Class<?> type)
Converting
CustomConverterImpl.ConvertingWrapper. sourceAsBean()
Converting
CustomConverterImpl.ConvertingWrapper. sourceAsDTO()
Converting
CustomConverterImpl.ConvertingWrapper. targetAs(java.lang.Class<?> cls)
Converting
CustomConverterImpl.ConvertingWrapper. targetAsBean()
Converting
CustomConverterImpl.ConvertingWrapper. targetAsDTO()
Converting
CustomConverterImpl.ConvertingWrapper. view()
-