Uses of Interface
org.osgi.util.converter.TargetRule
Packages that use TargetRule
-
Uses of TargetRule in org.osgi.util.converter
Classes in org.osgi.util.converter that implement TargetRuleModifier and TypeClassDescriptionclass
Rule<F,
T> A rule implementation that works by capturing the type arguments via subclassing.class
TypeRule<F,
T> Rule implementation that works by passing in type arguments rather than subclassing.Methods in org.osgi.util.converter with parameters of type TargetRuleModifier and TypeMethodDescriptionConverterBuilder.rule
(TargetRule rule) Register a conversion rule for this converter.