Package io.micronaut.openapi.visitor
Interface ContextProperty
@Internal
public interface ContextProperty
Visitor context properties. Usually these are loaded configuration objects.
- Since:
- 4.10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Calculated class output directory path.static final String
Loaded micronaut openapi custom schema settings.static final String
Loaded micronaut environment.static final String
Flag that shows that the environment properties are already loaded into the context.static final String
Loaded expandable properties.static final String
Flag that shows that the expandable properties are already loaded into the context.static final String
Saved generated files.static final String
Loaded micronaut.openapi.generation.spec.enabled value.static final String
Loaded group settings into context.static final String
static final String
Loaded into context micronaut.openapi.json-view.default-inclusion property value.static final String
Loaded into context jackson.json-view.enabled property value.static final String
Loaded micronaut.openapi.enabled property value.static final String
The name of the entry for Endpoint class tags in the context.static final String
The name of the entry for Endpoint security requirements in the context.static final String
The name of the entry for Endpoint servers in the context.static final String
Loaded micronaut openapi endpoints settings.static final String
Loaded project directory from system properties.static final String
Loaded openapi properties from file.static final String
Loaded micronaut-router and micronaut-openapi router versioning properties.static final String
Loaded schema decorators settings into context.static final String
Loaded micronaut-security and micronaut-openapi security properties.
-
Field Details
-
MICRONAUT_INTERNAL_ENVIRONMENT
Loaded micronaut environment.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_ENDPOINTS
Loaded micronaut openapi endpoints settings.- See Also:
-
MICRONAUT_INTERNAL_ENVIRONMENT_CREATED
Flag that shows that the environment properties are already loaded into the context.- See Also:
-
MICRONAUT_INTERNAL_CUSTOM_SCHEMAS
Loaded micronaut openapi custom schema settings.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_PROPERTIES
Loaded openapi properties from file.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_ENDPOINT_CLASS_TAGS
The name of the entry for Endpoint class tags in the context.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_ENDPOINT_SERVERS
The name of the entry for Endpoint servers in the context.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_ENDPOINT_SECURITY_REQUIREMENTS
The name of the entry for Endpoint security requirements in the context.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_PROJECT_DIR
Loaded project directory from system properties.- See Also:
-
MICRONAUT_INTERNAL_JACKSON_JSON_VIEW_ENABLED
Loaded into context jackson.json-view.enabled property value.- See Also:
-
MICRONAUT_INTERNAL_JACKSON_JSON_VIEW_DEFAULT_INCLUSION
Loaded into context micronaut.openapi.json-view.default-inclusion property value.- See Also:
-
MICRONAUT_INTERNAL_SCHEMA_DECORATORS
Loaded schema decorators settings into context.- See Also:
-
MICRONAUT_INTERNAL_GROUPS
Loaded group settings into context.- See Also:
-
MICRONAUT_INTERNAL_EXPANDABLE_PROPERTIES
Loaded expandable properties. Need to save them to reuse in different places.- See Also:
-
MICRONAUT_INTERNAL_EXPANDABLE_PROPERTIES_LOADED
Flag that shows that the expandable properties are already loaded into the context.- See Also:
-
MICRONAUT_INTERNAL_SECURITY_PROPERTIES
Loaded micronaut-security and micronaut-openapi security properties.- See Also:
-
MICRONAUT_INTERNAL_ROUTER_VERSIONING_PROPERTIES
Loaded micronaut-router and micronaut-openapi router versioning properties.- See Also:
-
MICRONAUT_INTERNAL_OPENAPI_ENABLED
Loaded micronaut.openapi.enabled property value.
Default: true- See Also:
-
MICRONAUT_INTERNAL_GENERATION_SPEC_ENABLED
Loaded micronaut.openapi.generation.spec.enabled value.
Default: true- See Also:
-
MICRONAUT_INTERNAL_GENERATED_FILE
Saved generated files.- See Also:
-
MICRONAUT_INTERNAL_CLASSPATH_OUTPUT
Calculated class output directory path.- See Also:
-
MICRONAUT_INTERNAL_CHILD_PATH
- See Also:
-
MICRONAUT_INTERNAL_CHILD_OP_ID_PREFIX
- See Also:
-
MICRONAUT_INTERNAL_CHILD_OP_ID_SUFFIX
- See Also:
-
MICRONAUT_INTERNAL_CHILD_OP_ID_SUFFIX_ADD_ALWAYS
- See Also:
-
MICRONAUT_INTERNAL_IS_PROCESS_PARENT_CLASS
- See Also:
-