public class HttpRequestAttributesIntrospector extends HttpAttributesIntrospector
| Constructor and Description |
|---|
HttpRequestAttributesIntrospector(Class cls) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod(Object attributesValue) |
String |
getRemoteAddress(Object attributesValue) |
String |
getRequestUri(Object attributesValue) |
getHeaders, getHeadersFieldpublic HttpRequestAttributesIntrospector(Class cls)
public String getRequestUri(Object attributesValue) throws InvocationTargetException, IllegalAccessException
public String getMethod(Object attributesValue) throws InvocationTargetException, IllegalAccessException
public String getRemoteAddress(Object attributesValue) throws InvocationTargetException, IllegalAccessException
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.