Package org.n52.svalbard.decode.json
Class InsertSensorRequestDecoder
- 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<InsertSensorRequest>
-
- org.n52.svalbard.decode.json.InsertSensorRequestDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<InsertSensorRequest,com.fasterxml.jackson.databind.JsonNode>
public class InsertSensorRequestDecoder extends AbstractSosRequestDecoder<InsertSensorRequest>
TODO JavaDoc- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description InsertSensorRequestDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InsertSensorRequestdecodeRequest(com.fasterxml.jackson.databind.JsonNode node)protected Decoder<?,org.apache.xmlbeans.XmlObject>getProcedureDescriptionDecoder(String pdf, org.apache.xmlbeans.XmlObject xb)protected StringgetSchemaURI()protected SwesFeatureRelationshipparseFeatureRelationship(com.fasterxml.jackson.databind.JsonNode node)protected List<SwesFeatureRelationship>parseFeatureRelationships(com.fasterxml.jackson.databind.JsonNode node)-
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<InsertSensorRequest>
-
decodeRequest
protected InsertSensorRequest decodeRequest(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
- Specified by:
decodeRequestin classAbstractSosRequestDecoder<InsertSensorRequest>- Throws:
DecodingException
-
parseFeatureRelationships
protected List<SwesFeatureRelationship> parseFeatureRelationships(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
- Throws:
DecodingException
-
parseFeatureRelationship
protected SwesFeatureRelationship parseFeatureRelationship(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
- Throws:
DecodingException
-
-