Class CacheControlScanner
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.processor.scanning.CacheControlScanner
-
- All Implemented Interfaces:
MethodScanner
public class CacheControlScanner extends Object implements MethodScanner
-
-
Constructor Summary
Constructors Constructor Description CacheControlScanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HandlerChainCustomizer>scan(org.jboss.jandex.MethodInfo method, org.jboss.jandex.ClassInfo actualEndpointClass, Map<String,Object> methodContext)Method that allows for customising an endpoints handler chain-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
handleCustomParameter, isMethodSignatureAsync
-
-
-
-
Method Detail
-
scan
public List<HandlerChainCustomizer> scan(org.jboss.jandex.MethodInfo method, org.jboss.jandex.ClassInfo actualEndpointClass, Map<String,Object> methodContext)
Description copied from interface:MethodScannerMethod that allows for customising an endpoints handler chain- Specified by:
scanin interfaceMethodScanner- Parameters:
method- The methodmethodContext- Any context discovered byMethodScanner.handleCustomParameter(Type, Map, boolean, Map)- Returns:
-
-