Package com.sap.cds.reflect.impl
Class CdsModelReader
java.lang.Object
com.sap.cds.reflect.impl.CdsModelReader
- All Implemented Interfaces:
CdsModel.Reader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Contains configuration options for theCdsModelReader
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<CdsTypeBuilder<?>>
findType
(com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model) static CdsModel
read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject) static CdsModel
read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject, boolean adaptDraftEntities) static CdsModel
read
(CdsModelReader.Config config, InputStream is, boolean adaptDraftEntities) static CdsModel
read
(CdsModelReader.Config config, String csn, boolean adaptDraftEntities) static CdsModel
read
(InputStream is) readCsn
(InputStream is) static CdsTypeBuilder<?>
readType
(CdsModelReader.Config config, String pathToElement, com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model, StructuredTypeResolver structResolver)
-
Constructor Details
-
CdsModelReader
public CdsModelReader()
-
-
Method Details
-
readCsn
- Specified by:
readCsn
in interfaceCdsModel.Reader
-
readCsn
- Specified by:
readCsn
in interfaceCdsModel.Reader
-
read
-
read
public static CdsModel read(CdsModelReader.Config config, InputStream is, boolean adaptDraftEntities) -
read
public static CdsModel read(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject) -
read
public static CdsModel read(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject, boolean adaptDraftEntities) -
read
-
readType
public static CdsTypeBuilder<?> readType(CdsModelReader.Config config, String pathToElement, com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model, StructuredTypeResolver structResolver) -
findType
public static Optional<CdsTypeBuilder<?>> findType(com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model)
-