| Modifier and Type | Method and Description |
|---|---|
ValueType |
InvalidParameterTypeException.getActualValueType() |
ValueType |
InvalidParameterTypeException.getExpectedValueType() |
| Constructor and Description |
|---|
InvalidParameterTypeException(ValueType expectedValueType,
ValueType actualValueType) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ValueTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTypeSerializer.serialize(ValueType value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract ValueType |
ValueReference.valueType() |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueReference.Builder |
ValueReference.Builder.valueType(ValueType type) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Parameter.valueType() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
Parameter.ParameterBuilder.valueType(ValueType type) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.