Interface EdmProviderFactory
-
- All Known Implementing Classes:
DefaultEdmProviderFactory
public interface EdmProviderFactoryThe EdmProviderFactory creates EdmProviders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.provider.EdmProvidercreateInstance(org.apache.olingo.odata2.api.processor.ODataContext context)Creates a new instance of the EdmProvider
-