Uses of Class
com.giffing.bucket4j.spring.boot.starter.context.FilterMethod
| Package | Description |
|---|---|
| com.giffing.bucket4j.spring.boot.starter.context | |
| com.giffing.bucket4j.spring.boot.starter.context.properties |
-
Uses of FilterMethod in com.giffing.bucket4j.spring.boot.starter.context
Methods in com.giffing.bucket4j.spring.boot.starter.context that return FilterMethod Modifier and Type Method Description static FilterMethodFilterMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterMethod[]FilterMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterMethod in com.giffing.bucket4j.spring.boot.starter.context.properties
Methods in com.giffing.bucket4j.spring.boot.starter.context.properties that return FilterMethod Modifier and Type Method Description FilterMethodBucket4JConfiguration. getFilterMethod()Methods in com.giffing.bucket4j.spring.boot.starter.context.properties with parameters of type FilterMethod Modifier and Type Method Description voidBucket4JConfiguration. setFilterMethod(FilterMethod filterMethod)