Uses of Interface
org.osgi.util.converter.ConverterFunction
Packages that use ConverterFunction
-
Uses of ConverterFunction in org.osgi.util.converter
Fields in org.osgi.util.converter declared as ConverterFunctionModifier and TypeFieldDescriptionprivate final ConverterFunctionRule.functionprivate final ConverterFunctionTypeRule.functionFields in org.osgi.util.converter with type parameters of type ConverterFunctionModifier and TypeFieldDescription(package private) final List<ConverterFunction> CustomConverterImpl.allRulesprivate final List<ConverterFunction> ConverterBuilderImpl.catchAllRulesprivate final List<ConverterFunction> ConverterBuilderImpl.errorHandlers(package private) final List<ConverterFunction> CustomConverterImpl.errorHandlersprivate final Map<Type, List<ConverterFunction>> ConverterBuilderImpl.rules(package private) final Map<Type, List<ConverterFunction>> CustomConverterImpl.typeRulesMethods in org.osgi.util.converter that return ConverterFunctionModifier and TypeMethodDescriptionRule.getFunction()TargetRule.getFunction()The function to perform the conversion.TypeRule.getFunction()private static <F,T> ConverterFunction TypeRule.getFunction(Type from, Function<F, T> func) private ConverterFunctionRule.getGenericFunction(Function<F, T> func) Methods in org.osgi.util.converter that return types with arguments of type ConverterFunctionModifier and TypeMethodDescriptionprivate List<ConverterFunction> ConverterBuilderImpl.getRulesList(Type type) Methods in org.osgi.util.converter with parameters of type ConverterFunctionModifier and TypeMethodDescriptionConverterBuilder.errorHandler(ConverterFunction func) Register a custom error handler.ConverterBuilderImpl.errorHandler(ConverterFunction func) 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.ConverterBuilderImpl.rule(Type t, ConverterFunction func) ConverterBuilderImpl.rule(ConverterFunction func) Constructor parameters in org.osgi.util.converter with type arguments of type ConverterFunctionModifierConstructorDescription(package private)CustomConverterImpl(InternalConverter converter, Map<Type, List<ConverterFunction>> rules, List<ConverterFunction> catchAllRules, List<ConverterFunction> errHandlers) (package private)CustomConverterImpl(InternalConverter converter, Map<Type, List<ConverterFunction>> rules, List<ConverterFunction> catchAllRules, List<ConverterFunction> errHandlers)