Uses of Interface
org.osgi.util.converter.ConverterFunction
Packages that use ConverterFunction
-
Uses of ConverterFunction in org.osgi.util.converter
Methods in org.osgi.util.converter that return ConverterFunctionModifier and TypeMethodDescriptionRule.getFunction()
TargetRule.getFunction()
The function to perform the conversion.TypeRule.getFunction()
Methods in org.osgi.util.converter with parameters of type ConverterFunctionModifier 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.