Uses of Interface
org.osgi.util.converter.Converting
Packages that use Converting
-
Uses of Converting in org.osgi.util.converter
Subinterfaces of Converting in org.osgi.util.converterModifier and TypeInterfaceDescription(package private) interfaceThis interface is the same as theConvertinginterface 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 ConvertingModifier and TypeClassDescription(package private) classprivate classMethods in org.osgi.util.converter that return ConvertingModifier and TypeMethodDescriptionStart a conversion for the given object.CustomConverterImpl.ConvertingWrapper.defaultValue(Object defVal) CustomConverterImpl.ConvertingWrapper.keysIgnoreCase()CustomConverterImpl.ConvertingWrapper.sourceAsBean()CustomConverterImpl.ConvertingWrapper.sourceAsDTO()CustomConverterImpl.ConvertingWrapper.targetAsBean()CustomConverterImpl.ConvertingWrapper.targetAsDTO()CustomConverterImpl.ConvertingWrapper.view()