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) interfaceInternalConvertingThis 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 Converting Modifier and Type Class Description (package private) classConvertingImplprivate classCustomConverterImpl.ConvertingWrapperMethods in org.osgi.util.converter that return Converting Modifier and Type Method Description ConvertingConverter. convert(java.lang.Object obj)Start a conversion for the given object.ConvertingCustomConverterImpl.ConvertingWrapper. defaultValue(java.lang.Object defVal)ConvertingCustomConverterImpl.ConvertingWrapper. keysIgnoreCase()ConvertingCustomConverterImpl.ConvertingWrapper. sourceAs(java.lang.Class<?> type)ConvertingCustomConverterImpl.ConvertingWrapper. sourceAsBean()ConvertingCustomConverterImpl.ConvertingWrapper. sourceAsDTO()ConvertingCustomConverterImpl.ConvertingWrapper. targetAs(java.lang.Class<?> cls)ConvertingCustomConverterImpl.ConvertingWrapper. targetAsBean()ConvertingCustomConverterImpl.ConvertingWrapper. targetAsDTO()ConvertingCustomConverterImpl.ConvertingWrapper. view()
-