Class ODataJsonInstanceAnnotationDeserializer
java.lang.Object
org.apache.olingo.server.core.deserializer.json.ODataJsonInstanceAnnotationDeserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsumeInstanceAnnotation(String key, com.fasterxml.jackson.databind.JsonNode value) Consume the instance annotation of an entity or a property
-
Constructor Details
-
ODataJsonInstanceAnnotationDeserializer
public ODataJsonInstanceAnnotationDeserializer()
-
-
Method Details
-
consumeInstanceAnnotation
public Annotation consumeInstanceAnnotation(String key, com.fasterxml.jackson.databind.JsonNode value) throws DeserializerException Consume the instance annotation of an entity or a property- Parameters:
key- Stringvalue- JsonNode- Returns:
- Annotation of an entity
- Throws:
DeserializerException
-