Package org.n52.svalbard.decode.json
Class TemporalFilterDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<T,com.fasterxml.jackson.databind.JsonNode>
-
- org.n52.svalbard.decode.json.JSONDecoder<TemporalFilter>
-
- org.n52.svalbard.decode.json.TemporalFilterDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<TemporalFilter,com.fasterxml.jackson.databind.JsonNode>
public class TemporalFilterDecoder extends JSONDecoder<TemporalFilter>
TODO JavaDoc- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description TemporalFilterDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemporalFilterdecodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate)protected TemporalFilterparseTemporalFilter(com.fasterxml.jackson.databind.JsonNode node)-
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 TemporalFilter decodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate) throws DecodingException
- Specified by:
decodeJSONin classJSONDecoder<TemporalFilter>- Throws:
DecodingException
-
parseTemporalFilter
protected TemporalFilter parseTemporalFilter(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
- Throws:
DecodingException
-
-