Uses of Interface
com.vladsch.flexmark.util.data.DataKeyAggregator
Packages that use DataKeyAggregator
-
Uses of DataKeyAggregator in com.vladsch.flexmark.test.util
Classes in com.vladsch.flexmark.test.util that implement DataKeyAggregator -
Uses of DataKeyAggregator in com.vladsch.flexmark.util.data
Fields in com.vladsch.flexmark.util.data with type parameters of type DataKeyAggregatorModifier and TypeFieldDescriptionprivate static final ArrayList<DataKeyAggregator>
DataSet.ourDataKeyAggregators
Methods in com.vladsch.flexmark.util.data with parameters of type DataKeyAggregatorModifier and TypeMethodDescription(package private) static boolean
DataSet.invokeSetContains
(@Nullable Set<Class<?>> invokeSet, @NotNull DataKeyAggregator aggregator) (package private) static boolean
DataSet.isAggregatorRegistered
(@NotNull DataKeyAggregator keyAggregator) static void
DataSet.registerDataKeyAggregator
(@NotNull DataKeyAggregator keyAggregator)