Uses of Interface
de.hybris.platform.upilintegrationservices.odata.feed.edmx.UpilEdmxMetadataElementParser
-
-
Uses of UpilEdmxMetadataElementParser in de.hybris.platform.upilintegrationservices.odata.feed.edmx.generate.impl
Methods in de.hybris.platform.upilintegrationservices.odata.feed.edmx.generate.impl with parameters of type UpilEdmxMetadataElementParser Modifier and Type Method Description voidUpilEdmxPojoGenerator. upilGenerate(UpilEdmxMetadataElementParser metadata)For each edmx schema in edmx meta data provided generate's schema -
Uses of UpilEdmxMetadataElementParser in de.hybris.platform.upilintegrationservices.odata.feed.edmx.parser
Methods in de.hybris.platform.upilintegrationservices.odata.feed.edmx.parser that return UpilEdmxMetadataElementParser Modifier and Type Method Description UpilEdmxMetadataElementParserUpilEdmxMetadataParser. parseXml(java.io.InputStream inputStream)To parse the XML input stream to UpilEdmxMetadata -
Uses of UpilEdmxMetadataElementParser in de.hybris.platform.upilintegrationservices.odata.feed.edmx.provider
Classes in de.hybris.platform.upilintegrationservices.odata.feed.edmx.provider that implement UpilEdmxMetadataElementParser Modifier and Type Class Description classUpilEdmxMetadataElementParserImplDefault implementation of theUpilEdmxMetadataElementParser.
-