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 Class Description (package private) class
AbstractSpecifying<T extends Specifying<T>>
interface
Specifying<T extends Specifying<T>>
This is the base interface for theConverting
andFunctioning
interfaces and defines the common modifiers that can be applied to these.Subinterfaces of Specifying in org.osgi.util.converter Modifier and Type Interface Description interface
Converting
This interface is used to specify the target that an object should be converted to.interface
Functioning
This interface is used to specify the target function to perform conversions.(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 Specifying Modifier and Type Class Description (package private) class
AbstractSpecifying<T extends Specifying<T>>
(package private) class
ConvertingImpl
private class
CustomConverterImpl.ConvertingWrapper
(package private) class
FunctioningImpl
-