Package org.n52.svalbard.decode.json
Class SpellingJSONDecoder
- 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.AbstractJSONDecoder<Spelling>
-
- org.n52.svalbard.decode.json.SpellingJSONDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<Spelling,com.fasterxml.jackson.databind.JsonNode>
public class SpellingJSONDecoder extends AbstractJSONDecoder<Spelling>
-
-
Constructor Summary
Constructors Constructor Description SpellingJSONDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpellingdecodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate)-
Methods inherited from class org.n52.svalbard.decode.json.AbstractJSONDecoder
decodeJsonToNillable, decodeJsonToReferencable, parseFreeText, parseNillable, parseNillableCodeType, parseNillablePTFreeText, parseNillableReference, parseNillableString, parsePTFreeText, parseReference, parseReferenceable, parseReferenceableTime
-
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 Spelling decodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate) throws DecodingException
- Specified by:
decodeJSONin classJSONDecoder<Spelling>- Throws:
DecodingException
-
-