Package com.sap.cds.services.utils.info
Interface CdsInfo
public interface CdsInfo
A
CdsInfo describes a part of the CDS runtime stack. Implementing classes can get access
to the CdsRuntime by implementing CdsRuntimeAware.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumControls level of detail of the content presented -
Method Summary
Modifier and TypeMethodDescriptioninfo(CdsInfo.Details details) Provides the information in a specific flavor.name()
-
Method Details
-
name
String name()- Returns:
- The name of the info section
-
info
Provides the information in a specific flavor.- Parameters:
details- Specifies the detail level of the information- Returns:
- The information, potentially in a recursive structure
-