| Package | Description |
|---|---|
| de.terrestris.shoguncore.model.interceptor | |
| de.terrestris.shoguncore.util.enumeration |
| Modifier and Type | Method and Description |
|---|---|
HttpEnum.EventType |
InterceptorRule.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorRule.setEvent(HttpEnum.EventType event) |
| Constructor and Description |
|---|
InterceptorRule(HttpEnum.EventType event,
InterceptorEnum.RuleType rule,
OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint) |
| Modifier and Type | Method and Description |
|---|---|
static HttpEnum.EventType |
HttpEnum.EventType.fromString(String inputValue)
Static method to get an enum based on a string value.
|
static HttpEnum.EventType |
HttpEnum.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpEnum.EventType[] |
HttpEnum.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.