Uses of Class
com.giffing.bucket4j.spring.boot.starter.context.ExecutePredicate
Packages that use ExecutePredicate
Package
Description
-
Uses of ExecutePredicate in com.giffing.bucket4j.spring.boot.starter.context
Methods in com.giffing.bucket4j.spring.boot.starter.context that return ExecutePredicateModifier and TypeMethodDescriptionInitialize the ExecutionPredicate with the provided property configuration.protected ExecutePredicate<T>ExecutePredicate.parseConfig(Map<String, String> args) protected abstract ExecutePredicate<T>ExecutePredicate.parseSimpleConfig(String simpleConfig) -
Uses of ExecutePredicate in com.giffing.bucket4j.spring.boot.starter.context.constraintvalidations
Constructor parameters in com.giffing.bucket4j.spring.boot.starter.context.constraintvalidations with type arguments of type ExecutePredicateModifierConstructorDescriptionBucket4JConfigurationPredicateNameValidator(List<ExecutePredicate<?>> executePredicates)