Package | Description |
---|---|
org.mycontroller.standalone.api.jaxrs.mixins.deserializers | |
org.mycontroller.standalone.api.jaxrs.mixins.serializers | |
org.mycontroller.standalone.metrics |
Modifier and Type | Method and Description |
---|---|
METRIC_ENGINE |
MetricEngineTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MetricEngineTypeSerializer.serialize(METRIC_ENGINE type,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
static METRIC_ENGINE |
METRIC_ENGINE.fromString(String text) |
static METRIC_ENGINE |
METRIC_ENGINE.get(int id) |
static METRIC_ENGINE |
MetricsUtils.type() |
static METRIC_ENGINE |
METRIC_ENGINE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static METRIC_ENGINE[] |
METRIC_ENGINE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2019. All rights reserved.