Package io.micronaut.openapi.visitor
Interface ContextProperty
public interface ContextProperty
Visitor context properties. Usually these are loaded configuration objects.
- Since:
- 4.10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLoaded micronaut openapi custom schema settings.static final StringLoaded micronaut environment.static final StringFlag that shows that the environment properties are already loaded into the context.static final StringLoaded expandable properties.static final StringFlag that shows that the expandable properties are already loaded into the context.static final StringLoaded group settings into context.static final StringLoaded into context micronaut.openapi.json-view.default-inclusion property value.static final StringLoaded into context jackson.json-view.enabled property value.static final StringLoaded micronaut.openapi.enabled property value.static final StringThe name of the entry for Endpoint class tags in the context.static final StringThe name of the entry for Endpoint security requirements in the context.static final StringThe name of the entry for Endpoint servers in the context.static final StringLoaded micronaut openapi endpoints settings.static final StringLoaded project directory from system properties.static final StringLoaded openapi properties from file.static final StringLoaded micronaut-router and micronaut-openapi router versioning properties.static final StringLoaded schema decorators settings into context.static final StringLoaded 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:
-