Package org.n52.svalbard.encode.json
Class EReportingHeaderJSONEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.json.JSONEncoder<EReportingHeader>
-
- org.n52.svalbard.encode.json.EReportingHeaderJSONEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<com.fasterxml.jackson.databind.JsonNode,EReportingHeader>
public class EReportingHeaderJSONEncoder extends JSONEncoder<EReportingHeader>
-
-
Field Summary
-
Fields inherited from class org.n52.svalbard.encode.json.JSONEncoder
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description EReportingHeaderJSONEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeencodeJSON(EReportingHeader header)-
Methods inherited from class org.n52.svalbard.encode.json.JSONEncoder
encode, encode, encode, encode, encodeAsString, encodeChecked, encodeChecked, encodeCodeType, encodeCodeType, encodeCodeWithAuthority, encodeList, encodeListChecked, encodeObjectsToJson, encodeObjectToJson, encodeOptional, encodeOptional, encodeOptionalChecked, encodeOptionalChecked, encodeOwsCode, encodeURI, getContentType, getEncoderRepository, getKeys, nodeFactory, setEncoderRepository, toJsonArray, toJsonObject
-
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.encode.Encoder
getSupportedTypes
-
-
-
-
Method Detail
-
encodeJSON
public com.fasterxml.jackson.databind.JsonNode encodeJSON(EReportingHeader header) throws EncodingException
- Specified by:
encodeJSONin classJSONEncoder<EReportingHeader>- Throws:
EncodingException
-
-