Uses of Class
org.apache.olingo.odata2.core.ep.aggregator.EntityTypeMapping
-
Packages that use EntityTypeMapping Package Description org.apache.olingo.odata2.core.ep.aggregator org.apache.olingo.odata2.core.ep.consumer -
-
Uses of EntityTypeMapping in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EntityTypeMapping Modifier and Type Method Description static EntityTypeMappingEntityTypeMapping. create(String name, Map<String,Object> mappings)static EntityTypeMappingEntityTypeMapping. create(Map<String,Object> mappings)EntityTypeMappingEntityTypeMapping. getEntityTypeMapping(String name)If thisEntityTypeMappingis complex the mapping for the property with the givennameis returned; otherwise an emptyEntityTypeMappingis returned. -
Uses of EntityTypeMapping in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer with parameters of type EntityTypeMapping Modifier and Type Method Description protected ObjectXmlPropertyConsumer. readStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties)
-