public class RawCondition extends Condition implements com.fasterxml.jackson.databind.JsonSerializable
| Constructor and Description |
|---|
RawCondition(java.lang.String condition) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBody() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
public void serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws java.io.IOException
serialize in interface com.fasterxml.jackson.databind.JsonSerializablejava.io.IOExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws java.io.IOException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializablejava.io.IOException