Uses of Class
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo
Packages that use EntityPropertyInfo
Package
Description
-
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.aggregator
Subclasses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.aggregatorFields in org.apache.olingo.odata2.core.ep.aggregator with type parameters of type EntityPropertyInfoModifier and TypeFieldDescriptionprotected List<EntityPropertyInfo>EntityComplexPropertyInfo.entityPropertyInfoMethods in org.apache.olingo.odata2.core.ep.aggregator that return EntityPropertyInfoModifier and TypeMethodDescriptionstatic EntityPropertyInfoEntityInfoAggregator.create(EdmFunctionImport functionImport) Create anEntityPropertyInfobased on givenEdmFunctionImportstatic EntityPropertyInfoEntityInfoAggregator.create(EdmProperty property) Create anEntityPropertyInfobased on givenEdmPropertyEntityComplexPropertyInfo.getPropertyInfo(String name) EntityInfoAggregator.getPropertyInfo(String name) EntityInfoAggregator.getTargetPathInfo(String targetPath) Methods in org.apache.olingo.odata2.core.ep.aggregator that return types with arguments of type EntityPropertyInfoModifier and TypeMethodDescriptionstatic Map<String,EntityPropertyInfo> EntityInfoAggregator.create(EdmComplexType complexType) EntityInfoAggregator.getETagPropertyInfos()EntityInfoAggregator.getKeyPropertyInfos()EntityComplexPropertyInfo.getPropertyInfos()EntityInfoAggregator.getPropertyInfos() -
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer with parameters of type EntityPropertyInfoModifier and TypeMethodDescriptionList<?>JsonEntityConsumer.readCollection(EntityPropertyInfo info, InputStream content, EntityProviderReadProperties properties) List<?>JsonPropertyConsumer.readCollection(com.google.gson.stream.JsonReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) XmlEntityConsumer.readCollection(EntityPropertyInfo info, InputStream content, EntityProviderReadProperties properties) List<?>XmlPropertyConsumer.readCollection(XMLStreamReader reader, EntityPropertyInfo info, EntityProviderReadProperties properties) JsonEntityConsumer.readProperty(EntityPropertyInfo propertyInfo, InputStream content, EntityProviderReadProperties readProperties) XmlEntityConsumer.readProperty(EntityPropertyInfo propertyInfo, InputStream content, EntityProviderReadProperties readProperties) XmlPropertyConsumer.readProperty(XMLStreamReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) JsonPropertyConsumer.readPropertyStandalone(com.google.gson.stream.JsonReader reader, EntityPropertyInfo propertyInfo, EntityProviderReadProperties readProperties) protected ObjectJsonPropertyConsumer.readPropertyValue(com.google.gson.stream.JsonReader reader, EntityPropertyInfo entityPropertyInfo, Object typeMapping, EntityProviderReadProperties readProperties) protected ObjectXmlPropertyConsumer.readStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties) -
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type EntityPropertyInfoModifier and TypeMethodDescriptionvoidJsonCollectionEntityProducer.append(Writer writer, EntityPropertyInfo propertyInfo, List<?> data) voidJsonPropertyEntityProducer.append(Writer writer, EntityPropertyInfo propertyInfo, Object value) static voidXmlCollectionEntityProducer.append(XMLStreamWriter writer, EntityPropertyInfo propertyInfo, List<?> data) voidXmlPropertyEntityProducer.append(XMLStreamWriter writer, String name, EntityPropertyInfo propertyInfo, Object value) AppendObjectvaluebased onEntityPropertyInfotoXMLStreamWriterin an already existing XML structure inside the d namespace.voidXmlPropertyEntityProducer.append(XMLStreamWriter writer, EntityPropertyInfo propertyInfo, Object value) AppendObjectvaluebased onEntityPropertyInfotoXMLStreamWriteras a stand-alone XML structure, including writing of default namespace declarations.voidXmlPropertyEntityProducer.appendCustomProperty(XMLStreamWriter writer, String name, EntityPropertyInfo propertyInfo, Object value) protected static voidJsonPropertyEntityProducer.appendPropertyValue(JsonStreamWriter jsonStreamWriter, EntityPropertyInfo propertyInfo, Object value, boolean validatingFacets, boolean isDataBasedPropertySerialization, boolean isDateTimeJsonRelaxed)