Package org.n52.svalbard.encode.json
Class GetCapabilitiesResponseEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.json.JSONEncoder<T>
-
- org.n52.svalbard.encode.json.AbstractSosResponseEncoder<GetCapabilitiesResponse>
-
- org.n52.svalbard.encode.json.GetCapabilitiesResponseEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<com.fasterxml.jackson.databind.JsonNode,GetCapabilitiesResponse>
public class GetCapabilitiesResponseEncoder extends AbstractSosResponseEncoder<GetCapabilitiesResponse>
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 GetCapabilitiesResponseEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeencodeOwsAllowedValues(OwsAllowedValues allowedValues)com.fasterxml.jackson.databind.node.ObjectNodeencodeOwsKeyword(OwsKeyword keyword)voidencodeOwsLanguageString(com.fasterxml.jackson.databind.node.ObjectNode json, OwsLanguageString ls)com.fasterxml.jackson.databind.node.ObjectNodeencodeOwsRequestMethod(OwsRequestMethod m)com.fasterxml.jackson.databind.JsonNodeencodeOwsValueReference(OwsValuesReference valuesReference)com.fasterxml.jackson.databind.JsonNodeencodeOwsValueRestriction(OwsValueRestriction restriction)protected voidencodeResponse(com.fasterxml.jackson.databind.node.ObjectNode json, GetCapabilitiesResponse t)-
Methods inherited from class org.n52.svalbard.encode.json.AbstractSosResponseEncoder
encodeJSON
-
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
-
encodeResponse
protected void encodeResponse(com.fasterxml.jackson.databind.node.ObjectNode json, GetCapabilitiesResponse t) throws EncodingException- Specified by:
encodeResponsein classAbstractSosResponseEncoder<GetCapabilitiesResponse>- Throws:
EncodingException
-
encodeOwsLanguageString
public void encodeOwsLanguageString(com.fasterxml.jackson.databind.node.ObjectNode json, OwsLanguageString ls)
-
encodeOwsKeyword
public com.fasterxml.jackson.databind.node.ObjectNode encodeOwsKeyword(OwsKeyword keyword)
-
encodeOwsAllowedValues
public com.fasterxml.jackson.databind.JsonNode encodeOwsAllowedValues(OwsAllowedValues allowedValues)
-
encodeOwsValueReference
public com.fasterxml.jackson.databind.JsonNode encodeOwsValueReference(OwsValuesReference valuesReference)
-
encodeOwsRequestMethod
public com.fasterxml.jackson.databind.node.ObjectNode encodeOwsRequestMethod(OwsRequestMethod m)
-
encodeOwsValueRestriction
public com.fasterxml.jackson.databind.JsonNode encodeOwsValueRestriction(OwsValueRestriction restriction)
-
-