Package org.n52.svalbard.decode.json.wps
Class DockerExecutionUnitDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<T,com.fasterxml.jackson.databind.JsonNode>
-
- org.n52.svalbard.decode.json.JSONDecoder<DockerExecutionUnit>
-
- org.n52.svalbard.decode.json.wps.DockerExecutionUnitDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<DockerExecutionUnit,com.fasterxml.jackson.databind.JsonNode>
public class DockerExecutionUnitDecoder extends JSONDecoder<DockerExecutionUnit>
-
-
Constructor Summary
Constructors Constructor Description DockerExecutionUnitDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DockerExecutionUnitdecodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate)-
Methods inherited from class org.n52.svalbard.decode.json.JSONDecoder
decode, decodeJsonToObject, decodeJsonToObjectList, getKeys, parseCodeType, parseCodeWithAuthority, parseDateTime, parseTime, parseTimeInstant, parseTimePeriod
-
Methods inherited from class org.n52.svalbard.decode.AbstractDelegatingDecoder
getDecoder, getDecoderRepository, setDecoderRepository
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.svalbard.decode.Decoder
getSupportedTypes
-
-
-
-
Method Detail
-
decodeJSON
public DockerExecutionUnit decodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate) throws DecodingException
- Specified by:
decodeJSONin classJSONDecoder<DockerExecutionUnit>- Throws:
DecodingException
-
-