Package org.n52.svalbard.decode.json.wps
Class ProcessDescriptionDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<T,com.fasterxml.jackson.databind.JsonNode>
-
- org.n52.svalbard.decode.json.JSONDecoder<ProcessDescription>
-
- org.n52.svalbard.decode.json.wps.ProcessDescriptionDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<ProcessDescription,com.fasterxml.jackson.databind.JsonNode>
public class ProcessDescriptionDecoder extends JSONDecoder<ProcessDescription>
-
-
Constructor Summary
Constructors Constructor Description ProcessDescriptionDecoder()ProcessDescriptionDecoder(ProcessDescriptionBuilderFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessDescriptiondecodeJSON(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
-
-
-
-
Constructor Detail
-
ProcessDescriptionDecoder
public ProcessDescriptionDecoder()
-
ProcessDescriptionDecoder
public ProcessDescriptionDecoder(ProcessDescriptionBuilderFactory factory)
-
-
Method Detail
-
decodeJSON
public ProcessDescription decodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate) throws DecodingException
- Specified by:
decodeJSONin classJSONDecoder<ProcessDescription>- Throws:
DecodingException
-
-