Uses of Interface
org.osgi.util.converter.Specifying
-
Packages that use Specifying Package Description org.osgi.util.converter Converter Package Version 1.0. -
-
Uses of Specifying in org.osgi.util.converter
Classes in org.osgi.util.converter with type parameters of type Specifying Modifier and Type Interface Description interfaceSpecifying<T extends Specifying<T>>This is the base interface for theConvertingandFunctioninginterfaces and defines the common modifiers that can be applied to these.Subinterfaces of Specifying in org.osgi.util.converter Modifier and Type Interface Description interfaceConvertingThis interface is used to specify the target that an object should be converted to.interfaceFunctioningThis interface is used to specify the target function to perform conversions.
-