public class AllowedRegexErrorResponseTransformStrategy extends Object implements ErrorResponseTransformStrategy
| Constructor and Description |
|---|
AllowedRegexErrorResponseTransformStrategy(List<String> allowedRegexString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Function<String,String> |
getErrorMessageTransformFunction()
Return a function for checking and transforming the error message if needed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittransformIfNeededpublic Function<String,String> getErrorMessageTransformFunction()
ErrorResponseTransformStrategygetErrorMessageTransformFunction in interface ErrorResponseTransformStrategyCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.