Modifier and Type | Method and Description |
---|---|
ResourcesLogsUtils.LOG_DIRECTION |
LogDirectionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LogDirectionSerializer.serialize(ResourcesLogsUtils.LOG_DIRECTION direction,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
static ResourcesLogsUtils.LOG_DIRECTION |
ResourcesLogsUtils.LOG_DIRECTION.fromString(String text) |
static ResourcesLogsUtils.LOG_DIRECTION |
ResourcesLogsUtils.LOG_DIRECTION.get(int id) |
static ResourcesLogsUtils.LOG_DIRECTION |
ResourcesLogsUtils.LOG_DIRECTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcesLogsUtils.LOG_DIRECTION[] |
ResourcesLogsUtils.LOG_DIRECTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2019. All rights reserved.