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 classLoadUnloadDataKeyAggregator -
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. ourDataKeyAggregatorsMethods in com.vladsch.flexmark.util.data with parameters of type DataKeyAggregator Modifier and Type Method Description (package private) static booleanDataSet. invokeSetContains(@Nullable java.util.Set<java.lang.Class<?>> invokeSet, @NotNull DataKeyAggregator aggregator)(package private) static booleanDataSet. isAggregatorRegistered(@NotNull DataKeyAggregator keyAggregator)static voidDataSet. registerDataKeyAggregator(@NotNull DataKeyAggregator keyAggregator)
-