Uses of Class
com.giffing.bucket4j.spring.boot.starter.context.FilterKeyType
| Package | Description |
|---|---|
| com.giffing.bucket4j.spring.boot.starter.context | |
| com.giffing.bucket4j.spring.boot.starter.context.properties |
-
Uses of FilterKeyType in com.giffing.bucket4j.spring.boot.starter.context
Methods in com.giffing.bucket4j.spring.boot.starter.context that return FilterKeyType Modifier and Type Method Description static FilterKeyTypeFilterKeyType. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static FilterKeyType[]FilterKeyType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterKeyType in com.giffing.bucket4j.spring.boot.starter.context.properties
Methods in com.giffing.bucket4j.spring.boot.starter.context.properties that return FilterKeyType Modifier and Type Method Description FilterKeyTypeRateLimit. getFilterKeyType()Methods in com.giffing.bucket4j.spring.boot.starter.context.properties with parameters of type FilterKeyType Modifier and Type Method Description voidRateLimit. setFilterKeyType(FilterKeyType filterKeyType)