Class ResponseHeaderMethodScanner
java.lang.Object
org.jboss.resteasy.reactive.server.processor.scanning.ResponseHeaderMethodScanner
- All Implemented Interfaces:
MethodScanner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
handleCustomParameter, isMethodSignatureAsync
-
Constructor Details
-
ResponseHeaderMethodScanner
public ResponseHeaderMethodScanner()
-
-
Method Details
-
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:
-