ExceptionEntrySelectorMatchOperator Class

public final class ExceptionEntrySelectorMatchOperator
extends ExpandableStringEnum<ExceptionEntrySelectorMatchOperator>

When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.

Field Summary

Modifier and Type Field and Description
static final ExceptionEntrySelectorMatchOperator CONTAINS

Static value Contains for ExceptionEntrySelectorMatchOperator.

static final ExceptionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for ExceptionEntrySelectorMatchOperator.

static final ExceptionEntrySelectorMatchOperator EQUALS

Static value Equals for ExceptionEntrySelectorMatchOperator.

static final ExceptionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for ExceptionEntrySelectorMatchOperator.

Constructor Summary

Constructor Description
ExceptionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntrySelectorMatchOperator value.

Method Summary

Modifier and Type Method and Description
static ExceptionEntrySelectorMatchOperator fromString(String name)

Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.

static Collection<ExceptionEntrySelectorMatchOperator> values()

Gets known ExceptionEntrySelectorMatchOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINS

public static final ExceptionEntrySelectorMatchOperator CONTAINS

Static value Contains for ExceptionEntrySelectorMatchOperator.

ENDS_WITH

public static final ExceptionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for ExceptionEntrySelectorMatchOperator.

EQUALS

public static final ExceptionEntrySelectorMatchOperator EQUALS

Static value Equals for ExceptionEntrySelectorMatchOperator.

STARTS_WITH

public static final ExceptionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for ExceptionEntrySelectorMatchOperator.

Constructor Details

ExceptionEntrySelectorMatchOperator

@Deprecated
public ExceptionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntrySelectorMatchOperator value.

Method Details

fromString

public static ExceptionEntrySelectorMatchOperator fromString(String name)

Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExceptionEntrySelectorMatchOperator.

values

public static Collection values()

Gets known ExceptionEntrySelectorMatchOperator values.

Returns:

known ExceptionEntrySelectorMatchOperator values.

Applies to