Uses of Interface
org.bedework.util.calendar.diff.ValueMatcher.ValueConverter
-
Packages that use ValueMatcher.ValueConverter Package Description org.bedework.util.calendar.diff -
-
Uses of ValueMatcher.ValueConverter in org.bedework.util.calendar.diff
Methods in org.bedework.util.calendar.diff with parameters of type ValueMatcher.ValueConverter Modifier and Type Method Description static voidValueMatcher. registerGlobalConverter(Class cl, ValueMatcher.ValueConverter vc)Register a converter used by all instances of the value matcher.voidValueMatcher. registerInstanceConverter(Class<?> cl, ValueMatcher.ValueConverter<?> vc)Register a converter used only by this instance of the value matcher.
-