Package org.n52.svalbard.encode.json
Class FieldEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.json.JSONEncoder<SweField>
-
- org.n52.svalbard.encode.json.FieldEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<com.fasterxml.jackson.databind.JsonNode,SweField>
public class FieldEncoder extends JSONEncoder<SweField>
TODO JavaDoc- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class org.n52.svalbard.encode.json.JSONEncoder
CONTENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description FieldEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeencodeJSON(SweField field)-
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(SweField field) throws EncodingException
- Specified by:
encodeJSONin classJSONEncoder<SweField>- Throws:
EncodingException
-
-