Uses of Interface
net.ygbstudio.powerwp4j.base.extension.enums.ClassValueKeyEnum
Packages that use ClassValueKeyEnum
-
Uses of ClassValueKeyEnum in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type ClassValueKeyEnumModifier and TypeMethodDescriptionWPCacheAnalyzer.calculateTermFrequencyByClassValue(ClassValueKeyEnum classValueKey, WPClassMapping<String, Long> classMapping) Calculates the term frequency of a given class mapping by class value key.longWPCacheAnalyzer.getClassValueCount(ClassValueKeyEnum classValues) Returns the count of unique class values from the in-memory local cache.Stream<tools.jackson.databind.node.ArrayNode> WPCacheAnalyzer.getClassValueStream(ClassValueKeyEnum classValues) Returns the ArrayNodes from the in-memory local cache filtered by a specified enum that follows theClassValueKeyEnuminterface.WPCacheAnalyzer.groupPostIdsByClassMarker(ClassMarkerEnum classMarker, ClassValueKeyEnum classValueKey) Groups post IDs by class markers and maps them to their corresponding class values.WPCacheAnalyzer.mapWPClassId(UnaryOperator<String> transformClassText, ClassMarkerEnum classMarker, ClassValueKeyEnum classValue) ReturnsWPClassMappinginstances extracted from the in-memory local cache filtered by the class markerTaxonomyMarker.TAGand the class valueTaxonomyValues.TAGS. -
Uses of ClassValueKeyEnum in net.ygbstudio.powerwp4j.models.taxonomies
Classes in net.ygbstudio.powerwp4j.models.taxonomies that implement ClassValueKeyEnumModifier and TypeClassDescriptionenumEnum class for the WordPress cache taxonomy value representation.