Uses of Class
org.apache.olingo.commons.api.data.Annotation
Packages that use Annotation
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of Annotation in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return types with arguments of type Annotation -
Uses of Annotation in org.apache.olingo.server.core.deserializer.json
Methods in org.apache.olingo.server.core.deserializer.json that return AnnotationModifier and TypeMethodDescriptionODataJsonInstanceAnnotationDeserializer.consumeInstanceAnnotation(String key, com.fasterxml.jackson.databind.JsonNode value) Consume the instance annotation of an entity or a property -
Uses of Annotation in org.apache.olingo.server.core.serializer.json
Method parameters in org.apache.olingo.server.core.serializer.json with type arguments of type AnnotationModifier and TypeMethodDescriptionvoidODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnEntity(List<Annotation> annotations, com.fasterxml.jackson.core.JsonGenerator json) Write the instance annotation of an entity