Package org.n52.svalbard.decode.json
Class InsertResultRequestDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<T,com.fasterxml.jackson.databind.JsonNode>
-
- org.n52.svalbard.decode.json.JSONDecoder<T>
-
- org.n52.svalbard.decode.json.AbstractSosRequestDecoder<InsertResultRequest>
-
- org.n52.svalbard.decode.json.InsertResultRequestDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<InsertResultRequest,com.fasterxml.jackson.databind.JsonNode>
public class InsertResultRequestDecoder extends AbstractSosRequestDecoder<InsertResultRequest>
TODO JavaDoc- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description InsertResultRequestDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InsertResultRequestdecodeRequest(com.fasterxml.jackson.databind.JsonNode node)protected StringgetSchemaURI()-
Methods inherited from class org.n52.svalbard.decode.json.AbstractSosRequestDecoder
decodeJSON, parseComparisonFilter, parseExtension, parseExtensions, parseStringOrStringList
-
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
-
getSchemaURI
protected String getSchemaURI()
- Specified by:
getSchemaURIin classAbstractSosRequestDecoder<InsertResultRequest>
-
decodeRequest
protected InsertResultRequest decodeRequest(com.fasterxml.jackson.databind.JsonNode node)
- Specified by:
decodeRequestin classAbstractSosRequestDecoder<InsertResultRequest>
-
-