Uses of Record Class
net.ygbstudio.powerwp4j.models.entities.WPClassMapping
Packages that use WPClassMapping
Package
Description
-
Uses of WPClassMapping in net.ygbstudio.powerwp4j.builders
Method parameters in net.ygbstudio.powerwp4j.builders with type arguments of type WPClassMappingModifier and TypeMethodDescription<T,U extends Number>
WPPayloadNodeBuilderWPPayloadNodeBuilder.categories(@NotNull Set<WPClassMapping<T, U>> categoriesMappingSet) Sets the categories using a set ofWPClassMappingobjects.<T,U extends Number>
WPPayloadNodeBuilderWPPayloadNodeBuilder.tags(@NotNull Set<WPClassMapping<T, U>> tagsMappingSet) Sets the tags using a set ofWPClassMappingobjects. -
Uses of WPClassMapping in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine that return types with arguments of type WPClassMappingModifier and TypeMethodDescriptionWPCacheAnalyzer.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.Methods in net.ygbstudio.powerwp4j.engine with parameters of type WPClassMappingModifier and TypeMethodDescriptionWPCacheAnalyzer.calculateTermFrequencyByClassMarker(ClassMarkerEnum classMarker, WPClassMapping<String, Long> classMapping, boolean containsMatch) Calculates the term frequency of a given class mapping by class marker.WPCacheAnalyzer.calculateTermFrequencyByClassValue(ClassValueKeyEnum classValueKey, WPClassMapping<String, Long> classMapping) Calculates the term frequency of a given class mapping by class value key. -
Uses of WPClassMapping in net.ygbstudio.powerwp4j.models.entities
Method parameters in net.ygbstudio.powerwp4j.models.entities with type arguments of type WPClassMappingModifier and TypeMethodDescriptionWPClassMapping.toNumberList(@NotNull List<WPClassMapping<T, U>> classMappingList) Converts a list ofWPClassMappingwith numeric values to a set of the same numeric type.WPClassMapping.toNumberSet(@NotNull Set<WPClassMapping<T, U>> classMappingSet) Converts a set ofWPClassMappingwith numeric values to a set of the same numeric type.