Class PathParameterEnricher
- java.lang.Object
-
- de.quantummaid.httpmaid.events.enriching.enrichers.PathParameterEnricher
-
-
Constructor Summary
Constructors Constructor Description PathParameterEnricher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<?>extractValue(HttpRequest request)StringmapKey()static PathParameterEnricherpathParameterEnricher(String parameterName, String mapKey)
-
-
-
Method Detail
-
pathParameterEnricher
public static PathParameterEnricher pathParameterEnricher(String parameterName, String mapKey)
-
extractValue
public Optional<?> extractValue(HttpRequest request)
- Specified by:
extractValuein interfaceEnricher
-
-