public class OperationsKeyGenerator
extends java.lang.Object
implements org.springframework.cache.interceptor.KeyGenerator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPERATION_KEY_SPEL |
Constructor and Description |
---|
OperationsKeyGenerator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
generate(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object... params) |
static java.lang.String |
operationKey(springfox.documentation.spi.service.contexts.RequestMappingContext context) |
public static final java.lang.String OPERATION_KEY_SPEL
public static java.lang.String operationKey(springfox.documentation.spi.service.contexts.RequestMappingContext context)
public java.lang.Object generate(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object... params)
generate
in interface org.springframework.cache.interceptor.KeyGenerator