Class CsdlDocumentReader
java.lang.Object
com.sap.olingo.jpa.metadata.core.edm.mapper.annotation.CsdlDocumentReader
- Since:
- 15.12.2019
- Version:
- 0.3.8
- Author:
- Oliver Grande
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadFromResource(String path, Charset charset)readFromURI(URI uri)
-
Constructor Details
-
CsdlDocumentReader
public CsdlDocumentReader()
-
-
Method Details
-
readFromResource
public CsdlDocument readFromResource(@Nonnull String path, @Nonnull Charset charset) throws IOException, ODataJPAModelException- Parameters:
path-charset-- Returns:
- Throws:
IOExceptionODataJPAModelExceptionNullPointerException
-
readFromURI
- Parameters:
uri-- Returns:
- Throws:
IOExceptionNullPointerException
-