Uses of Class
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo
-
-
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm with parameters of type EntityPropertyInfo Modifier and Type Method Description <T> TAbstractSimpleType. valueOfString(String value, EdmLiteralKind literalKind, EdmFacets facets, Class<T> returnType, EntityPropertyInfo info) -
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.aggregator
Subclasses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.aggregator Modifier and Type Class Description classEntityComplexPropertyInfoFields in org.apache.olingo.odata2.core.ep.aggregator with type parameters of type EntityPropertyInfo Modifier and Type Field Description protected List<EntityPropertyInfo>EntityComplexPropertyInfo. entityPropertyInfoMethods in org.apache.olingo.odata2.core.ep.aggregator that return EntityPropertyInfo Modifier and Type Method Description static EntityPropertyInfoEntityInfoAggregator. create(EdmFunctionImport functionImport)Create anEntityPropertyInfobased on givenEdmFunctionImportstatic EntityPropertyInfoEntityInfoAggregator. create(EdmProperty property)Create anEntityPropertyInfobased on givenEdmPropertyEntityPropertyInfoEntityComplexPropertyInfo. getPropertyInfo(String name)EntityPropertyInfoEntityInfoAggregator. getPropertyInfo(String name)EntityPropertyInfoEntityInfoAggregator. getTargetPathInfo(String targetPath)Methods in org.apache.olingo.odata2.core.ep.aggregator that return types with arguments of type EntityPropertyInfo Modifier and Type Method Description static Map<String,EntityPropertyInfo>EntityInfoAggregator. create(EdmComplexType complexType)Collection<EntityPropertyInfo>EntityInfoAggregator. getETagPropertyInfos()List<EntityPropertyInfo>EntityInfoAggregator. getKeyPropertyInfos()List<EntityPropertyInfo>EntityComplexPropertyInfo. getPropertyInfos()Collection<EntityPropertyInfo>EntityInfoAggregator. getPropertyInfos() -
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.consumer
-
Uses of EntityPropertyInfo in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type EntityPropertyInfo Modifier and Type Method Description voidJsonCollectionEntityProducer. 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)
-