public class AnnProcessorEnvironment
extends io.micronaut.context.env.DefaultEnvironment
refreshablePropertySources, resourceLoader
catalog, conversionService, nonGenerated, propertyPlaceholderResolver, propertySources, rawCatalog
AMAZON_EC2, ANDROID, AZURE, BARE_METAL, BOOTSTRAP_CONTEXT_PROPERTY, BOOTSTRAP_NAME, BOOTSTRAP_NAME_PROPERTY, CLI, CLOUD, CLOUD_FOUNDRY, CLOUD_PLATFORM_PROPERTY, DEDUCE_ENVIRONMENT_ENV, DEDUCE_ENVIRONMENT_PROPERTY, DEFAULT_NAME, DEVELOPMENT, DIGITAL_OCEAN, ENVIRONMENTS_ENV, ENVIRONMENTS_PROPERTY, FUNCTION, GAE, GOOGLE_COMPUTE, HEROKU, HOSTNAME, IBM, KUBERNETES, MICRONAUT, ORACLE_CLOUD, PROPERTY_SOURCES_KEY, TEST
Constructor and Description |
---|
AnnProcessorEnvironment(io.micronaut.context.ApplicationContextConfiguration configuration,
io.micronaut.inject.visitor.VisitorContext context)
Construct a new environment for the given configuration.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<io.micronaut.context.env.PropertySource> |
readPropertySourceList(java.lang.String name) |
protected void |
readPropertySources(java.lang.String name) |
addConfigurationExcludes, addConfigurationIncludes, addConverter, addConverter, addDefaultPropertySources, addPackage, addPropertySource, addPropertySource, canConvert, close, convert, createAnnotationScanner, forBase, getActiveNames, getClassLoader, getConstantPropertySources, getPackages, getPlaceholderResolver, getPropertySourceLoaders, getPropertySourceRootName, getPropertySources, getResource, getResourceAsStream, getResources, isActive, isPresent, isRunning, readPropertySourceListFromFiles, readPropertySourceListKeyFromEnvironment, readPropertySourceLoaders, refreshAndDiff, removePropertySource, scan, scan, shouldDeduceEnvironments, start, stop, supportsPrefix
containsProperties, containsProperty, getAllProperties, getProperties, getProperty, getPropertyEntries, processPropertySource, resetCaches, resolveEntriesForKey, resolveEntriesForKey, resolveSubMap, resolveSubMap, resolveSubProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AnnProcessorEnvironment(io.micronaut.context.ApplicationContextConfiguration configuration, io.micronaut.inject.visitor.VisitorContext context)
configuration
- The configurationcontext
- visitor contextprotected void readPropertySources(java.lang.String name)
readPropertySources
in class io.micronaut.context.env.DefaultEnvironment
name
- The name to read property sourcesprotected java.util.List<io.micronaut.context.env.PropertySource> readPropertySourceList(java.lang.String name)
readPropertySourceList
in class io.micronaut.context.env.DefaultEnvironment
name
- The name to resolver property sources