Uses of Interface
org.apache.olingo.commons.api.edm.EdmComplexType
Packages that use EdmComplexType
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Serializer
Olingo URI
-
Uses of EdmComplexType in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmComplexTypeModifier and TypeMethodDescriptionEdmComplexType.getBaseType()Edm.getComplexType(FullQualifiedName name) Get complex type by full qualified name..Get complex type with annotations by full qualified name..Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmComplexType -
Uses of EdmComplexType in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmComplexTypeMethods in org.apache.olingo.commons.core.edm that return EdmComplexTypeModifier and TypeMethodDescriptionprotected abstract EdmComplexTypeAbstractEdm.createComplexType(FullQualifiedName complexTypeName) EdmProviderImpl.createComplexType(FullQualifiedName complexTypeName) EdmComplexTypeImpl.getBaseType()AbstractEdm.getComplexType(FullQualifiedName namespaceOrAliasFQN) EdmTypeInfo.getComplexType()AbstractEdm.getComplexTypeWithAnnotations(FullQualifiedName namespaceOrAliasFQN) protected EdmComplexTypeAbstractEdm.getComplexTypeWithAnnotations(FullQualifiedName namespaceOrAliasFQN, boolean isComplexDerivedFromES) Methods in org.apache.olingo.commons.core.edm that return types with arguments of type EdmComplexTypeModifier and TypeMethodDescriptionprotected List<EdmComplexType>EdmSchemaImpl.createComplexTypes()EdmSchemaImpl.getComplexTypes()Methods in org.apache.olingo.commons.core.edm with parameters of type EdmComplexTypeModifier and TypeMethodDescriptionvoidAbstractEdm.cacheComplexType(FullQualifiedName compelxTypeName, EdmComplexType complexType) -
Uses of EdmComplexType in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmComplexTypeModifier and TypeMethodDescriptionODataSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes complex-type instance data into an InputStream.ODataSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes data of a collection of complex-type instances into an InputStream. -
Uses of EdmComplexType in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmComplexTypeModifier and TypeMethodDescriptionUriResourceComplexProperty.getComplexType()UriResourceComplexProperty.getComplexTypeFilter()Behind a complex property may be a type filter E.g. -
Uses of EdmComplexType in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json that return EdmComplexTypeModifier and TypeMethodDescriptionprotected EdmComplexTypeJsonDeltaSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeJsonDeltaSerializerWithNavigations.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeODataJsonSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) Methods in org.apache.olingo.server.core.serializer.json with parameters of type EdmComplexTypeModifier and TypeMethodDescriptionODataJsonSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataJsonSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) protected EdmComplexTypeJsonDeltaSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeJsonDeltaSerializerWithNavigations.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeODataJsonSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected voidJsonDeltaSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand, String complexPropName) -
Uses of EdmComplexType in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type EdmComplexTypeModifier and TypeMethodDescriptionODataXmlSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) -
Uses of EdmComplexType in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return EdmComplexTypeModifier and TypeMethodDescriptionUriResourceComplexPropertyImpl.getComplexType()UriResourceComplexPropertyImpl.getComplexTypeFilter()