public class RawExecutable extends Executable implements com.fasterxml.jackson.databind.JsonSerializable
| Constructor and Description |
|---|
RawExecutable(java.lang.String executable) |
| 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) |
getName, getOutput, getType, serializepublic java.lang.Object getBody()
getBody in class Executablepublic 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