Uses of Interface
org.apache.olingo.commons.api.edm.EdmAnnotations
Packages that use EdmAnnotations
Package
Description
Contains representations for EDM objects created during the URI parsing
-
Uses of EdmAnnotations in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmAnnotationsModifier and TypeMethodDescriptionEdm.getAnnotationGroup(FullQualifiedName targetName, String qualifier) GetEdmAnnotationsby target.Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmAnnotations -
Uses of EdmAnnotations in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmAnnotationsMethods in org.apache.olingo.commons.core.edm that return EdmAnnotationsModifier and TypeMethodDescriptionprotected abstract EdmAnnotationsAbstractEdm.createAnnotationGroup(FullQualifiedName targetName, String qualifier) protected EdmAnnotationsEdmProviderImpl.createAnnotationGroup(FullQualifiedName targetName, String qualifier) AbstractEdm.getAnnotationGroup(FullQualifiedName targetName, String qualifier) Methods in org.apache.olingo.commons.core.edm that return types with arguments of type EdmAnnotationsModifier and TypeMethodDescriptionprotected List<EdmAnnotations>EdmSchemaImpl.createAnnotationGroups()EdmSchemaImpl.getAnnotationGroups()Methods in org.apache.olingo.commons.core.edm with parameters of type EdmAnnotationsModifier and TypeMethodDescriptionvoidAbstractEdm.cacheAnnotationGroup(FullQualifiedName targetName, EdmAnnotations annotationsGroup)