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