Uses of Interface
org.apache.olingo.client.api.domain.ClientAnnotation
Packages that use ClientAnnotation
Package
Description
-
Uses of ClientAnnotation in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return types with arguments of type ClientAnnotation -
Uses of ClientAnnotation in org.apache.olingo.ext.proxy.commons
Fields in org.apache.olingo.ext.proxy.commons with type parameters of type ClientAnnotationModifier and TypeFieldDescriptionprotected final List<ClientAnnotation>
AbstractCollectionInvocationHandler.annotations
Methods in org.apache.olingo.ext.proxy.commons that return types with arguments of type ClientAnnotationModifier and TypeMethodDescriptionabstract org.apache.commons.lang3.tuple.Triple<List<T>,
URI, List<ClientAnnotation>> AbstractCollectionInvocationHandler.fetchPartial
(URI uri, Class<T> typeRef) org.apache.commons.lang3.tuple.Triple<List<T>,
URI, List<ClientAnnotation>> AbstractEntityCollectionInvocationHandler.fetchPartial
(URI uri, Class<T> typeRef) org.apache.commons.lang3.tuple.Triple<List<T>,
URI, List<ClientAnnotation>> ComplexCollectionInvocationHandler.fetchPartial
(URI uri, Class<T> typeRef) org.apache.commons.lang3.tuple.Triple<List<T>,
URI, List<ClientAnnotation>> PrimitiveCollectionInvocationHandler.fetchPartial
(URI uri, Class<T> typeRef) Method parameters in org.apache.olingo.ext.proxy.commons with type arguments of type ClientAnnotationModifier and TypeMethodDescriptionvoid
AbstractCollectionInvocationHandler.setAnnotations
(List<ClientAnnotation> annotations) -
Uses of ClientAnnotation in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils that return ClientAnnotationModifier and TypeMethodDescriptionstatic ClientAnnotation
CoreUtils.getODataAnnotation
(EdmEnabledODataClient client, String term, EdmType type, Object obj) Method parameters in org.apache.olingo.ext.proxy.utils with type arguments of type ClientAnnotationModifier and TypeMethodDescriptionstatic Collection<Class<? extends AbstractTerm>>
CoreUtils.getAnnotationTerms
(AbstractService<?> service, List<ClientAnnotation> annotations)