Package org.osgi.util.converter
Interface TargetRule
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConverterFunctiongetFunction()The function to perform the conversion.java.lang.reflect.TypegetTargetType()The target type of this rule. 
 - 
 
- 
- 
Method Detail
- 
getFunction
ConverterFunction getFunction()
The function to perform the conversion.- Returns:
 - The function.
 
 
- 
getTargetType
java.lang.reflect.Type getTargetType()
The target type of this rule. The conversion function is invoked for each conversion to the target type.- Returns:
 - The target type.
 
 
 - 
 
 -