Uses of Interface
org.osgi.util.converter.ConverterFunction
-
Uses of ConverterFunction in org.osgi.util.converter
Modifier and TypeMethodDescriptionRule.getFunction()
TargetRule.getFunction()
The function to perform the conversion.TypeRule.getFunction()
Modifier and TypeMethodDescriptionConverterBuilder.errorHandler
(ConverterFunction func) Register a custom error handler.ConverterBuilder.rule
(Type type, ConverterFunction func) Register a conversion rule for this converter.ConverterBuilder.rule
(ConverterFunction func) Register a catch-all rule, will be called of no other rule matches.