Uses of Class
com.sap.cds.reflect.impl.CdsModelReader.Config
Packages that use CdsModelReader.Config
-
Uses of CdsModelReader.Config in com.sap.cds.reflect.impl
Methods in com.sap.cds.reflect.impl that return CdsModelReader.ConfigMethods in com.sap.cds.reflect.impl with parameters of type CdsModelReader.ConfigModifier and TypeMethodDescriptionstatic List<CdsAnnotation<?>>
CdsAnnotationReader.read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jsonObject) static List<CdsAnnotation<?>>
CdsAnnotationReader.read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jsonObject, CdsAnnotation<CqnElementRef> tenantAnnotation) static List<CdsParameter>
CdsEntityReader.CdsParameterReader.read
(CdsModelReader.Config config, String path, com.fasterxml.jackson.databind.JsonNode csn, Function<String, Optional<CdsTypeBuilder<? extends CdsType>>> typeFinder) static CdsEntityBuilder
CdsEntityReader.read
(CdsModelReader.Config config, String name, String qualifiedName, com.fasterxml.jackson.databind.JsonNode csn, CdsAnnotation<CqnElementRef> tenantAnnotation) static <T> CdsEnumTypeBuilder<T>
CdsEnumTypeReader.read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jsonType, List<CdsAnnotation<?>> annotations, String qualifiedName, String name, CdsBaseType baseType, Map<String, Object> properties) static CdsEventBuilder
CdsEventReader.read
(CdsModelReader.Config config, String qualifiedName, String name, com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model, StructuredTypeResolver structResolver) static CdsModel
CdsModelReader.read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject) static CdsModel
CdsModelReader.read
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jObject, boolean adaptDraftEntities) static CdsModel
CdsModelReader.read
(CdsModelReader.Config config, InputStream is, boolean adaptDraftEntities) static CdsModel
CdsModelReader.read
(CdsModelReader.Config config, String csn, boolean adaptDraftEntities) static CdsTypeBuilder<CdsSimpleType>
CdsSimpleTypeReader.read
(CdsModelReader.Config config, String qualifiedName, String name, com.fasterxml.jackson.databind.JsonNode jsonType) CdsStructuredTypeReader.read
(CdsModelReader.Config config, String qualifiedName, com.fasterxml.jackson.databind.JsonNode jsonStructuredType, CdsModelBuilder model, StructuredTypeResolver structResolver) static CdsOperationBuilder<CdsAction>
CdsOperationReader.readAction
(CdsModelReader.Config config, String qualifiedName, String name, com.fasterxml.jackson.databind.JsonNode csn) static List<CdsElementBuilder<?>>
CdsStructuredTypeReader.readElementList
(CdsModelReader.Config config, String qualifiedName, com.fasterxml.jackson.databind.JsonNode jsonStructuredType, CdsModelBuilder model, StructuredTypeResolver structResolver) static CdsOperationBuilder<CdsFunction>
CdsOperationReader.readFunction
(CdsModelReader.Config config, String qualifiedName, String name, com.fasterxml.jackson.databind.JsonNode csn) static List<CdsParameterBuilder>
CdsOperationReader.readParameterList
(CdsModelReader.Config config, String name, com.fasterxml.jackson.databind.JsonNode jsonStructuredType, CdsModelBuilder model, StructuredTypeResolver structResolver) static CdsTypeBuilder<?>
CdsOperationReader.readReturnType
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode jsonStructuredType, CdsModelBuilder model, StructuredTypeResolver structResolver) static CdsTypeBuilder<?>
CdsModelReader.readType
(CdsModelReader.Config config, String pathToElement, com.fasterxml.jackson.databind.JsonNode csn, CdsModelBuilder model, StructuredTypeResolver structResolver) CdsStructuredTypeReader.readWithoutElements
(CdsModelReader.Config config, String qualifiedName, String name, com.fasterxml.jackson.databind.JsonNode jsonStructuredType) Constructors in com.sap.cds.reflect.impl with parameters of type CdsModelReader.ConfigModifierConstructorDescriptionCdsArrayedTypeReader
(CdsModelReader.Config config, CdsModelBuilder model, StructuredTypeResolver structResolver) CdsAssociationReader
(CdsModelReader.Config config, CdsModelBuilder model, StructuredTypeResolver structResolver) CdsBoundOperationReader
(CdsModelReader.Config config, com.fasterxml.jackson.databind.JsonNode csn) CdsElementReader
(CdsModelReader.Config config, String pathToElement, String elementName, CdsModelBuilder model) CdsEnumTypeBuilder
(CdsModelReader.Config config, List<CdsAnnotation<?>> annotations, String qualifiedName, String name, CdsBaseType cdsType, Map<String, Object> properties, Map<String, com.fasterxml.jackson.databind.JsonNode> values)