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