Class Bucket4JBootProperties
java.lang.Object
com.giffing.bucket4j.spring.boot.starter.context.properties.Bucket4JBootProperties
@ConfigurationProperties(prefix="bucket4j")
@Validated
public class Bucket4JBootProperties
extends Object
Holds all the relevant starter properties which can be configured with
Spring Boots application.properties / application.yml configuration files.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String@jakarta.validation.constraints.AssertTrue(message="FilterConfiguration caching is enabled, but not all filters have an identifier configured") boolean
-
Field Details
-
PROPERTY_PREFIX
- See Also:
-
-
Constructor Details
-
Bucket4JBootProperties
public Bucket4JBootProperties()
-
-
Method Details
-
isValidFilterIds
@AssertTrue(message="FilterConfiguration caching is enabled, but not all filters have an identifier configured") public @jakarta.validation.constraints.AssertTrue(message="FilterConfiguration caching is enabled, but not all filters have an identifier configured") boolean isValidFilterIds() -
getPropertyPrefix
-