public class ExceptionPathSegment extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ExceptionPathSegment |
create(List<String> names) |
boolean |
equals(Object obj) |
List<String> |
getNames()
Depending on the value of 'negate' the names that should match or not match.
|
Boolean |
getNegate()
If false or missing this segment matches the names provided, otherwise it matches anything
except the names provided.
|
int |
hashCode() |
ExceptionPathSegment |
setNames(List<String> names) |
ExceptionPathSegment |
setNegate(Boolean negate) |
public Boolean getNegate()
public ExceptionPathSegment setNegate(Boolean negate)
public List<String> getNames()
public ExceptionPathSegment setNames(List<String> names)
public static ExceptionPathSegment create(List<String> names)