Uses of Interface
com.vladsch.flexmark.util.data.DataKeyAggregator
-
Packages that use DataKeyAggregator Package Description com.vladsch.flexmark.test.util com.vladsch.flexmark.util.data -
-
Uses of DataKeyAggregator in com.vladsch.flexmark.test.util
Classes in com.vladsch.flexmark.test.util that implement DataKeyAggregator Modifier and Type Class Description class
LoadUnloadDataKeyAggregator
-
Uses of DataKeyAggregator in com.vladsch.flexmark.util.data
Fields in com.vladsch.flexmark.util.data with type parameters of type DataKeyAggregator Modifier and Type Field Description private static java.util.ArrayList<DataKeyAggregator>
DataSet. ourDataKeyAggregators
Methods in com.vladsch.flexmark.util.data with parameters of type DataKeyAggregator Modifier and Type Method Description (package private) static boolean
DataSet. invokeSetContains(@Nullable java.util.Set<java.lang.Class<?>> invokeSet, @NotNull DataKeyAggregator aggregator)
(package private) static boolean
DataSet. isAggregatorRegistered(@NotNull DataKeyAggregator keyAggregator)
static void
DataSet. registerDataKeyAggregator(@NotNull DataKeyAggregator keyAggregator)
-