- ABNORMAL_CLOSURE - Static variable in class io.micronaut.websocket.CloseReason
-
See https://tools.ietf.org/html/rfc6455#section-11.7.
- ABOUT - Static variable in interface io.micronaut.http.hateoas.Link
-
About link.
- AbstractAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> - Class in io.micronaut.core.bind.annotation
-
- AbstractAnnotatedArgumentBinder(ConversionService<?>) - Constructor for class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Constructor.
- AbstractAnnotationMetadataBuilder<T,A> - Class in io.micronaut.inject.annotation
-
- AbstractAnnotationMetadataBuilder() - Constructor for class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Default constructor.
- AbstractAnnotationMetadataWriter - Class in io.micronaut.inject.writer
-
- AbstractAnnotationMetadataWriter(String, Element, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
- AbstractBeanConfiguration - Class in io.micronaut.context
-
- AbstractBeanConfiguration(String) - Constructor for class io.micronaut.context.AbstractBeanConfiguration
-
- AbstractBeanDefinition<T> - Class in io.micronaut.context
-
- AbstractBeanDefinition(Class<T>, Class<?>, String, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractBeanDefinition
-
Constructs a bean definition that is produced from a method call on another type (factory bean).
- AbstractBeanDefinition(Class<T>, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractBeanDefinition
-
Constructs a bean for the given type.
- AbstractBeanDefinitionReference - Class in io.micronaut.context
-
An uninitialized and unloaded component definition with basic information available regarding its requirements.
- AbstractBeanDefinitionReference(String, String) - Constructor for class io.micronaut.context.AbstractBeanDefinitionReference
-
- AbstractBeanIntrospection<T> - Class in io.micronaut.core.beans
-
- AbstractBeanIntrospection(Class<T>, AnnotationMetadata, int) - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospection
-
Base class for bean instrospections.
- AbstractBeanIntrospectionReference<T> - Class in io.micronaut.core.beans
-
Abstract bean introspection reference used by
BeanIntrospector
to soft load introspections.
- AbstractBeanIntrospectionReference() - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospectionReference
-
Default constructor.
- AbstractBeanProperty<B,P> - Class in io.micronaut.core.beans
-
- AbstractBeanProperty(BeanIntrospection<B>, Class<P>, String, AnnotationMetadata, Argument[]) - Constructor for class io.micronaut.core.beans.AbstractBeanProperty
-
Default constructor.
- AbstractBeanResolutionContext - Class in io.micronaut.context
-
- AbstractBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.AbstractBeanResolutionContext
-
- AbstractBufferingHttpContentProcessor<T> - Class in io.micronaut.http.server.netty
-
Abtract implementation of the
HttpContentProcessor
interface that deals with limiting file upload sizes.
- AbstractBufferingHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- AbstractClassFileWriter - Class in io.micronaut.inject.writer
-
Abstract class that writes generated classes to disk and provides convenience methods for building classes.
- AbstractClassFileWriter(Element) - Constructor for class io.micronaut.inject.writer.AbstractClassFileWriter
-
- AbstractClassWriterOutputVisitor - Class in io.micronaut.inject.writer
-
Abstract implementation of the
ClassWriterOutputVisitor
interface that deals with service descriptors in a
common way across Java and Groovy.
- AbstractClassWriterOutputVisitor() - Constructor for class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
-
- AbstractComputeInstanceMetadata - Class in io.micronaut.discovery.cloud
-
Abstract class representing a cloud computing instance metadata.
- AbstractComputeInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- AbstractEmbeddedApplicationEvent - Class in io.micronaut.runtime.event
-
An abstract event for events specific to server applications.
- AbstractEmbeddedApplicationEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.AbstractEmbeddedApplicationEvent
-
Constructs a prototypical Event.
- AbstractEnvironmentAnnotationMetadata - Class in io.micronaut.inject.annotation
-
- AbstractEnvironmentAnnotationMetadata(AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
Construct a new environment aware annotation metadata.
- AbstractExecutableMethod - Class in io.micronaut.context
-
- AbstractExecutableMethod(Class<?>, String, Argument, Argument...) - Constructor for class io.micronaut.context.AbstractExecutableMethod
-
- AbstractExecutableMethod(Class<?>, String, Argument) - Constructor for class io.micronaut.context.AbstractExecutableMethod
-
- AbstractFunctionExecutor<I,O,C> - Class in io.micronaut.function.executor
-
- AbstractFunctionExecutor() - Constructor for class io.micronaut.function.executor.AbstractFunctionExecutor
-
- AbstractGroovyElement - Class in io.micronaut.ast.groovy.visitor
-
Abstract Groovy element.
- AbstractGroovyElement(SourceUnit, CompilationUnit, AnnotatedNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
Default constructor.
- AbstractHealthIndicator<T> - Class in io.micronaut.management.health.indicator
-
- AbstractHealthIndicator() - Constructor for class io.micronaut.management.health.indicator.AbstractHealthIndicator
-
- AbstractHttpContentProcessor<T> - Class in io.micronaut.http.server.netty
-
Abtract implementation of the
HttpContentProcessor
interface that deals with limiting file upload sizes.
- AbstractHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- AbstractJavaElement - Class in io.micronaut.annotation.processing.visitor
-
An abstract class for other elements to extend from.
- AbstractMessageSource - Class in io.micronaut.context
-
Abstract
MessageSource
implementation that provides basic message interpolation.
- AbstractMessageSource() - Constructor for class io.micronaut.context.AbstractMessageSource
-
- AbstractMessageSource.MessageKey - Class in io.micronaut.context
-
Internal key storage.
- AbstractNettyHttpRequest<B> - Class in io.micronaut.http.netty
-
- AbstractNettyHttpRequest(HttpRequest, ConversionService) - Constructor for class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- AbstractNettyWebSocketHandler - Class in io.micronaut.http.netty.websocket
-
Abstract implementation that handles WebSocket frames.
- AbstractNettyWebSocketHandler(ChannelHandlerContext, RequestBinderRegistry, MediaTypeCodecRegistry, WebSocketBean<?>, HttpRequest<?>, Map<String, Object>, WebSocketVersion, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Default constructor.
- AbstractOpenTracingFilter - Class in io.micronaut.tracing.instrument.http
-
Abstract filter used for Open Tracing based HTTP tracing.
- AbstractOpenTracingFilter(Tracer) - Constructor for class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
Configure tracer in the filter for span creation and propagation across arbitrary transports.
- AbstractParametrizedBeanDefinition<T> - Class in io.micronaut.context
-
- AbstractParametrizedBeanDefinition(Class<T>, Class<?>, String, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- AbstractParametrizedBeanDefinition(Class<T>, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- AbstractPropertySourceLoader - Class in io.micronaut.context.env
-
- AbstractPropertySourceLoader() - Constructor for class io.micronaut.context.env.AbstractPropertySourceLoader
-
- AbstractResource<Impl extends AbstractResource> - Class in io.micronaut.http.hateoas
-
- AbstractResource() - Constructor for class io.micronaut.http.hateoas.AbstractResource
-
- AbstractRoundRobinLoadBalancer - Class in io.micronaut.http.client.loadbalance
-
- AbstractRoundRobinLoadBalancer() - Constructor for class io.micronaut.http.client.loadbalance.AbstractRoundRobinLoadBalancer
-
- AbstractServiceInstanceEvent - Class in io.micronaut.discovery.event
-
- AbstractServiceInstanceEvent(ServiceInstance) - Constructor for class io.micronaut.discovery.event.AbstractServiceInstanceEvent
-
Constructs a prototypical Event.
- AbstractSessionEvent - Class in io.micronaut.session.event
-
- AbstractSessionEvent(Session) - Constructor for class io.micronaut.session.event.AbstractSessionEvent
-
Constructs a prototypical Event.
- accept(DeclaredType, Element, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
Write the class to output via a visitor that manages output destination.
- accept(T, E) - Method in interface io.micronaut.core.exceptions.BeanExceptionHandler
-
Handles the exception.
- ACCEPT - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept"
.
- accept() - Method in interface io.micronaut.http.HttpHeaders
-
- accept() - Method in interface io.micronaut.http.HttpRequest
-
A list of accepted
MediaType
instances sorted by their quality rating.
- accept() - Method in class io.micronaut.http.HttpRequestWrapper
-
- accept(MediaType...) - Method in interface io.micronaut.http.MutableHttpRequest
-
- accept(CharSequence...) - Method in interface io.micronaut.http.MutableHttpRequest
-
- accept() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Accept a ClassWriterOutputVisitor to write this writer to disk.
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanConfigurationWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
-
- accept(ClassWriterOutputVisitor) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Write the class to output via a visitor that manages output destination.
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- accept(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
- ACCEPT_CH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-CH"
.
- ACCEPT_CH_LIFETIME - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-CH"
.
- ACCEPT_CHARSET - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Charset"
.
- ACCEPT_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Encoding"
.
- ACCEPT_LANGUAGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Language"
.
- ACCEPT_PATCH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Patch"
.
- ACCEPT_RANGES - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Ranges"
.
- acceptAll() - Method in interface io.micronaut.web.router.Route
-
- accepted() - Static method in interface io.micronaut.http.HttpResponse
-
- accepted(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- acceptInboundMessage(Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Returns true
if the given message should be handled.
- acceptInboundMessage(Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
-
- acceptInboundMessage(Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Credentials"
.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Headers"
.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Methods"
.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Origin"
.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Expose-Headers"
.
- ACCESS_CONTROL_MAX_AGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Max-Age"
.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Request-Headers"
.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Request-Method"
.
- AccessLog - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
An Access log instance.
- AccessLogFormatParser - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
The access log format parser.
- AccessLogFormatParser(String) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
Creates an AccessLogFormatParser.
- AccessLogger() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
-
- ack() - Method in interface io.micronaut.messaging.Acknowledgement
-
Acknowledges the message.
- Acknowledgement - Interface in io.micronaut.messaging
-
A contract that allows for responding to messages.
- ActiveEnvironment - Interface in io.micronaut.context.env
-
An environment that is active for the current execution
of the application.
- ADAPTED_ARGUMENT_TYPES - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_BEAN - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_METHOD - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_QUALIFIER - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- Adapter - Annotation Type in io.micronaut.aop
-
An
Adapter
is advice applicable to a method that will create an entirely new bean definition that delegates to the
annotated method.
- Adapter.InternalAttributes - Class in io.micronaut.aop
-
Internal attributes for the adapter annotation.
- add(CharSequence, V) - Method in interface io.micronaut.core.convert.value.MutableConvertibleMultiValues
-
Adds a value for the given key.
- add(CharSequence, V) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
-
- add(CharSequence, CharSequence) - Method in interface io.micronaut.core.type.MutableHeaders
-
Add a header for the given name and value.
- add(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, ZonedDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, Integer) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpParameters
-
Adds a new http parameter.
- add(CharSequence, List<CharSequence>) - Method in interface io.micronaut.http.MutableHttpParameters
-
Adds a new http parameter.
- add(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- add(CharSequence, List<CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpParameters
-
- add(CharSequence, CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
-
- add(CharSequence, List<CharSequence>) - Method in class io.micronaut.http.simple.SimpleHttpParameters
-
- addAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addChannel(Channel) - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
-
Adds a channel to the repository.
- addChannel(Channel) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- addClass(String, byte[]) - Method in class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
-
- addConfigurationExcludes(String...) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConfigurationExcludes(String...) - Method in interface io.micronaut.context.env.Environment
-
Exclude configurations by name.
- addConfigurationIncludes(String...) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConfigurationIncludes(String...) - Method in interface io.micronaut.context.env.Environment
-
Exclude configurations by name.
- addContent(ByteBufHolder) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
-
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Adds a type converter.
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Adds a type converter.
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- addDeclaredAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDeclaredAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDeclaredRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addDeclaredRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addDeclaredRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable declared stereotype value.
- addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addDefaultAnnotationValues(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDefaultPropertySources(List<PropertySource>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
Adds default property sources.
- addError(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- addError(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Adds an error.
- addExecutableMethod(ExecutableMethod<T, ?>) - Method in class io.micronaut.context.AbstractBeanDefinition
-
- addFeature(SerializationFeature, boolean) - Method in class io.micronaut.jackson.codec.JacksonFeatures
-
Add a serialization feature.
- addFeature(DeserializationFeature, boolean) - Method in class io.micronaut.jackson.codec.JacksonFeatures
-
Add a deserialization feature.
- addFilter(String, Supplier<HttpFilter>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- addFilter(String, BeanLocator, BeanDefinition<? extends HttpFilter>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- addFilter(String, Supplier<HttpFilter>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Add a filter.
- addFilter(String, BeanLocator, BeanDefinition<? extends HttpFilter>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Add a filter.
- addFinalHandler(ChannelPipeline) - Method in class io.micronaut.http.client.netty.DefaultHttpClient.HttpClientInitializer
-
Allows overriding the final handler added to the pipeline.
- addInFlightBean(BeanIdentifier, T) - Method in interface io.micronaut.context.BeanResolutionContext
-
Adds a bean that is created as part of the resolution.
- addInFlightBean(BeanIdentifier, T) - Method in class io.micronaut.context.DefaultBeanResolutionContext
-
- addInjectionPoint(Class, Class, String, AnnotationMetadata, Argument[], boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds an injection point for a field.
- addInjectionPoint(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds an injection point for a method that cannot be resolved at runtime, but a compile time produced injection
point exists.
- additionalTypes - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- addMessage(String, String) - Method in class io.micronaut.context.StaticMessageSource
-
Adds a message to the default locale.
- addMessage(Locale, String, String) - Method in class io.micronaut.context.StaticMessageSource
-
Adds a message to the default locale.
- addMutatedMetadata(String, Object, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Used to store metadata mutations at compilation time.
- addOption(String, String) - Method in interface io.micronaut.core.cli.CommandLine.Builder
-
Add an option.
- addPackage(String) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPackage(String) - Method in interface io.micronaut.context.env.Environment
-
Add an application package.
- addPackage(Package) - Method in interface io.micronaut.context.env.Environment
-
Add an application package.
- addPart(String, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, MediaType, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, byte[]) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add bytes data to MultipartBody.
- addPart(String, String, MediaType, byte[]) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add bytes data to MultipartBody.
- addPart(String, String, InputStream, long) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a InputStream data to MultipartBody.
- addPart(String, String, MediaType, InputStream, long) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a InputStream data to MultipartBody.
- addPart(String, String) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPostConstruct(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds a post construct method definition.
- addPreDestroy(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds a pre destroy method definition.
- addProperty(BeanProperty<T, Object>) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
Adds a property at a particular index of the internal array passed to the constructor.
- addPropertySource(PropertySource) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPropertySource(String, Map<String, ? super Object>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPropertySource(PropertySource) - Method in interface io.micronaut.context.env.Environment
-
Adds a property source to this environment.
- addPropertySource(String, Map<String, ? super Object>) - Method in interface io.micronaut.context.env.Environment
-
Add a property source for the given map.
- addPropertySource(PropertySource) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- addPropertySource(String, Map<String, ? super Object>) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
Add a property source for the given map.
- addProxyClass(Feature.BeforeAnalysisAccess, String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Registers the given interfaces for dynamic proxy generation.
- addRawContentSegment(List<UriTemplate.PathSegment>, String, boolean) - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
-
- addRawContentSegment(List<UriTemplate.PathSegment>, String, boolean) - Method in class io.micronaut.http.uri.UriTemplate.UriTemplateParser
-
Adds a raw content segment.
- addRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable stereotype value.
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
-
Adds a request argument binder to the registry.
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in class io.micronaut.websocket.bind.WebSocketStateBinderRegistry
-
- addResourceBundles(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource bundles.
- addResourcePatterns(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource patterns.
- addStereotype(List<String>, String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addStereotype(List<String>, String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addValueExtractor(ValueExtractor<?>) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- addVariableSegment(List<UriTemplate.PathSegment>, String, String, String, boolean, boolean, String, char, char, String, boolean) - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
-
- addVariableSegment(List<UriTemplate.PathSegment>, String, String, String, boolean, boolean, String, char, char, String, boolean) - Method in class io.micronaut.http.uri.UriTemplate.UriTemplateParser
-
Adds a new variable segment.
- advertisedLength - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- advertisedLength - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- advertisedLength - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- after() - Method in enum io.micronaut.http.filter.ServerFilterPhase
-
- AGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Age"
.
- aggregate(InfoSource[]) - Method in class io.micronaut.management.endpoint.info.impl.RxInfoAggregator
-
- aggregate(InfoSource[]) - Method in interface io.micronaut.management.endpoint.info.InfoAggregator
-
Aggregate an array of
InfoSource
and return a publisher.
- aggregate(HealthIndicator[], HealthLevelOfDetail) - Method in interface io.micronaut.management.health.aggregator.HealthAggregator
-
- aggregate(String, Publisher<HealthResult>) - Method in interface io.micronaut.management.health.aggregator.HealthAggregator
-
- aggregate(HealthIndicator[], HealthLevelOfDetail) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregate(String, Publisher<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregateDetails(List<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregateResults(InfoSource[]) - Method in class io.micronaut.management.endpoint.info.impl.RxInfoAggregator
-
- aggregateResults(HealthIndicator[]) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- AggregatingTypeElementVisitorProcessor - Class in io.micronaut.annotation.processing
-
The annotation processed used to execute type element visitors.
- AggregatingTypeElementVisitorProcessor() - Constructor for class io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor
-
- Aliases - Annotation Type in io.micronaut.context.annotation
-
A repeatable annotation that allows defining multiple
AliasFor
definitions.
- AliasFor - Annotation Type in io.micronaut.context.annotation
-
Allows specifying an annotation member alias.
- alignNewGenericsInfo(TypeElement, List<? extends TypeMirror>, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Takes a type element and the bound generic information and re-aligns for the new type.
- alignNewGenericsInfo(List<? extends TypeParameterElement>, List<? extends TypeMirror>, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Takes the bound generic information and re-aligns for the new type.
- alignNewGenericsInfo(GenericsType[], GenericsType[], Map<String, ClassNode>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
Align the given generic types.
- ALL - Static variable in class io.micronaut.http.MediaType
-
A wildcard media type representing all types.
- ALL - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
The ID used to refer to all.
- ALL - Static variable in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
Constant for a mapping to all tenants.
- ALL_TYPE - Static variable in class io.micronaut.http.MediaType
-
A wildcard media type representing all types.
- alloc() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- ALLOW - Static variable in interface io.micronaut.http.HttpHeaders
-
"Allow"
.
- allow(HttpMethod...) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- allow(Collection<HttpMethod>) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- allowGeneric(Collection<? extends CharSequence>) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- AMAZON_EC2 - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider amazon ec2.
- AmazonComputeInstanceMetadataResolver - Class in io.micronaut.discovery.cloud.aws
-
- AmazonComputeInstanceMetadataResolver(ObjectMapper, AmazonMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.aws.AmazonComputeInstanceMetadataResolver
-
- AmazonComputeInstanceMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonComputeInstanceMetadataResolver
-
- AmazonEC2InstanceMetadata - Class in io.micronaut.discovery.cloud.aws
-
- AmazonEC2InstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonEC2InstanceMetadata
-
- AmazonMetadataConfiguration - Class in io.micronaut.discovery.cloud.aws
-
- AmazonMetadataConfiguration() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- ANDROID - Static variable in interface io.micronaut.context.env.Environment
-
The android environment.
- andThen(Function<? super R, ? extends V>) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- ANN_CONSTRAINT - Static variable in interface io.micronaut.validation.validator.Validator
-
Annotation used to define a constraint.
- ANN_VALID - Static variable in interface io.micronaut.validation.validator.Validator
-
Annotation used to define an object as valid.
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
-
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
- annotate(AnnotationMetadata, AnnotationValue<A2>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Annotate an existing annotation metadata object.
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(String) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(Class<T>, Consumer<AnnotationValueBuilder<T>>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(Class<T>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- AnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> - Interface in io.micronaut.core.bind.annotation
-
- AnnotatedElement - Interface in io.micronaut.core.annotation
-
An annotated element is some point in the code, whether it be a constructor, field,
method etc.
- AnnotatedElementValidator - Interface in io.micronaut.inject.annotation
-
Abstract validator for
AnnotatedElement
that may represent source code level validation routes
executed at compilation time.
- AnnotatedFilterRouteBuilder - Class in io.micronaut.web.router
-
- AnnotatedFilterRouteBuilder(BeanContext, ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>, ServerContextPathProvider) - Constructor for class io.micronaut.web.router.AnnotatedFilterRouteBuilder
-
Constructor.
- AnnotatedFunctionRouteBuilder - Class in io.micronaut.function.web
-
- AnnotatedFunctionRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>, MediaTypeCodecRegistry, String) - Constructor for class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
-
Constructor.
- AnnotatedMethodRouteBuilder - Class in io.micronaut.web.router
-
Responsible for building
Route
instances for the annotations found in the
io.micronaut.http.annotation
package.
- AnnotatedMethodRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>) - Constructor for class io.micronaut.web.router.AnnotatedMethodRouteBuilder
-
- AnnotatedRequestArgumentBinder<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.http.bind.binders
-
- AnnotatedTypeInfo - Interface in io.micronaut.core.annotation
-
An interface that provides an abstraction for checking for the existence of annotations.
- AnnotationClassValue<T> - Class in io.micronaut.core.annotation
-
An annotation class value is a reference to a class in annotation metadata.
- AnnotationClassValue(String) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for the type that is not present.
- AnnotationClassValue(Class<T>) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- AnnotationClassValue(String, boolean) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- AnnotationClassValue(T) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- annotationClassValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- annotationClassValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
- annotationClassValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- annotationClassValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
- AnnotationMapper<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
An AnnotationMapper
is a type that is capable of mapping a given annotation to one or many annotations at compile time.
- AnnotationMetadata - Interface in io.micronaut.core.annotation
-
An interface implemented at compile time by Micronaut that allows the inspection of annotation metadata and
stereotypes (meta-annotations)
- annotationMetadata - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- annotationMetadata - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
- AnnotationMetadataDelegate - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataException - Exception in io.micronaut.inject.annotation
-
- AnnotationMetadataException(String, Throwable) - Constructor for exception io.micronaut.inject.annotation.AnnotationMetadataException
-
- AnnotationMetadataException(String) - Constructor for exception io.micronaut.inject.annotation.AnnotationMetadataException
-
- AnnotationMetadataHierarchy - Class in io.micronaut.inject.annotation
-
Used to represent an annotation metadata hierarchy.
- AnnotationMetadataHierarchy(AnnotationMetadata...) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Default constructor.
- AnnotationMetadataProvider - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataReference - Class in io.micronaut.inject.annotation
-
- AnnotationMetadataReference(String, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataReference
-
- AnnotationMetadataResolver - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataWriter - Class in io.micronaut.inject.annotation
-
- AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
Constructs a new writer for the given class name and metadata.
- AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
Constructs a new writer for the given class name and metadata.
- AnnotationProcessingOutputVisitor - Class in io.micronaut.annotation.processing
-
- AnnotationProcessingOutputVisitor(Filer) - Constructor for class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
-
- AnnotationProcessor<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.context.processor
-
An annotation processor is an object that processes the presence if a given annotation.
- AnnotationRemapper - Interface in io.micronaut.inject.annotation
-
Allows remapping of annotations from one annotation set to another at compilation time.
- AnnotationScanner - Interface in io.micronaut.core.io.scan
-
Interface for classes that scan for classes with a given annotation.
- AnnotationSource - Interface in io.micronaut.core.annotation
-
A source of annotations.
- AnnotationTransformer<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
An AnnotationTransformer
transforms an annotation definition into one or many other annotation
definitions discarding the original annotation.
- annotationType() - Method in interface io.micronaut.context.scope.CustomScope
-
- annotationType() - Method in interface io.micronaut.core.convert.format.FormattingTypeConverter
-
- annotationType() - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- annotationType() - Method in interface io.micronaut.inject.annotation.TypedAnnotationMapper
-
The annotation type to be mapped.
- annotationType() - Method in interface io.micronaut.inject.annotation.TypedAnnotationTransformer
-
The annotation type to be mapped.
- annotationType() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
-
- AnnotationUtil - Class in io.micronaut.core.annotation
-
Internal utility methods for annotations.
- AnnotationUtil() - Constructor for class io.micronaut.core.annotation.AnnotationUtil
-
- AnnotationUtils - Class in io.micronaut.annotation.processing
-
Utility methods for annotations.
- AnnotationUtils(ProcessingEnvironment, Elements, Messager, Types, ModelUtils, GenericUtils, Filer, MutableConvertibleValues<Object>) - Constructor for class io.micronaut.annotation.processing.AnnotationUtils
-
Default constructor.
- AnnotationUtils(ProcessingEnvironment, Elements, Messager, Types, ModelUtils, GenericUtils, Filer) - Constructor for class io.micronaut.annotation.processing.AnnotationUtils
-
Default constructor.
- AnnotationValue<A extends java.lang.annotation.Annotation> - Class in io.micronaut.core.annotation
-
A runtime representation of the an annotation and its values.
- AnnotationValue(String, Map<CharSequence, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, RetentionPolicy) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>, RetentionPolicy) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, ConvertibleValues<Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(AnnotationValue<A>, Map<String, Object>, ConvertibleValues<Object>, Function<Object, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
Internal copy constructor.
- AnnotationValueBuilder<T extends java.lang.annotation.Annotation> - Class in io.micronaut.core.annotation
-
A build for annotation values.
- AnnotationValueResolver - Interface in io.micronaut.core.annotation
-
Interface for types that resolve annotation values.
- ANT - Static variable in interface io.micronaut.core.util.PathMatcher
-
The default Ant style patch matcher.
- AntPathMatcher - Class in io.micronaut.core.util
-
PathMatcher implementation for Ant-style path patterns.
- AntPathMatcher() - Constructor for class io.micronaut.core.util.AntPathMatcher
-
- ANY - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Constant to represent any value.
- ANY_METHOD - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Constant to represent any method.
- AopProxyWriter - Class in io.micronaut.aop.writer
-
A class that generates AOP proxy classes at compile time.
- AopProxyWriter(BeanDefinitionWriter, Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(BeanDefinitionWriter, OptionalValues<Boolean>, Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(String, String, boolean, Element, AnnotationMetadata, Object[], Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(String, String, boolean, boolean, Element, AnnotationMetadata, Object[], Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- APPLICATION_ATOM_XML - Static variable in class io.micronaut.http.MediaType
-
Atom: application/atom+xml.
- APPLICATION_ATOM_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
Atom: application/atom+xml.
- APPLICATION_FORM_URLENCODED - Static variable in class io.micronaut.http.MediaType
-
Form encoded data: application/x-www-form-urlencoded.
- APPLICATION_FORM_URLENCODED_TYPE - Static variable in class io.micronaut.http.MediaType
-
Form encoded data: application/x-www-form-urlencoded.
- APPLICATION_GRAPHQL - Static variable in class io.micronaut.http.MediaType
-
GraphQL: application/graphql.
- APPLICATION_GRAPHQL_TYPE - Static variable in class io.micronaut.http.MediaType
-
GraphQL: application/graphql.
- APPLICATION_HAL_JSON - Static variable in class io.micronaut.http.MediaType
-
HAL JSON: application/hal+json.
- APPLICATION_HAL_JSON_TYPE - Static variable in class io.micronaut.http.MediaType
-
HAL JSON: application/hal+json.
- APPLICATION_HAL_XML - Static variable in class io.micronaut.http.MediaType
-
HAL XML: application/hal+xml.
- APPLICATION_HAL_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
HAL XML: application/hal+xml.
- APPLICATION_JSON - Static variable in class io.micronaut.http.MediaType
-
JSON: application/json.
- APPLICATION_JSON_STREAM - Static variable in class io.micronaut.http.MediaType
-
JSON Stream: application/x-json-stream.
- APPLICATION_JSON_STREAM_TYPE - Static variable in class io.micronaut.http.MediaType
-
JSON Stream: application/x-json-stream.
- APPLICATION_JSON_TYPE - Static variable in class io.micronaut.http.MediaType
-
JSON: application/json.
- APPLICATION_NAME - Static variable in class io.micronaut.runtime.ApplicationConfiguration
-
Property name for Micronaut application name.
- APPLICATION_OCTET_STREAM - Static variable in class io.micronaut.http.MediaType
-
BINARY: application/octet-stream.
- APPLICATION_OCTET_STREAM_TYPE - Static variable in class io.micronaut.http.MediaType
-
BINARY: application/octet-stream.
- APPLICATION_VND_ERROR - Static variable in class io.micronaut.http.MediaType
-
VND Error: application/vnd.error+json.
- APPLICATION_VND_ERROR_TYPE - Static variable in class io.micronaut.http.MediaType
-
VND Error: application/vnd.error+json.
- APPLICATION_XHTML - Static variable in class io.micronaut.http.MediaType
-
XHTML: application/xhtml+xml.
- APPLICATION_XHTML_TYPE - Static variable in class io.micronaut.http.MediaType
-
XHTML: application/xhtml+xml.
- APPLICATION_XML - Static variable in class io.micronaut.http.MediaType
-
XML: application/xml.
- APPLICATION_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
XML: application/xml.
- APPLICATION_YAML - Static variable in class io.micronaut.http.MediaType
-
YAML: application/x-yaml.
- APPLICATION_YAML_TYPE - Static variable in class io.micronaut.http.MediaType
-
YAML: application/x-yaml.
- applicationConfiguration - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- ApplicationConfiguration - Class in io.micronaut.runtime
-
Common application configuration.
- ApplicationConfiguration() - Constructor for class io.micronaut.runtime.ApplicationConfiguration
-
- ApplicationConfiguration.InstanceConfiguration - Class in io.micronaut.runtime
-
Configuration for instance settings.
- ApplicationContext - Interface in io.micronaut.context
-
An application context extends a
BeanContext
and adds the concepts of configuration, environments and
runtimes.
- ApplicationContextBuilder - Interface in io.micronaut.context
-
An interface for building an application context.
- ApplicationContextConfiguration - Interface in io.micronaut.context
-
An interface for configuring an application context.
- ApplicationContextLifeCycle<T extends ApplicationContextLifeCycle> - Interface in io.micronaut.context
-
An interface for classes that manage the
ApplicationContext
life cycle and shut it down when the class is shutdown.
- ApplicationContextProvider - Interface in io.micronaut.context
-
- ApplicationEvent - Class in io.micronaut.context.event
-
- ApplicationEvent(Object) - Constructor for class io.micronaut.context.event.ApplicationEvent
-
Constructs a prototypical Event.
- ApplicationEventListener<E> - Interface in io.micronaut.context.event
-
An interface for receivers of application events.
- ApplicationEventPublisher - Interface in io.micronaut.context.event
-
- ApplicationShutdownEvent - Class in io.micronaut.runtime.event
-
- ApplicationShutdownEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.ApplicationShutdownEvent
-
Constructs a prototypical Event.
- ApplicationStartupEvent - Class in io.micronaut.runtime.event
-
- ApplicationStartupEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.ApplicationStartupEvent
-
Constructs a prototypical Event.
- ApplicationStartupException - Exception in io.micronaut.runtime.exceptions
-
Thrown when the application fails to start.
- ApplicationStartupException(String, Throwable) - Constructor for exception io.micronaut.runtime.exceptions.ApplicationStartupException
-
Create exception with detailed message and cause.
- ApplicationStartupException(String) - Constructor for exception io.micronaut.runtime.exceptions.ApplicationStartupException
-
Create exception with detailed message and cause.
- apply(T) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Applies this function to the given argument.
- applyDefaultPorts(List<Integer>) - Method in class io.micronaut.web.router.DefaultRouter
-
- applyDefaultPorts(List<Integer>) - Method in class io.micronaut.web.router.filter.FilteredRouter
-
- applyDefaultPorts(List<Integer>) - Method in interface io.micronaut.web.router.Router
-
Sets the ports the application will listen to by default.
- applyFilterToResponsePublisher(HttpRequest<?>, HttpRequest<I>, URI, AtomicReference<HttpRequest>, Publisher<HttpResponse<O>>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- areAnnotationDefaultsRegistered(String) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Returns whether annotation defaults are registered for the give annotation.
- areEqual(Object, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Computes whether 2 annotation values are equal.
- areTypesCompatible(List<Class>) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
- areTypesCompatible(Class[], List<Class>) - Static method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
Are the given types compatible.
- args(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Set the command line arguments.
- args(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- args(String...) - Method in class io.micronaut.runtime.Micronaut
-
- Argument<T> - Interface in io.micronaut.core.type
-
Represents an argument to a method or constructor or type.
- ArgumentBeanType<T> - Class in io.micronaut.inject
-
- ArgumentBeanType(Argument<T>) - Constructor for class io.micronaut.inject.ArgumentBeanType
-
Default constructor.
- ArgumentBinder<T,S> - Interface in io.micronaut.core.bind
-
An interface capable of binding the value of an
Argument
from a source
- ArgumentBinder.BindingResult<T> - Interface in io.micronaut.core.bind
-
The result of binding.
- ArgumentBinderRegistry<S> - Interface in io.micronaut.core.bind
-
- ArgumentCheck(ArgumentUtils.Check) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
-
- ArgumentCheck(String, T) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
-
- ArgumentConversionContext<T> - Interface in io.micronaut.core.convert
-
- ArgumentInjectionPoint<B,T> - Interface in io.micronaut.inject
-
An injection point for a method or constructor argument.
- argumentType() - Method in interface io.micronaut.core.bind.TypeArgumentBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.OptionalSessionArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.SessionArgumentBinder
-
- ArgumentUtils - Class in io.micronaut.core.util
-
Utility methods for checking method argument values.
- ArgumentUtils() - Constructor for class io.micronaut.core.util.ArgumentUtils
-
- ArgumentUtils.ArgumentCheck<T> - Class in io.micronaut.core.util
-
Allows producing error messages.
- ArgumentUtils.Check - Interface in io.micronaut.core.util
-
Functional interface the check a condition.
- ArgumentValue<V> - Interface in io.micronaut.core.type
-
- Around - Annotation Type in io.micronaut.aop
-
Annotation stereotype to applied to other annotations to indicate the annotation provides Around advice.
- array() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- arrayDimensions - Variable in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- arrayDimensions - Variable in class io.micronaut.ast.groovy.visitor.GroovyClassElement
-
- ArrayNodeToArrayConverter - Class in io.micronaut.jackson.convert
-
- ArrayNodeToArrayConverter(Provider<ObjectMapper>) - Constructor for class io.micronaut.jackson.convert.ArrayNodeToArrayConverter
-
Deprecated.
Create a converter to convert form ArrayNode to Array.
- ArrayNodeToIterableConverter - Class in io.micronaut.jackson.convert
-
- ArrayNodeToIterableConverter(ConversionService) - Constructor for class io.micronaut.jackson.convert.ArrayNodeToIterableConverter
-
Deprecated.
Create a new converter to convert from json to given type iteratively.
- arrayNodeToIterableConverter() - Method in class io.micronaut.jackson.convert.JacksonConverterRegistrar
-
- arrayNodeToObjectConverter() - Method in class io.micronaut.jackson.convert.JacksonConverterRegistrar
-
- arrayOffset() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- arrays - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
-
Arrays requiring reflective instantiation.
- arrayTypeForPrimitive(String) - Static method in class io.micronaut.core.reflect.ClassUtils
-
Returns the array type for the given primitive type name.
- ArrayUtils - Class in io.micronaut.core.util
-
Utility methods for working with arrays.
- ArrayUtils() - Constructor for class io.micronaut.core.util.ArrayUtils
-
- asArgument() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- asArgument() - Method in interface io.micronaut.core.beans.BeanProperty
-
Represent the type as an argument, including any generic type information.
- asArgument() - Method in interface io.micronaut.core.type.ReturnType
-
- asArgument() - Method in interface io.micronaut.inject.FieldInjectionPoint
-
Convert this field to an
Argument
reference.
- ascendingKeySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns a unmodifiable snapshot Set
view of the keys contained in
this map.
- ascendingKeySetWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- ascendingMap() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- ascendingMapWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- asEntryWeigher(Weigher<? super V>) - Static method in class io.micronaut.core.util.clhm.Weighers
-
A entry weigher backed by the specified weigher.
- asHyphenatedName(Class) - Method in enum io.micronaut.core.naming.conventions.TypeConvention
-
Returns the hyphenated equivalent for this convention for the given class.
- asInputStream() - Method in interface io.micronaut.core.io.Readable
-
Represent this Readable as an input stream.
- asMap() - Method in class io.micronaut.context.env.MapPropertySource
-
The backing map (unmodifiable).
- asMap() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- asMap(Class<KT>, Class<VT>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- asNativeBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
- asNioBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's readable bytes as an NIO ByteBuffer
.
- asNioBuffer(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's sub-region as an NIO ByteBuffer
.
- asParameterizedType() - Method in interface io.micronaut.core.type.Argument
-
Represent this argument as a ParameterizedType
.
- asProperties() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
Return this
ConvertibleValues
as a
Properties
object returning only keys and values that
can be represented as a string.
- asPropertyName(Class) - Method in enum io.micronaut.core.naming.conventions.TypeConvention
-
Returns the property name equivalent for this convention for the given class.
- asReader() - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable using StandardCharsets.UTF_8
.
- asReader(Charset) - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable.
- asReadOnly() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- Async - Annotation Type in io.micronaut.scheduling.annotation
-
An annotation that can be applied to any method that returns void or an instance of CompletionStage
to indicate the actual execution should occur
on the given thread pool.
- AsyncInterceptor - Class in io.micronaut.scheduling.async
-
Interceptor implementation for the
Async
annotation.
- AsyncReporterConfiguration - Class in io.micronaut.tracing.brave
-
A configuration for async Reporting on Span
instances.
- AsyncReporterConfiguration(BraveTracerConfiguration, Sender) - Constructor for class io.micronaut.tracing.brave.AsyncReporterConfiguration
-
Create a configuration for async Reporting on Span
instances.
- AsyncSingleResultPublisher<T> - Class in io.micronaut.core.async.publisher
-
A Publisher
that uses an ExecutorService
to emit a single result.
- AsyncSingleResultPublisher(ExecutorService, Supplier<T>) - Constructor for class io.micronaut.core.async.publisher.AsyncSingleResultPublisher
-
Constructor.
- AsyncSingleResultPublisher(Supplier<T>) - Constructor for class io.micronaut.core.async.publisher.AsyncSingleResultPublisher
-
Constructor.
- AsyncTypeElementVisitor - Class in io.micronaut.validation.async
-
- AsyncTypeElementVisitor() - Constructor for class io.micronaut.validation.async.AsyncTypeElementVisitor
-
- attach(String) - Method in class io.micronaut.http.server.types.files.StreamedFile
-
Sets the file to be downloaded as an attachment.
- attach() - Method in class io.micronaut.http.server.types.files.SystemFile
-
Sets the file to be downloaded as an attachment.
- attach(String) - Method in class io.micronaut.http.server.types.files.SystemFile
-
Sets the file to be downloaded as an attachment.
- ATTACHMENT_HEADER - Static variable in interface io.micronaut.http.server.types.files.FileCustomizableResponseType
-
- AttributeConverter - Class in io.micronaut.http.server.netty.converters
-
- AttributeConverter(ConversionService<?>) - Constructor for class io.micronaut.http.server.netty.converters.AttributeConverter
-
Deprecated.
- AttributeHolder - Interface in io.micronaut.core.attr
-
An interface for objects that have attributes.
- attributeMap - Variable in class io.micronaut.session.InMemorySession
-
- attributes - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- attributes - Variable in class io.micronaut.session.InMemorySession
-
- auth(String, String) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Used to configure BASIC authentication.
- auth(String) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Used to configure BASIC authentication.
- AUTHORIZATION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Authorization"
.
- AUTHORIZATION_INFO - Static variable in interface io.micronaut.http.HttpHeaders
-
"Authorization"
.
- AUTHORIZATION_PREFIX_BASIC - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"Basic"
.
- AUTHORIZATION_PREFIX_BEARER - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"Bearer"
.
- AutomaticFeatureUtils - Class in io.micronaut.core.graal
-
Utility methods for implementing Graal's AutomaticFeature
.
- AutomaticFeatureUtils() - Constructor for class io.micronaut.core.graal.AutomaticFeatureUtils
-
- AutoRegistration - Class in io.micronaut.discovery.registration
-
A base class for classes that automatically register the server with discovery services.
- AutoRegistration(RegistrationConfiguration) - Constructor for class io.micronaut.discovery.registration.AutoRegistration
-
Initialize given configurations.
- availabilityZone - Variable in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- AVAILABLE_PROCESSORS - Static variable in class io.micronaut.scheduling.executor.UserExecutorConfiguration
-
Number of available processors.
- awaitTermination(long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
-
- AWS_API_VERSION - Static variable in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- AWS_METADATA_URL - Static variable in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- AZURE - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider Microsoft Azure.
- BAD_GATEWAY - Static variable in class io.micronaut.websocket.CloseReason
-
See https://tools.ietf.org/html/rfc6455#section-11.7.
- badRequest() - Static method in interface io.micronaut.http.HttpResponse
-
- badRequest(T) - Static method in interface io.micronaut.http.HttpResponse
-
- BARE_METAL - Static variable in interface io.micronaut.context.env.Environment
-
Cloud or non cloud provider on bare metal (unknown).
- BASIC_TYPE_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- BasicAuth - Class in io.micronaut.http
-
A class representing basic auth authorization header.
- BasicAuth(String, String) - Constructor for class io.micronaut.http.BasicAuth
-
- basicAuth(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
- basicAuth(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- BasicAuthArgumentBinder - Class in io.micronaut.http.server.netty.binders
-
Responsible for binding to a
BasicAuth
argument from the authorization
header in the request.
- BasicAuthArgumentBinder() - Constructor for class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- BasicObjectRouteMatch - Class in io.micronaut.web.router
-
A route match designed to return an existing object.
- BasicObjectRouteMatch(Object) - Constructor for class io.micronaut.web.router.BasicObjectRouteMatch
-
- Bean - Annotation Type in io.micronaut.context.annotation
-
Annotation used to configure a bean.
- bean - Variable in class io.micronaut.context.event.BeanEvent
-
- BeanConfiguration - Interface in io.micronaut.inject
-
A BeanConfiguration is a grouping of several
BeanDefinition
instances.
- BeanConfigurationWriter - Class in io.micronaut.inject.writer
-
Writes configuration classes for configuration packages using ASM.
- BeanConfigurationWriter(String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanConfigurationWriter
-
- BeanContext - Interface in io.micronaut.context
-
The core BeanContext abstraction which allows for dependency injection of classes annotated with
Inject
.
- BeanContextConditional - Interface in io.micronaut.inject
-
Interface for other types that are conditional within a context.
- BeanContextConfiguration - Interface in io.micronaut.context
-
- BeanContextEvent - Class in io.micronaut.context.event
-
A BeanContextEvent is an event fired from the
BeanContext
instance.
- BeanContextEvent(BeanContext) - Constructor for class io.micronaut.context.event.BeanContextEvent
-
Constructs a prototypical Event.
- BeanContextException - Exception in io.micronaut.context.exceptions
-
An exception that occurs loading the context.
- BeanContextException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanContextException
-
- BeanContextException(String) - Constructor for exception io.micronaut.context.exceptions.BeanContextException
-
- BeanCreatedEvent<T> - Class in io.micronaut.context.event
-
An event fired when a bean is created and fully initialized.
- BeanCreatedEvent(BeanContext, BeanDefinition<T>, BeanIdentifier, T) - Constructor for class io.micronaut.context.event.BeanCreatedEvent
-
- BeanCreatedEventListener<T> - Interface in io.micronaut.context.event
-
An event listener that is triggered each time a bean is created.
- BeanCreationException - Exception in io.micronaut.context.exceptions
-
A base class for exceptions that occurred during bean creation.
- BeanCreationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanResolutionContext, String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanResolutionContext, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanType<T>, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanType<T>, String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- beanDefinition - Variable in class io.micronaut.context.event.BeanEvent
-
- BeanDefinition<T> - Interface in io.micronaut.inject
-
Defines a bean definition and its requirements.
- BeanDefinitionData<T> - Interface in io.micronaut.management.endpoint.beans
-
Returns data for a given bean definition to be used for the
BeansEndpoint
.
- BeanDefinitionDataCollector<T> - Interface in io.micronaut.management.endpoint.beans
-
Used to respond with bean information used for the
BeansEndpoint
.
- BeanDefinitionInjectProcessor - Class in io.micronaut.annotation.processing
-
The core annotation processor used to generate bean definitions and power AOP for Micronaut.
- BeanDefinitionInjectProcessor() - Constructor for class io.micronaut.annotation.processing.BeanDefinitionInjectProcessor
-
- BeanDefinitionMethodReference<T,R> - Interface in io.micronaut.inject
-
- BeanDefinitionProcessor<A extends java.lang.annotation.Annotation> - Interface in io.micronaut.context.processor
-
A bean definition processor is a processor that is called once for each bean annotated with the given annotation type.
- BeanDefinitionReference<T> - Interface in io.micronaut.inject
-
A bean definition reference provides a reference to a
BeanDefinition
thus
allowing for soft loading of bean definitions without loading the actual types.
- BeanDefinitionReferenceWriter - Class in io.micronaut.inject.writer
-
Writes the bean definition class file to disk.
- BeanDefinitionReferenceWriter(String, String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
-
- BeanDefinitionRegistry - Interface in io.micronaut.context
-
Core bean definition registry interface containing methods to find
BeanDefinition
instances.
- BeanDefinitionValidator - Interface in io.micronaut.inject.validation
-
Interface to integrate bean validation into the construction of beans within the
BeanContext
.
- BeanDefinitionVisitor - Interface in io.micronaut.inject.writer
-
- BeanDefinitionWriter - Class in io.micronaut.inject.writer
-
- BeanDefinitionWriter(String, String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter.MethodVisitData - Class in io.micronaut.inject.writer
-
Data used when visiting method.
- beanDeserializerModifiers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- BeanEvent<T> - Class in io.micronaut.context.event
-
An abstract bean event.
- BeanEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanEvent
-
- BeanExceptionHandler<T,E extends java.lang.Throwable> - Interface in io.micronaut.core.exceptions
-
An exception handler capable of receiving a bean that originated the exception and an exception type.
- BeanFactory<T> - Interface in io.micronaut.inject
-
An interface for classes that are capable of taking the
BeanDefinition
instance and building a concrete
instance.
- BeanIdentifier - Interface in io.micronaut.inject
-
An identifier for a
Bean
that can be used as a key to uniquely identify an
instance.
- BeanInfo<T> - Interface in io.micronaut.core.beans
-
- BeanInitializedEventListener<T> - Interface in io.micronaut.context.event
-
Allows hooking into bean instantiation at the point prior to when PostConstruct
initialization hooks have been called and in the case of bean Provider
instances the
Provider.get()
method has not yet been invoked.
- BeanInitializingEvent<T> - Class in io.micronaut.context.event
-
An event fired when a bean's properties have been populated but initialization hooks (such as
PostConstruct
methods) have not yet been triggered.
- BeanInitializingEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanInitializingEvent
-
- BeanInstantiationException - Exception in io.micronaut.context.exceptions
-
Thrown when no such beans exists.
- BeanInstantiationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanResolutionContext, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanResolutionContext, String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanType<T>, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanType<T>, String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanIntrospection<T> - Interface in io.micronaut.core.beans
-
A
BeanIntrospection
is the result of compile time computation of a beans properties and annotation metadata.
- BeanIntrospectionModule - Class in io.micronaut.jackson.modules
-
A Jackson module that adds reflection-free bean serialization and deserialization for Micronaut.
- BeanIntrospectionModule() - Constructor for class io.micronaut.jackson.modules.BeanIntrospectionModule
-
Default constructor.
- BeanIntrospectionReference<T> - Interface in io.micronaut.core.beans
-
- BeanIntrospector - Interface in io.micronaut.core.beans
-
Primary interface for obtaining
BeanIntrospection
instances that are computed at compilation time.
- BeanLocator - Interface in io.micronaut.context
-
Core interface for locating and discovering
Bean
instances.
- BeanMap<T> - Interface in io.micronaut.core.beans
-
Simple class that provides a map interface over a bean.
- beanProperties - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- BeanProperty<B,T> - Interface in io.micronaut.core.beans
-
Represents a bean property and associated annotation metadata.
- BeanPropertyBinder - Interface in io.micronaut.core.bind
-
An interface that provides the ability to bind Maps and Java bean properties
- BeanRegistration<T> - Class in io.micronaut.context
-
A bean registration is an association between a
BeanDefinition
and a created bean, typically a
Singleton
.
- BeanRegistration(BeanIdentifier, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.BeanRegistration
-
- BeanResolutionContext - Interface in io.micronaut.context
-
Represents the resolution context for a current resolve of a given bean.
- BeanResolutionContext.Path - Interface in io.micronaut.context
-
Represents a path taken to resolve a bean definitions dependencies.
- BeanResolutionContext.Segment<T> - Interface in io.micronaut.context
-
A segment in a path.
- BeansEndpoint - Class in io.micronaut.management.endpoint.beans
-
Exposes an
Endpoint
to provide information about the beans of the application.
- BeansEndpoint(BeanContext, BeanDefinitionDataCollector) - Constructor for class io.micronaut.management.endpoint.beans.BeansEndpoint
-
- beanSerializerModifiers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- beanType - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- BeanType<T> - Interface in io.micronaut.inject
-
A reference to a bean.
- BeanWrapper<T> - Interface in io.micronaut.core.beans
-
Wraps a bean allowing to read and write its properties via a underlying
BeanIntrospection
.
- bearerAuth(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
- bearerAuth(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- before() - Method in enum io.micronaut.http.filter.ServerFilterPhase
-
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class io.micronaut.http.netty.graal.HttpNettyFeature
-
- beginAnnotationMetadataMethod(ClassWriter) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
Returns the generator adaptor for the method that resolves the annotation metadata.
- beginAnnotationMetadataMethod(ClassWriter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- beginEncode(HttpResponse, String) - Method in class io.micronaut.http.server.netty.SmartHttpContentCompressor
-
- bind(ArgumentConversionContext<T>, S) - Method in interface io.micronaut.core.bind.ArgumentBinder
-
Bind the given argument from the given source.
- bind(Class<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind a new instance of the given type from the given source.
- bind(T2, ArgumentConversionContext<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(Class<T2>, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind a new instance of the given type from the given source.
- bind(T2, ArgumentConversionContext<T2>, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Object) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(Executable<T, R>, ArgumentBinderRegistry<S>, S) - Method in class io.micronaut.core.bind.DefaultExecutableBinder
-
- bind(Executable<T, R>, ArgumentBinderRegistry<S>, S) - Method in interface io.micronaut.core.bind.ExecutableBinder
-
Binds a given
Executable
using the given registry and source object.
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.CookieAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.HeaderAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.ParameterAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.PathVariableAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.RequestAttributeAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.RequestBeanAnnotationBinder
-
- bind(ArgumentConversionContext<BasicAuth>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- bind(ArgumentConversionContext<CompletableFuture>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- bind(ArgumentConversionContext<Maybe>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- bind(ArgumentConversionContext<Observable>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- bind(ArgumentConversionContext<Publisher>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
-
- bind(ArgumentConversionContext<Single>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- bind(ArgumentConversionContext<MultipartBody>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
-
- bind(ArgumentConversionContext<Object>, Map<CharSequence, ? super Object>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(Class<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(T2, ArgumentConversionContext<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(T2, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(ArgumentConversionContext<Optional<Session>>, HttpRequest<?>) - Method in class io.micronaut.session.binder.OptionalSessionArgumentBinder
-
- bind(ArgumentConversionContext<Optional>, HttpRequest<?>) - Method in class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
-
- bind(ArgumentConversionContext<Session>, HttpRequest<?>) - Method in class io.micronaut.session.binder.SessionArgumentBinder
-
- bind(ArgumentConversionContext<Object>, HttpRequest<?>) - Method in class io.micronaut.session.binder.SessionValueArgumentBinder
-
- Bindable - Annotation Type in io.micronaut.core.bind.annotation
-
An annotation stereotype for other annotations that indicates a method
Argument
is bindable.
- Blocking - Annotation Type in io.micronaut.core.annotation
-
A marker annotation for methods that are blocking.
- BlockingHttpClient - Interface in io.micronaut.http.client
-
A blocking HTTP client interface that features a subset of the operations provided by
HttpClient
and
is designed primarily for testing purposes.
- Body - Annotation Type in io.micronaut.http.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from the HTTP
body.
- body() - Method in interface io.micronaut.http.HttpResponse
-
- body(T) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the body.
- body(T) - Method in interface io.micronaut.http.MutableHttpRequest
-
- body(T) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the body.
- body(T) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- body(T) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- Body - Annotation Type in io.micronaut.messaging.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
- body(String) - Method in interface io.micronaut.web.router.Route
-
The name of the argument to the route that is the request body.
- body(Argument<?>) - Method in interface io.micronaut.web.router.Route
-
The name of the argument to the route that is the request body.
- body(String) - Method in interface io.micronaut.web.router.UriRoute
-
- BodyArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
-
A binder that binds from a parsed request body.
- bodyRequested(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- BOOLEAN - Static variable in interface io.micronaut.core.convert.ConversionContext
-
Constant for Boolean argument.
- BOOLEAN - Static variable in interface io.micronaut.core.type.Argument
-
Constant for boolean argument.
- booleanValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The boolean value of the given member.
- booleanValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The boolean value of the given member.
- booleanValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The Boolean value of the given member.
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the boolean value and optionally map its value.
- booleanValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the boolean value and optionally map its value.
- bootstrap - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
-
- BOOTSTRAP_CONTEXT_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
Whether the bootstrap context is enabled.
- BOOTSTRAP_NAME - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap config name.
- BOOTSTRAP_NAME_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap name.
- BootstrapContextCompatible - Annotation Type in io.micronaut.context.annotation
-
An annotation indicating that a bean can be loaded into the Bootstrap Context.
- BootstrapPropertySourceLocator - Interface in io.micronaut.context.env
-
Allows blocking resolving of
PropertySource
from remote distributed configuration servers.
- BoundExecutable<T,R> - Interface in io.micronaut.core.bind
-
- BraveTracerConfiguration - Class in io.micronaut.tracing.brave
-
A Configuration properties for Brave.
- BraveTracerConfiguration(ApplicationConfiguration) - Constructor for class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- BraveTracerConfiguration.HttpClientSenderConfiguration - Class in io.micronaut.tracing.brave
-
Used to configure HTTP trace sending under the tracing.zipkin.http
namespace.
- BraveTracerConfiguration.SamplerConfiguration - Class in io.micronaut.tracing.brave
-
The sampler configuration.
- BraveTracerFactory - Class in io.micronaut.tracing.brave
-
Builds a Tracer
for Brave using BraveTracer
.
- BraveTracerFactory(BraveTracerConfiguration) - Constructor for class io.micronaut.tracing.brave.BraveTracerFactory
-
Initialize the factory with tracer configuration.
- BraveTracingClientFilter - Class in io.micronaut.tracing.brave.instrument.http
-
Instruments outgoing HTTP requests.
- BraveTracingClientFilter(HttpClientHandler<HttpClientRequest, HttpClientResponse>, HttpTracing) - Constructor for class io.micronaut.tracing.brave.instrument.http.BraveTracingClientFilter
-
Initialize tracing filter with clientHandler and httpTracing.
- BraveTracingInvocationInstrumenter - Class in io.micronaut.tracing.brave
-
Tracing invocation instrument for Brave.
- BraveTracingInvocationInstrumenter(Tracing) - Constructor for class io.micronaut.tracing.brave.BraveTracingInvocationInstrumenter
-
Create a tracing invocation instrumenter.
- BraveTracingServerFilter - Class in io.micronaut.tracing.brave.instrument.http
-
Instruments incoming HTTP requests.
- BraveTracingServerFilter(HttpTracing, Tracer, HttpServerHandler<HttpServerRequest, HttpServerResponse>) - Constructor for class io.micronaut.tracing.brave.instrument.http.BraveTracingServerFilter
-
- broadcast(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
-
- broadcast(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcast(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcast(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcast(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastAsync(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastAsync(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastAsync(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastAsync(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
-
- broadcastSync(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastSync(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- buffer() - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer(int) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer(int, int) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer() - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
- buffer(int) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Allocate a
ByteBuffer
with the given initial capacity.
- buffer(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Allocate a
ByteBuffer
with the given initial capacity and the given maximal capacity.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- build(String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build(Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build() - Static method in interface io.micronaut.context.ApplicationContext
-
- build(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build(Class, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build() - Method in interface io.micronaut.context.ApplicationContextBuilder
-
- build() - Static method in interface io.micronaut.context.BeanContext
-
- build(ClassLoader) - Static method in interface io.micronaut.context.BeanContext
-
- build() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- build() - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
- build() - Static method in interface io.micronaut.core.cli.CommandLine
-
Build and parse a new command line.
- build() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
- build() - Method in interface io.micronaut.discovery.ServiceInstance.Builder
-
- build() - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
- build(SslConfiguration) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
-
- build() - Method in class io.micronaut.http.hateoas.DefaultLink
-
- build(URI) - Static method in interface io.micronaut.http.hateoas.Link
-
Create a link from the given URI.
- build(String) - Static method in interface io.micronaut.http.hateoas.Link
-
Create a link from the given URI.
- build() - Method in interface io.micronaut.http.hateoas.Link.Builder
-
Build the link.
- build(NettyHttpRequest) - Method in class io.micronaut.http.server.netty.FormDataHttpContentSubscriberFactory
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.BytesSentElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.CookieElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.DateTimeElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ElapseTimeElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.HeaderElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalHostElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalIpElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalPortElementBuilder
-
- build(String, String) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElementBuilder
-
Builds the log element for the specified token.
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RemoteHostElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RemoteIpElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestLineElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestMethodElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestProtocolElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestUriElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ResponseCodeElementBuilder
-
- build() - Method in interface io.micronaut.http.server.netty.handler.ChannelOutboundHandlerFactory
-
Constructs a new ChannelHandler
.
- build(NettyHttpRequest) - Method in interface io.micronaut.http.server.netty.HttpContentSubscriberFactory
-
Build a Subscriber
for the given request.
- build(NettyHttpRequest) - Method in class io.micronaut.http.server.netty.jackson.JsonHttpContentSubscriberFactory
-
- build() - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build() - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build() - Method in interface io.micronaut.http.server.netty.ssl.ServerSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.ssl.SslBuilder
-
- build() - Method in interface io.micronaut.http.uri.UriBuilder
-
The constructed URI.
- build(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given element.
- build(String, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given element.
- build(BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.BeanFactory
-
Builds a bean instance.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.BeanFactory
-
Builds a bean instance.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in interface io.micronaut.inject.ParametrizedBeanFactory
-
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.ParametrizedBeanFactory
-
- build() - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
-
Builds the result.
- build() - Method in interface io.micronaut.retry.RetryStateBuilder
-
- build(String...) - Static method in class io.micronaut.runtime.Micronaut
-
Run the application for the given arguments.
- build(String, String) - Method in class io.micronaut.session.http.SessionLogElementBuilder
-
- build(Provider<LoadBalancerResolver>) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- buildArgument(GeneratorAdapter, String, Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Builds an argument instance.
- buildBeanRoute(String, HttpMethod, String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
A special case that is required for non standard http methods.
- buildBody() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
-
- buildBundleCache() - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
-
Build the cache used to store resolved bundles.
- buildDataStreamPublisher(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildDeclared(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build only metadata for declared annotations.
- builder(String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder() - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(Class, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(String) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(Class<T>) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(AnnotationValue<T>, RetentionPolicy) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation existing value and retention policy.
- Builder() - Constructor for class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Default constructor.
- builder(String, URI) - Static method in interface io.micronaut.discovery.ServiceInstance
-
- builder() - Static method in class io.micronaut.http.client.multipart.MultipartBody
-
- builder(String, HealthStatus) - Static method in interface io.micronaut.management.health.indicator.HealthResult
-
- builder(String) - Static method in interface io.micronaut.management.health.indicator.HealthResult
-
- Builder(HttpClientConfiguration) - Constructor for class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
Initialize the builder with HTTP client configurations.
- buildExchangePublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>, Argument<E>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildExchangeStreamPublisher(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildForMethod(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given method element excluding any class metadata.
- buildForParent(T, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Get the annotation metadata for the given element and the given parent.
- buildForParent(String, T, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given parent and method element excluding any class metadata.
- buildForParent(T, T, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given method element excluding any class metadata.
- buildGenericTypeArgumentElementInfo(Element) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Builds type argument information for the given type.
- buildGenericTypeArgumentInfo(Element) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Builds type argument information for the given type.
- buildHierarchy(Element, boolean, boolean) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- buildHierarchy(T, boolean, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the type hierarchy for the given element.
- BuildInfoSource - Class in io.micronaut.management.endpoint.info.source
-
An
InfoSource
that retrieves info from build properties.
- BuildInfoSource(ResourceResolver, String) - Constructor for class io.micronaut.management.endpoint.info.source.BuildInfoSource
-
- buildInvokeMethod(Type, String, Object, Collection<Object>, GeneratorAdapter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- buildJsonStreamPublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildMessage(ConstraintViolation) - Method in class io.micronaut.validation.exceptions.ConstraintExceptionHandler
-
Builds a message based on the provided violation.
- buildMessageCache() - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
-
Build the cache used to store resolved messages.
- buildNestedSegments(CharSequence, int, Object...) - Method in class io.micronaut.http.uri.UriTemplate
-
- buildNettyRequest(MutableHttpRequest, URI, MediaType, boolean, Consumer<? super Throwable>, boolean) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildOverridden(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build metadata for the given element, including any metadata that is inherited via method or type overrides.
- buildPropertyPath(TypeElement, TypeElement, String) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildPropertyPath(T, T, String) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
Build a property path for the given declaring type and property name.
- buildResult(HealthStatus, Object, HealthLevelOfDetail) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- buildRoute(HttpMethod, String, Class<?>, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
Build a route.
- buildRoute(HttpMethod, String, MethodExecutionHandle<?, Object>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
Build a route.
- buildSegments(String) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
-
Split a placeholder value into logic segments.
- buildSelfSigned() - Method in class io.micronaut.http.ssl.SslConfiguration
-
- buildSslContext(URI) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Builds an SslContext
for the given URI if necessary.
- buildStreamExchange(HttpRequest<?>, HttpRequest<I>, URI) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildTypePath(TypeElement, TypeElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildTypePath(TypeElement, TypeElement) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildTypePath(T, T) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- buildTypePath(T, T, AnnotationMetadata) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- byAnnotation(Annotation) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byAnnotation(AnnotationMetadata, Class<? extends Annotation>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byAnnotation(AnnotationMetadata, String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byName(String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given name.
- byQualifiers(Qualifier<T>...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier from other qualifiers.
- byStereotype(Class<? extends Annotation>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- BYTE - Static variable in interface io.micronaut.core.type.Argument
-
Constant for byte argument.
- byteArray() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where the value is a byte array and its weight is the number of
bytes.
- byteArrayToByteBuffTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- byteBufCharSequenceTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- ByteBufDelegate - Class in io.micronaut.http.server.netty
-
Delegates all functionality to the provided buffer.
- ByteBufDelegate(ByteBuf) - Constructor for class io.micronaut.http.server.netty.ByteBufDelegate
-
- ByteBuffer<T> - Interface in io.micronaut.core.io.buffer
-
Interface to allow interfacing with different byte buffer implementations, primarily as an abstraction over Netty.
- ByteBufferFactory<T,B> - Interface in io.micronaut.core.io.buffer
-
- byteBufferFactory - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
-
- byteBufToArrayTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- ByteBufToObjectConverter - Class in io.micronaut.http.server.netty.converters
-
Deprecated.
- ByteBufToObjectConverter(ConversionService<?>) - Constructor for class io.micronaut.http.server.netty.converters.ByteBufToObjectConverter
-
Deprecated.
- byteBufToObjectConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- bytesBefore(byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- bytesBefore(int, byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- bytesBefore(int, int, byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- BytesSentElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for BytesSentElement.
- BytesSentElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.BytesSentElementBuilder
-
- byType(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- byTypeArguments(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- byTypeArgumentsClosest(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- CACHE_CONTROL - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cache-Control"
.
- CACHE_MAX_AGE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MAX_STALE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MIN_FRESH - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MUST_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_CACHE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_STORE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_TRANSFORM - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_ONLY_IF_CACHED - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PRIVATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PROXY_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PUBLIC - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_S_MAXAGE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_STALE_IF_ERROR - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_STALE_WHILE_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CacheControlConfiguration() - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
-
- CachingClassPathAnnotationScanner - Class in io.micronaut.core.io.scan
-
- CachingClassPathAnnotationScanner(ClassLoader) - Constructor for class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
Constructor.
- CachingClassPathAnnotationScanner() - Constructor for class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
Default Constructor.
- calculateHashCode(Map<? extends CharSequence, Object>) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Calculates the hash code of annotation values.
- calculateOverallStatus(List<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- call() - Method in interface io.micronaut.web.router.RouteMatch
-
- CallableInjectionPoint<T> - Interface in io.micronaut.inject
-
A callable injection point is an injection point that accepts
Argument
instances.
- CAMEL_CASE_NAMING_STRATEGY - Static variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- camelCase(String) - Static method in class io.micronaut.core.naming.NameUtils
-
The camel case version of the string with the first letter in lower case.
- camelCase(String, boolean) - Static method in class io.micronaut.core.naming.NameUtils
-
The camel case version of the string with the first letter in lower case.
- cancel() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
-
- cancelled() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Override to handle when a subscriber cancels the subscription.
- CancelledSubscriber<T> - Class in io.micronaut.http.netty.reactive
-
A cancelled subscriber.
- CancelledSubscriber() - Constructor for class io.micronaut.http.netty.reactive.CancelledSubscriber
-
- canConvert(Class<S>, Class<T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- canConvert(Class<S>, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Return whether the given source type is convertible to the given target type.
- canConvert(Class<S>, Class<T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- canRetry(Throwable) - Method in interface io.micronaut.retry.RetryState
-
Should a retry attempt occur.
- capacity(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Adjusts the capacity of this buffer.
- capacity() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Retrieves the maximum weighted capacity of the map.
- capacity() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- capacity(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- capitalize(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts a property name to class name according to the JavaBean convention.
- capitalize(String) - Static method in class io.micronaut.core.util.StringUtils
-
Capitalizes the first character of the provided string.
- catalog - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- CertificateProvidedSslBuilder - Class in io.micronaut.http.server.netty.ssl
-
The Netty implementation of
SslBuilder
that generates an
SslContext
to create a server handle with
SSL support via user configuration.
- CertificateProvidedSslBuilder(HttpServerConfiguration, ServerSslConfiguration, ResourceResolver) - Constructor for class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelOption(String) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Creates a channel options.
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- ChannelOptionFactory - Interface in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- ChannelOutboundHandlerFactory - Interface in io.micronaut.http.server.netty.handler
-
Factory interface for building ChannelOutboundHandler
instances.
- ChannelPipelineCustomizer - Interface in io.micronaut.http.netty.channel
-
Interface that allows customizations to the ChannelPipeline
.
- ChannelPipelineListener - Interface in io.micronaut.http.netty.channel
-
An interface that allows users to configure the Netty pipeline used by Micronaut.
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.ssl.HttpRequestCertificateHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- channelRead0(ChannelHandlerContext, NettyHttpRequest<?>) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- CHAR - Static variable in interface io.micronaut.core.type.Argument
-
Constant char argument.
- characterEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the response encoding.
- characterEncoding(Charset) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the response encoding.
- charAt(int) - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- charAt(int) - Method in enum io.micronaut.http.HttpAttributes
-
- charAt(int) - Method in enum io.micronaut.http.HttpMethod
-
- charAt(int) - Method in enum io.micronaut.http.HttpStatus
-
- charAt(int) - Method in class io.micronaut.http.MediaType
-
- charAt(int) - Method in enum io.micronaut.tracing.instrument.http.TraceRequestAttributes
-
- CharSequencePropertyNamingStrategyConverter - Class in io.micronaut.jackson.bind
-
- CharSequencePropertyNamingStrategyConverter() - Constructor for class io.micronaut.jackson.bind.CharSequencePropertyNamingStrategyConverter
-
Deprecated.
- CHARSET_PARAMETER - Static variable in class io.micronaut.http.MediaType
-
Parameter "charset"
.
- check(ArgumentUtils.Check) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- check(String, T) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- check() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- choose(FunctionDefinition) - Method in interface io.micronaut.function.client.FunctionInvokerChooser
-
- choose(FunctionDefinition) - Method in class io.micronaut.function.client.http.HttpFunctionExecutor
-
- CircuitBreaker - Annotation Type in io.micronaut.retry.annotation
-
Variation of
Retryable
that implements the Circuit Breaker pattern.
- CircuitClosedEvent - Class in io.micronaut.retry.event
-
- CircuitClosedEvent(ExecutableMethod<?, ?>) - Constructor for class io.micronaut.retry.event.CircuitClosedEvent
-
Constructs an Event.
- CircuitOpenEvent - Class in io.micronaut.retry.event
-
An event fired when the Circuit is
CircuitState.OPEN
and
requests are no longer being accepted.
- CircuitOpenEvent(ExecutableMethod<?, ?>, RetryState, Throwable) - Constructor for class io.micronaut.retry.event.CircuitOpenEvent
-
- CircuitOpenException - Exception in io.micronaut.retry.exception
-
Runtime exception that wraps a non-runtime exception in the case of an error.
- CircuitOpenException(String) - Constructor for exception io.micronaut.retry.exception.CircuitOpenException
-
Constructs a new runtime exception with the specified detail message.
- CircuitOpenException(String, Throwable) - Constructor for exception io.micronaut.retry.exception.CircuitOpenException
-
Constructs a new CircuitOpen runtime exception with the specified detail message and
cause.
- CircuitState - Enum in io.micronaut.retry
-
State for Circuit breaker phases.
- CircularDependencyException - Exception in io.micronaut.context.exceptions
-
Represents a circular dependency failure.
- CircularDependencyException(BeanResolutionContext, Argument, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CircularDependencyException(BeanResolutionContext, FieldInjectionPoint, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CircularDependencyException(BeanResolutionContext, MethodInjectionPoint, Argument, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CLASS_EXTENSION - Static variable in class io.micronaut.core.reflect.ClassUtils
-
Default extension for class files.
- CLASS_NAME_SUFFIX - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
-
The suffix used when saving compiled metadata to classes.
- CLASS_SUFFIX - Static variable in class io.micronaut.inject.writer.BeanConfigurationWriter
-
Suffix for generated configuration classes.
- CLASS_TAG - Static variable in class io.micronaut.tracing.interceptor.TraceInterceptor
-
- classElement - Variable in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- ClassElement - Interface in io.micronaut.inject.ast
-
Stores data about an element that references a class.
- classElementFor(Element) - Method in class io.micronaut.annotation.processing.ModelUtils
-
Obtains the TypeElement
for an given element.
- classes - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
-
Classes only require classloading access.
- classes(Class...) - Method in class io.micronaut.runtime.Micronaut
-
Add classes to be included in the initialization of the application.
- ClassGenerationException - Exception in io.micronaut.inject.writer
-
Thrown when an exception occurs during compilation due to a class generation error.
- ClassGenerationException(String, Throwable) - Constructor for exception io.micronaut.inject.writer.ClassGenerationException
-
- ClassGenerationException(String) - Constructor for exception io.micronaut.inject.writer.ClassGenerationException
-
- classLoader(ClassLoader) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
The class loader to be used.
- classLoader(ClassLoader) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- classLoader(ClassLoader) - Method in class io.micronaut.runtime.Micronaut
-
- ClassLoadingReporter - Interface in io.micronaut.core.reflect
-
- classNode - Variable in class io.micronaut.ast.groovy.visitor.GroovyClassElement
-
- ClassPathAnnotationScanner - Class in io.micronaut.core.io.scan
-
An optimized classpath scanner that includes the ability to optionally scan JAR files.
- ClassPathAnnotationScanner(ClassLoader) - Constructor for class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
- ClassPathAnnotationScanner() - Constructor for class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
Default constructor.
- ClassPathResourceLoader - Interface in io.micronaut.core.io.scan
-
Abstraction to load resources from the the classpath.
- ClassUtils - Class in io.micronaut.core.reflect
-
Utility methods for loading classes.
- ClassUtils() - Constructor for class io.micronaut.core.reflect.ClassUtils
-
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue() - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the annotation as a Class.
- classValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the annotation as a Class.
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValue(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- classValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- classValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the annotation as a Class.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValues(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValues(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValues(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- ClassWriterOutputVisitor - Interface in io.micronaut.inject.writer
-
Interface to be consumed by class writers allowing visiting file names and returning appropriate streams.
- clear() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
-
- clear() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
-
- clear() - Method in interface io.micronaut.core.convert.value.MutableConvertibleMultiValues
-
Clear all values.
- clear() - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
-
- clear() - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
-
Clear all values.
- clear() - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
-
- clear() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- clear() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- clear() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- clear() - Method in class io.micronaut.session.InMemorySession
-
- clearMutated() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Used to clear mutated metadata at the end of a compilation cycle.
- CLI - Static variable in interface io.micronaut.context.env.Environment
-
The cli environment.
- Client - Annotation Type in io.micronaut.http.client.annotation
-
Allows defining declarative HTTP clients and customizing injection for injecting
HttpClient
implementations.
- CLIENT_PATH - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- ClientAuthentication - Enum in io.micronaut.http.ssl
-
An enum describing the type of client authentication.
- ClientContextPathProvider - Interface in io.micronaut.http.context
-
A contract for providing a context path to a client.
- ClientFilterChain - Interface in io.micronaut.http.filter
-
- ClientFilterResolutionContext - Class in io.micronaut.http.client.filter
-
The client filter resolution context.
- ClientFilterResolutionContext(List<String>, AnnotationMetadata) - Constructor for class io.micronaut.http.client.filter.ClientFilterResolutionContext
-
Default constructor.
- clientSenderBuilder - Variable in class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
- ClientServerContextFilter - Class in io.micronaut.http.client.filters
-
A client filter that propagates the request context.
- ClientServerContextFilter(HttpRequest<?>) - Constructor for class io.micronaut.http.client.filters.ClientServerContextFilter
-
Default constructor.
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the client channel class.
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
- ClientSslConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration(DefaultSslConfiguration, DefaultSslConfiguration.DefaultKeyConfiguration, DefaultSslConfiguration.DefaultKeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration
-
- ClientSslConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration
-
The default client configuration.
- ClientSslConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.ssl
-
- ClientVersioningConfiguration - Class in io.micronaut.http.client.interceptor.configuration
-
A base configuration class for configuring
Client
versioning.
- ClientWebSocket - Annotation Type in io.micronaut.websocket.annotation
-
Annotation declared on the client to indicate the class handles web socket frames.
- ClientWebSocketInterceptor - Class in io.micronaut.websocket.interceptor
-
- ClientWebSocketInterceptor() - Constructor for class io.micronaut.websocket.interceptor.ClientWebSocketInterceptor
-
- clockProvider(ClockProvider) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- clone() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- cloneWithFeatures(JacksonFeatures) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
Create a new codec with the provided features.
- cloneWithFeatures(JacksonFeatures) - Method in class io.micronaut.jackson.codec.JsonMediaTypeCodec
-
- close() - Method in class io.micronaut.annotation.processing.test.JavaParser
-
- close() - Method in interface io.micronaut.context.BeanResolutionContext
-
- close() - Method in class io.micronaut.context.DefaultBeanResolutionContext
-
- close() - Method in interface io.micronaut.context.LifeCycle
-
- close() - Method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
- close() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
-
- close() - Method in class io.micronaut.function.client.http.HttpFunctionExecutor
-
- close() - Method in class io.micronaut.function.executor.FunctionInitializer
-
- close() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- close() - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- close() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- close(CloseReason) - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- close(Throwable) - Method in interface io.micronaut.retry.RetryState
-
- close(boolean) - Method in interface io.micronaut.scheduling.instrument.Instrumentation
-
Closes the active instrumentation with cleanup flag.
- close() - Method in interface io.micronaut.scheduling.instrument.Instrumentation
-
Closes the active instrumentation.
- close() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
- close() - Method in class io.micronaut.scheduling.processor.ScheduledMethodProcessor
-
- close() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- close() - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
- close() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
-
- close() - Method in interface io.micronaut.websocket.WebSocketClient
-
- close() - Method in interface io.micronaut.websocket.WebSocketSession
-
- close(CloseReason) - Method in interface io.micronaut.websocket.WebSocketSession
-
Close the session with the given event.
- CLOSE_BRACKET - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeBracket() - Static method in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeChannelAsync(Channel) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- closeContext - Variable in class io.micronaut.function.executor.FunctionInitializer
-
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.reactive.HotObservable
-
Releases buffered data if there is no subscriber.
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
-
Releases the stream if there is no subscriber.
- closeMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
-
Returns the method annotated with
OnClose
.
- CloseReason - Class in io.micronaut.websocket
-
Enumeration of close events.
- CloseReason(int, String) - Constructor for class io.micronaut.websocket.CloseReason
-
Default constructor.
- ClosestTypeArgumentQualifier<T> - Class in io.micronaut.inject.qualifiers
-
A
Qualifier
that qualifies beans by generic type arguments and only
returns the candidates that most closely match.
- closeWatchService() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
Closes the watch service.
- closeWatchService() - Method in class io.micronaut.scheduling.io.watch.osx.MacOsWatchThread
-
- CLOUD - Static variable in interface io.micronaut.context.env.Environment
-
The cloud environment.
- CLOUD_FOUNDRY - Static variable in interface io.micronaut.context.env.Environment
-
Running on Cloud Foundry.
- CLOUD_PLATFORM_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap name.
- CloudFoundryVcapApplicationPropertySourceLoader - Class in io.micronaut.jackson.env
-
A
PropertySourceLoader
that reads from the environment variable VCAP_APPLICATION
which is used by CloudFoundry.
- CloudFoundryVcapApplicationPropertySourceLoader() - Constructor for class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- CloudFoundryVcapServicesPropertySourceLoader - Class in io.micronaut.jackson.env
-
A
PropertySourceLoader
that reads from the environment variable VCAP_SERVICES
which is used by CloudFoundry.
- CloudFoundryVcapServicesPropertySourceLoader() - Constructor for class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- code() - Method in interface io.micronaut.http.HttpResponse
-
- CodecConfiguration - Class in io.micronaut.http.codec
-
- CodecConfiguration() - Constructor for class io.micronaut.http.codec.CodecConfiguration
-
- codecConfiguration - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- CodecException - Exception in io.micronaut.http.codec
-
An exception thrown when a object cannot be decoded.
- CodecException(String) - Constructor for exception io.micronaut.http.codec.CodecException
-
- CodecException(String, Throwable) - Constructor for exception io.micronaut.http.codec.CodecException
-
- collection() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where the value is a Collection
and its weight is the
number of elements.
- CollectionUtils - Class in io.micronaut.core.util
-
Utility methods for working with Collection
types
- CollectionUtils() - Constructor for class io.micronaut.core.util.CollectionUtils
-
- combine(Collection<InvocationInstrumenter>) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
-
Combines multiple instrumenters into one.
- COMBINED_LOG_FORMAT - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
The combined log format.
- COMMA - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- CommandLine - Interface in io.micronaut.core.cli
-
Represents the parsed command line options.
- CommandLine.Builder<T extends CommandLine.Builder> - Interface in io.micronaut.core.cli
-
A build for constructing a command line parser.
- CommandLinePropertySource - Class in io.micronaut.context.env
-
- CommandLinePropertySource(CommandLine) - Constructor for class io.micronaut.context.env.CommandLinePropertySource
-
Construct the CommandLinePropertySource from properties passed from command line.
- comment(String) - Method in interface io.micronaut.http.sse.Event
-
Sets the event comment.
- COMMON_CLASS_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- COMMON_LOG_FORMAT - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
The common log format.
- COMPARATOR - Static variable in class io.micronaut.core.order.OrderUtil
-
Provide a comparator for collections.
- compare(List<Class>) - Method in class io.micronaut.inject.qualifiers.ClosestTypeArgumentQualifier
-
- compareTo(SemanticVersion) - Method in class io.micronaut.core.version.SemanticVersion
-
- compareTo(HealthStatus) - Method in class io.micronaut.health.HealthStatus
-
Sorts statuses in order of "functioning level".
- compareTo(Cookie) - Method in class io.micronaut.http.netty.cookies.NettyCookie
-
- compareTo(ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- compareTo(Cookie) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
-
- compareTo(UriTemplate) - Method in class io.micronaut.http.uri.UriTemplate
-
- compilationUnit - Variable in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
- compilationUnits() - Method in class io.micronaut.annotation.processing.test.Parser.ParseResult
-
- Completable - Interface in io.micronaut.core.async.subscriber
-
Interface that exposes a callback to indicate when an operation has been completed.
- CompletableFutureBodyBinder - Class in io.micronaut.http.server.netty.binders
-
- CompletableFutureBodyBinder(HttpContentProcessorResolver, ConversionService) - Constructor for class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- complete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Override for custom completion handling.
- CompletedFileUpload - Interface in io.micronaut.http.multipart
-
Represents a completed part of a multipart request.
- CompletedPart - Interface in io.micronaut.http.multipart
-
Represents a completed part of a multipart request.
- CompletionAwareSubscriber<T> - Class in io.micronaut.core.async.subscriber
-
A Subscriber
that tracks completion state using a AtomicBoolean
.
- CompletionAwareSubscriber() - Constructor for class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
- compose(Function<? super V, ? extends T>) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Returns a composed function that first applies the before
function to its input, and then applies this function to the result.
- compositeByteBufCharSequenceTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- CompositeDiscoveryClient - Class in io.micronaut.discovery
-
A composite implementation combining all registered
DiscoveryClient
instances.
- CompositeDiscoveryClient(DiscoveryClient[]) - Constructor for class io.micronaut.discovery.CompositeDiscoveryClient
-
Construct the CompositeDiscoveryClient from all discovery clients.
- CompositeMessageSource - Class in io.micronaut.runtime.context
-
Composite message source that is the primary message source.
- CompositeMessageSource(Collection<MessageSource>) - Constructor for class io.micronaut.runtime.context.CompositeMessageSource
-
The other messages sources.
- CompositeTraversableResolver - Class in io.micronaut.validation.validator.resolver
-
Primary TraversableResolver
that takes into account all configured TraversableResolver
instances.
- CompositeTraversableResolver(List<TraversableResolver>) - Constructor for class io.micronaut.validation.validator.resolver.CompositeTraversableResolver
-
Default constructor.
- compressionEnabled(boolean) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
Whether compression is enabled (defaults to true).
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless null
.
- ComputeInstanceMetadata - Interface in io.micronaut.discovery.cloud
-
An interface modelling common Cloud platform compute instance metadata.
- ComputeInstanceMetadataResolver - Interface in io.micronaut.discovery.cloud
-
Interface for resoling compute instance metadata.
- ComputeInstanceMetadataResolverUtils - Class in io.micronaut.discovery.cloud
-
- ComputeInstanceMetadataResolverUtils() - Constructor for class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
-
- ComputePlatform - Enum in io.micronaut.context.env
-
- concat(T[], T...) - Static method in class io.micronaut.core.util.ArrayUtils
-
Concatenate two arrays.
- concat(byte[], byte...) - Static method in class io.micronaut.core.util.ArrayUtils
-
Concatenate two byte arrays.
- concreteConstructorFor(TypeElement, AnnotationUtils) - Method in class io.micronaut.annotation.processing.ModelUtils
-
The constructor inject for the given class element.
- concurrencyLevel(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Specifies the estimated number of concurrently updating threads.
- ConcurrentLinkedHashMap<K,V> - Class in io.micronaut.core.util.clhm
-
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
- ConcurrentLinkedHashMap.Builder<K,V> - Class in io.micronaut.core.util.clhm
-
- Condition - Interface in io.micronaut.context.condition
-
- condition() - Method in interface io.micronaut.core.util.ArgumentUtils.Check
-
- ConditionContext<T extends AnnotationMetadataProvider> - Interface in io.micronaut.context.condition
-
- ConfigDiscoveryConfiguration - Class in io.micronaut.discovery.config
-
Abstract class for common configuration discovery settings.
- ConfigDiscoveryConfiguration() - Constructor for class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
- ConfigDiscoveryConfiguration.Format - Enum in io.micronaut.discovery.config
-
The format the configuration is stored in.
- ConfigurableUriNamingStrategy - Class in io.micronaut.web.router.naming
-
- ConfigurableUriNamingStrategy(String) - Constructor for class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
-
Constructs a new uri naming strategy for the given property.
- Configuration - Annotation Type in io.micronaut.context.annotation
-
A configuration is a grouping of bean definitions under a package.
- configuration - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- configuration - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- configuration - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerReporterConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSamplerConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSenderConfiguration
-
- CONFIGURATION_PREFIX - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
-
The prefix used to configure the config client.
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.http.server.codec.TextStreamCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.jackson.codec.JsonMediaTypeCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- ConfigurationAdvice - Annotation Type in io.micronaut.runtime.context.env
-
- ConfigurationBuilder - Annotation Type in io.micronaut.context.annotation
-
An annotation applicable to a field or method of a
ConfigurationProperties
instance that allows to
customize the behaviour of properties that are builders themselves.
- ConfigurationClient - Interface in io.micronaut.discovery.config
-
A Configuration client is responsible for reading configuration for configuration servers.
- ConfigurationDefaultVersionProvider - Class in io.micronaut.web.router.version
-
- ConfigurationDefaultVersionProvider(RoutesVersioningConfiguration) - Constructor for class io.micronaut.web.router.version.ConfigurationDefaultVersionProvider
-
- ConfigurationException - Exception in io.micronaut.context.exceptions
-
An exception that occurs during configuration setup.
- ConfigurationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception io.micronaut.context.exceptions.ConfigurationException
-
- ConfigurationInfoSource - Class in io.micronaut.management.endpoint.info.source
-
An
InfoSource
that retrieves values under the
info key from configuration sources.
- ConfigurationInfoSource(Environment) - Constructor for class io.micronaut.management.endpoint.info.source.ConfigurationInfoSource
-
- ConfigurationInject - Annotation Type in io.micronaut.context.annotation
-
Allows injecting configuration values into a constructor or method based
on the parameter names.
- ConfigurationIntroductionAdvice - Class in io.micronaut.runtime.context.env
-
- ConfigurationMetadata - Class in io.micronaut.inject.configuration
-
Metadata about a configuration group.
- ConfigurationMetadata() - Constructor for class io.micronaut.inject.configuration.ConfigurationMetadata
-
- ConfigurationMetadataBuilder<T> - Class in io.micronaut.inject.configuration
-
- ConfigurationMetadataBuilder() - Constructor for class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- ConfigurationMetadataWriter - Interface in io.micronaut.inject.configuration
-
- ConfigurationProperties - Annotation Type in io.micronaut.context.annotation
-
Defines a singleton bean whose property values are resolved from a
PropertyResolver
.
- ConfigurationReader - Annotation Type in io.micronaut.context.annotation
-
A meta annotation for use with other annotations to indicate that the annotation reads configuration.
- configure(Environment) - Method in class io.micronaut.context.AbstractBeanDefinition
-
- configure(Environment) - Method in class io.micronaut.context.AbstractExecutableMethod
-
- configure(Environment) - Method in interface io.micronaut.context.EnvironmentConfigurable
-
Configure the component for the given environment.
- configure(CookieConfiguration) - Method in interface io.micronaut.http.cookie.Cookie
-
Configure the Cookie with the given configuration.
- configure(CookieConfiguration, boolean) - Method in interface io.micronaut.http.cookie.Cookie
-
Configure the Cookie with the given configuration.
- configuredLevel() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
-
- configureHttp2ClearText(DefaultHttpClient.HttpClientInitializer, SocketChannel, HttpToHttp2ConnectionHandler) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures HTTP/2 handling for plaintext (non-SSL) connections.
- configureHttp2Ssl(DefaultHttpClient.HttpClientInitializer, SocketChannel, SslContext, String, int, HttpToHttp2ConnectionHandler) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures HTTP/2 for the channel when SSL is enabled.
- configureProxy(ChannelPipeline, Proxy) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures the HTTP proxy for the pipeline.
- configureProxy(ChannelPipeline, Proxy.Type, SocketAddress) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures the HTTP proxy for the pipeline.
- connect(Class<T>, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- connect(Class<T>, Map<String, Object>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- connect(Class<T>, MutableHttpRequest<?>) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
- connect(Class<T>, URI) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, Map<String, Object>) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
Connect the given client endpoint type.
- connect(Class<T>, String) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
- connect(Class<T>, MutableHttpRequest<?>) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, Map<String, Object>) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type.
- connect(Class<T>, String) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, URI) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- CONNECTION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Connection"
.
- connection - Variable in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
- CONNECTION_KEEP_ALIVE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"keep-alive"
.
- ConnectionClosedException - Exception in io.micronaut.http.exceptions
-
Exception thrown when the client or server unexpectedly closes the connection.
- ConnectionClosedException(String) - Constructor for exception io.micronaut.http.exceptions.ConnectionClosedException
-
- ConnectionClosedException(String, Throwable) - Constructor for exception io.micronaut.http.exceptions.ConnectionClosedException
-
- ConnectionPoolConfiguration() - Constructor for class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
- ConnectTTLHandler - Class in io.micronaut.http.client.netty
-
A handler that will close channels after they have reached their time-to-live, regardless of usage.
- ConnectTTLHandler(Long) - Constructor for class io.micronaut.http.client.netty.ConnectTTLHandler
-
Construct ConnectTTLHandler for given arguments.
- ConstantElement - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
ConstantElement LogElement.
- ConstraintExceptionHandler - Class in io.micronaut.validation.exceptions
-
- ConstraintExceptionHandler() - Constructor for class io.micronaut.validation.exceptions.ConstraintExceptionHandler
-
- ConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.validation.validator.constraints
-
Constraint validator that can be used at either runtime or compilation time and
is capable of validation Constraint
instances.
- ConstraintValidatorContext - Interface in io.micronaut.validation.validator.constraints
-
Subset of the ConstraintValidatorContext
interface without the unnecessary parts.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- ConstraintValidatorRegistry - Interface in io.micronaut.validation.validator.constraints
-
Interface for a class that is a registry of contraint validator.
- CONSTRUCTOR_NAME - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- ConstructorElement - Interface in io.micronaut.inject.ast
-
Element for constructors.
- ConstructorInjectionPoint<T> - Interface in io.micronaut.inject
-
A constructor injection point.
- constructType(Argument<T>, TypeFactory) - Static method in class io.micronaut.jackson.JacksonConfiguration
-
Constructors a JavaType for the given argument and type factory.
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- Consumes - Annotation Type in io.micronaut.http.annotation
-
An annotation to indicate the
MediaType
s produced by a particular component.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.ErrorRoute
-
- consumes(MediaType...) - Method in interface io.micronaut.web.router.ResourceRoute
-
Accept the given media type.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.Route
-
Applies the given accepted media type the route.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.StatusRoute
-
- consumes(MediaType...) - Method in interface io.micronaut.web.router.UriRoute
-
- consumesAll() - Method in interface io.micronaut.web.router.Route
-
- consumesAll() - Method in interface io.micronaut.web.router.UriRoute
-
- ConsumesMediaTypeQualifier<T> - Class in io.micronaut.web.router.qualifier
-
- ConsumesMediaTypeQualifier(MediaType) - Constructor for class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
-
- contains(Qualifier<T>) - Method in interface io.micronaut.context.Qualifier
-
Whether this qualifier contains the given qualifier.
- contains(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Whether a particular member is present.
- contains(String) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
Whether the given key is contained within these values.
- contains(String) - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- contains(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- containsBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
Return whether the bean of the given type is contained within this context.
- containsBean(Class) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
Return whether the bean of the given type is contained within this context.
- containsBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- containsKey(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- containsProperties(BeanResolutionContext, BeanContext) - Method in class io.micronaut.context.AbstractBeanDefinition
-
If this bean is a
ConfigurationProperties
bean return whether any properties for it are configured
within the context.
- containsProperties(BeanResolutionContext, BeanContext, String) - Method in class io.micronaut.context.AbstractBeanDefinition
-
If this bean is a
ConfigurationProperties
bean return whether any properties for it are configured
within the context.
- containsProperties(String) - Method in class io.micronaut.context.DefaultApplicationContext
-
- containsProperties(String) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- containsProperties(String) - Method in class io.micronaut.core.value.MapPropertyResolver
-
- containsProperties(String) - Method in interface io.micronaut.core.value.PropertyResolver
-
Whether the given property or any nested properties exist for the key given key within this resolver.
- containsProperty(String) - Method in class io.micronaut.context.DefaultApplicationContext
-
- containsProperty(String) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- containsProperty(String) - Method in class io.micronaut.core.value.MapPropertyResolver
-
- containsProperty(String) - Method in interface io.micronaut.core.value.PropertyResolver
-
Whether the given property is contained within this resolver.
- containsValue(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- containsValueForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given field argument.
- containsValueForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given method argument.
- CONTENT_BASE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Base"
.
- CONTENT_DISPOSITION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Disposition"
.
- CONTENT_DPR - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-DPR"
.
- CONTENT_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Encoding"
.
- CONTENT_LANGUAGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Language"
.
- CONTENT_LENGTH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Length"
.
- CONTENT_LOCATION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Location"
.
- CONTENT_MD5 - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-MD5"
.
- CONTENT_RANGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Range"
.
- CONTENT_TRANSFER_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Transfer-Encoding"
.
- CONTENT_TYPE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Type"
.
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the content encoding.
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
- contentLength() - Method in interface io.micronaut.http.HttpHeaders
-
The request or response content type.
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the content length.
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpResponse
-
- ContentLengthExceededException - Exception in io.micronaut.http.client.exceptions
-
- ContentLengthExceededException(long, long) - Constructor for exception io.micronaut.http.client.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(long) - Constructor for exception io.micronaut.http.client.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException - Exception in io.micronaut.http.exceptions
-
Exception thrown when the content length exceeds the allowed amount.
- ContentLengthExceededException(String) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(String, Throwable) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(long, long) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededHandler - Class in io.micronaut.http.server.exceptions
-
- ContentLengthExceededHandler() - Constructor for class io.micronaut.http.server.exceptions.ContentLengthExceededHandler
-
- contentType() - Method in interface io.micronaut.http.HttpHeaders
-
The request or response content type.
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpHeaders
-
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
Set the response content type.
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpMessage
-
Set the response content type.
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpResponse
-
- Context - Annotation Type in io.micronaut.context.annotation
-
Context scope indicates that the classes life cycle is bound to that of the
BeanContext
and it should be initialized and shutdown during startup and shutdown of
the underlying
BeanContext
.
- CONTEXT - Static variable in interface io.micronaut.context.env.PropertySource
-
The name of the property source with values supplied directly from the context.
- ContextCompletionAwareSubscriber<T> - Class in io.micronaut.http.server.netty.async
-
A subscriber that subscribes to a single result with special handling for the ChannelHandlerContext
.
- ContextCompletionAwareSubscriber(ChannelHandlerContext) - Constructor for class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- ContextConverterRegistrar - Class in io.micronaut.context.converters
-
A converter registry for converters required by the context.
- ContinueSpan - Annotation Type in io.micronaut.tracing.annotation
-
Indicates that the current span should be continued.
- contribute(ServiceInstance, Map<String, String>) - Method in interface io.micronaut.discovery.metadata.ServiceInstanceMetadataContributor
-
- contribute(ServiceInstance, Map<String, String>) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
-
- contributeDefaults(AnnotationMetadata, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Contributes defaults to the given target.
- Controller - Annotation Type in io.micronaut.http.annotation
-
Indicates that the role of a class is a controller within an application.
- ConversionContext - Interface in io.micronaut.core.convert
-
A conversion context is a context object supplied to a
TypeConverter
that allows more accurate conversion.
- ConversionError - Interface in io.micronaut.core.convert
-
An interface for reporting conversion errors.
- ConversionErrorException - Exception in io.micronaut.core.convert.exceptions
-
- ConversionErrorException(Argument, ConversionError) - Constructor for exception io.micronaut.core.convert.exceptions.ConversionErrorException
-
- ConversionErrorException(Argument, Exception) - Constructor for exception io.micronaut.core.convert.exceptions.ConversionErrorException
-
- ConversionErrorHandler - Class in io.micronaut.http.server.exceptions
-
- ConversionErrorHandler() - Constructor for class io.micronaut.http.server.exceptions.ConversionErrorHandler
-
- conversionService - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- ConversionService<Impl extends ConversionService> - Interface in io.micronaut.core.convert
-
A service for allowing conversion from one type to another.
- conversionService - Variable in class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- conversionService - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- conversionService - Variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- convert(Object[], Class<Class[]>, ConversionContext) - Method in class io.micronaut.context.converters.StringArrayToClassArrayConverter
-
Deprecated.
- convert(CharSequence, Class<Class>, ConversionContext) - Method in class io.micronaut.context.converters.StringToClassConverter
-
Deprecated.
- convert(Object, Class<T>, ConversionContext) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- convert(Object, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Argument<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Class<T>, ConversionContext) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- convert(CharSequence, Class<Number>, ConversionContext) - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- convert(S, Class<T>) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- convert(S, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- convert(CharSequence, Class<SocketAddress>, ConversionContext) - Method in class io.micronaut.http.client.converters.SocketAddressConverter
-
Deprecated.
- convert(CharSequence, Class<MediaType>, ConversionContext) - Method in class io.micronaut.http.MediaTypeConverter
-
Deprecated.
- convert(Map<String, Object>, Class<CorsOriginConfiguration>, ConversionContext) - Method in class io.micronaut.http.server.cors.CorsOriginConverter
-
- convert(Attribute, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.AttributeConverter
-
Deprecated.
- convert(ByteBuf, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.ByteBufToObjectConverter
-
Deprecated.
- convert(FileUpload, Class<CompletedFileUpload>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.FileUploadToCompletedFileUploadConverter
-
Deprecated.
- convert(FileUpload, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.FileUploadToObjectConverter
-
Deprecated.
- convert(HttpData, Class<byte[]>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.HttpDataToByteArrayConverter
-
Deprecated.
- convert(HttpData, Class<CharSequence>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.HttpDataToStringConverter
-
Deprecated.
- convert(NettyPartData, Class<byte[]>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.NettyPartDataToArrayConverter
-
Deprecated.
- convert(NettyPartData, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.NettyPartDataToObjectConverter
-
Deprecated.
- convert(CharSequence, Class<PropertyNamingStrategy>, ConversionContext) - Method in class io.micronaut.jackson.bind.CharSequencePropertyNamingStrategyConverter
-
Deprecated.
- convert(Map, Class<Object>, ConversionContext) - Method in class io.micronaut.jackson.bind.MapToObjectConverter
-
Deprecated.
- convert(ArrayNode, Class<Object[]>, ConversionContext) - Method in class io.micronaut.jackson.convert.ArrayNodeToArrayConverter
-
Deprecated.
- convert(ArrayNode, Class<Iterable>, ConversionContext) - Method in class io.micronaut.jackson.convert.ArrayNodeToIterableConverter
-
Deprecated.
- convert(JsonNode, Class<Object>, ConversionContext) - Method in class io.micronaut.jackson.convert.JsonNodeToObjectConverter
-
Deprecated.
- convert(ObjectNode, Class<ConvertibleValues>, ConversionContext) - Method in class io.micronaut.jackson.convert.ObjectNodeToConvertibleValuesConverter
-
Deprecated.
- convert(Object, Class<JsonNode>, ConversionContext) - Method in class io.micronaut.jackson.convert.ObjectToJsonNodeConverter
-
Deprecated.
- convert(Number, Class<HttpStatus>, ConversionContext) - Method in class io.micronaut.runtime.http.converters.HttpStatusConverter
-
Deprecated.
- convertAndSet(B, Object) - Method in interface io.micronaut.core.beans.BeanProperty
-
Convert the value and set if on the bean using the default conversion service.
- convertCollection(Class<? extends Iterable<T>>, Collection<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Attempts to convert a collection to the given iterabable type
- convertDotToUnderscore(String) - Static method in class io.micronaut.core.util.StringUtils
-
Replace the dots in the property with underscore and
transform to uppercase.
- convertDotToUnderscore(String, boolean) - Static method in class io.micronaut.core.util.StringUtils
-
Replace the dots in the property with underscore and
transform to uppercase based on given flag.
- ConvertibleMultiValues<V> - Interface in io.micronaut.core.convert.value
-
- ConvertibleMultiValuesMap<V> - Class in io.micronaut.core.convert.value
-
- ConvertibleMultiValuesMap() - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesMap(Map<CharSequence, List<V>>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesMap(Map<CharSequence, List<V>>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesSerializer - Class in io.micronaut.jackson.serialize
-
- ConvertibleMultiValuesSerializer() - Constructor for class io.micronaut.jackson.serialize.ConvertibleMultiValuesSerializer
-
- ConvertibleValues<V> - Interface in io.micronaut.core.convert.value
-
An interface for classes that represent a map-like structure of values that can be converted.
- ConvertibleValuesMap<V> - Class in io.micronaut.core.convert.value
-
- ConvertibleValuesMap() - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesMap(Map<? extends CharSequence, V>) - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesMap(Map<? extends CharSequence, V>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesSerializer - Class in io.micronaut.jackson.serialize
-
- ConvertibleValuesSerializer() - Constructor for class io.micronaut.jackson.serialize.ConvertibleValuesSerializer
-
- convertPublisher(Object, Class<T>) - Static method in class io.micronaut.core.async.publisher.Publishers
-
Attempts to convert the publisher to the given type.
- convertRequired(Object, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Convert the value to the given type.
- convertRequired(Object, Argument<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Convert the value to the given type.
- convertValue(ChannelOption<?>, Object, Environment) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Converts the specified value given the channel option type.
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- Cookie - Interface in io.micronaut.http.cookie
-
An interface representing a Cookie.
- COOKIE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cookie"
.
- cookie(Cookie) - Method in interface io.micronaut.http.MutableHttpRequest
-
Sets the specified cookie on the request.
- cookie(Cookie) - Method in interface io.micronaut.http.MutableHttpResponse
-
Adds the specified cookie to the response.
- cookie(Cookie) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- cookie(Cookie) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- CookieAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
-
- CookieAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.CookieAnnotationBinder
-
- CookieConfiguration - Interface in io.micronaut.http.cookie
-
An interface representing the configuration of a Cookie.
- CookieElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for CookieElement and CookiesElement.
- CookieElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.CookieElementBuilder
-
- CookieFactory - Interface in io.micronaut.http.cookie
-
A CookieFactory creates
Cookie
instances and should be implemented by a concrete server.
- CookieHttpSessionIdGenerator - Class in io.micronaut.session.http
-
Utility to generate a session id from a cookie value or builds a cookie value from session.
- CookieHttpSessionIdGenerator(HttpSessionConfiguration) - Constructor for class io.micronaut.session.http.CookieHttpSessionIdGenerator
-
Constructor.
- CookieHttpSessionStrategy - Class in io.micronaut.session.http
-
Resolves
Session
identifiers from cookies.
- CookieHttpSessionStrategy(HttpSessionConfiguration) - Constructor for class io.micronaut.session.http.CookieHttpSessionStrategy
-
Constructor.
- CookieHttpSessionStrategy(HttpSessionConfiguration, CookieHttpSessionIdGenerator) - Constructor for class io.micronaut.session.http.CookieHttpSessionStrategy
-
Constructor.
- cookiename - Variable in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
The name of the header.
- Cookies - Interface in io.micronaut.http.cookie
-
Models the defined
Cookie
instances in an application.
- cookies(Set<Cookie>) - Method in interface io.micronaut.http.MutableHttpRequest
-
Sets the specified cookies on the request.
- cookies(Set<Cookie>) - Method in interface io.micronaut.http.MutableHttpResponse
-
Adds the specified cookies to the response.
- cookies(Set<Cookie>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- cookies(Set<Cookie>) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- CookieTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolver(CookieTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
- CookieTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- CookieTenantWriter - Class in io.micronaut.multitenancy.writer
-
Writes the tenantId to in a cookie.
- CookieTenantWriter(CookieTenantWriterConfiguration) - Constructor for class io.micronaut.multitenancy.writer.CookieTenantWriter
-
- cookieTenantWriterConfiguration - Variable in class io.micronaut.multitenancy.writer.CookieTenantWriter
-
- CookieTenantWriterConfigurationProperties - Class in io.micronaut.multitenancy.writer
-
- CookieTenantWriterConfigurationProperties() - Constructor for class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- CookieValue - Annotation Type in io.micronaut.http.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from an HTTP
cookie.
- cookieValueFromSession(Session) - Method in class io.micronaut.session.http.CookieHttpSessionIdGenerator
-
- copiedBuffer(byte[]) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- copiedBuffer(ByteBuffer) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- copiedBuffer(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Creates a new big-endian buffer whose content is a copy of the specified array
's sub-region.
- copiedBuffer(ByteBuffer) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Creates a new big-endian buffer whose content is a copy of the specified NIO buffer.
- copy() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- copy(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- copy() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
-
- copy() - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
-
Copy this log element when it is not stateless.
- copy() - Method in class io.micronaut.session.http.SessionLogElement
-
- corsConfiguration - Variable in class io.micronaut.http.server.cors.CorsFilter
-
- CorsConfiguration() - Constructor for class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- CorsFilter - Class in io.micronaut.http.server.cors
-
Responsible for handling CORS requests and responses.
- CorsFilter(HttpServerConfiguration.CorsConfiguration) - Constructor for class io.micronaut.http.server.cors.CorsFilter
-
- CorsOriginConfiguration - Class in io.micronaut.http.server.cors
-
Stores configuration for CORS.
- CorsOriginConfiguration() - Constructor for class io.micronaut.http.server.cors.CorsOriginConfiguration
-
- CorsOriginConverter - Class in io.micronaut.http.server.cors
-
- CorsOriginConverter() - Constructor for class io.micronaut.http.server.cors.CorsOriginConverter
-
- create(Argument<T>, T) - Static method in interface io.micronaut.core.type.ArgumentValue
-
- create(Argument<T>, T) - Static method in interface io.micronaut.core.type.MutableArgumentValue
-
- create(URL) - Static method in interface io.micronaut.http.client.HttpClient
-
- create(String) - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
-
- create(ServiceInstanceList) - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListLoadBalancerFactory
-
- create(HttpMethod, String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- create(HttpMethod, String, String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- create(URL) - Static method in interface io.micronaut.http.client.RxHttpClient
-
- create(URL) - Static method in interface io.micronaut.http.client.RxStreamingHttpClient
-
- create(String, String) - Method in interface io.micronaut.http.cookie.CookieFactory
-
Create a new cookie.
- create(HttpMethod, String) - Static method in interface io.micronaut.http.HttpRequest
-
- create(HttpMethod, String, String) - Static method in interface io.micronaut.http.HttpRequest
-
- create(HttpMethod, String) - Method in interface io.micronaut.http.HttpRequestFactory
-
- create(HttpMethod, String, String) - Method in interface io.micronaut.http.HttpRequestFactory
-
Allows to create request including non-standard http methods.
- create(String, String) - Method in class io.micronaut.http.netty.cookies.NettyCookieFactory
-
- create(String, String) - Method in class io.micronaut.http.simple.cookies.SimpleCookieFactory
-
- create(HttpMethod, String) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
-
- create(String) - Static method in class io.micronaut.scheduling.cron.CronExpression
-
Create object from the String expression.
- create(SessionStore, HttpRequest<?>) - Static method in class io.micronaut.session.http.SessionForRequest
-
Creates a session and stores it in the request attributes.
- create(Argument<?>) - Static method in exception io.micronaut.web.router.exceptions.UnsatisfiedRouteException
-
Creates a specialized UnsatisfiedRouteException given the provided argument.
- createAnnotationScanner(ClassLoader) - Method in class io.micronaut.context.env.DefaultEnvironment
-
Creates the default annotation scanner.
- createAttribute(String, String) - Method in interface io.micronaut.http.client.multipart.MultipartDataFactory
-
Creates an attribute.
- createBean(Class<T>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>, Map<String, Object>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>, Object...) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Object...) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Map<String, Object>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(Class<T>, Qualifier<T>, Map<String, Object>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(Class<T>, Qualifier<T>, Object...) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Creates a bean.
- createClient(URL) - Method in class io.micronaut.http.client.netty.NettyRxHttpClientFactory
-
- createClient(URL) - Method in interface io.micronaut.http.client.RxHttpClientFactory
-
- createConversionService() - Method in class io.micronaut.context.DefaultApplicationContext
-
Creates the default conversion service.
- created(T) - Static method in interface io.micronaut.http.HttpResponse
-
- created(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- created(T, URI) - Static method in interface io.micronaut.http.HttpResponse
-
- createDecoder(String) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- createEmptyMessage(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createEmptyMessage(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createEnvironment(ApplicationContextConfiguration) - Method in class io.micronaut.context.DefaultApplicationContext
-
Creates the default environment for the given environment name.
- createEventLoopGroup(HttpClientConfiguration, ThreadFactory) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates the NioEventLoopGroup
for this client.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates a default EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Create an event loop group for the given configuration and thread factory.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(int, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
- createEventLoopGroup(Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a default KQueueEventLoopGroup.
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a default NioEventLoopGroup.
- createExecutionHandle(BeanDefinition<? extends Object>, ExecutableMethod<Object, ?>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createExecutionHandle(BeanDefinition<?>, ExecutableMethod<Object, ?>) - Method in interface io.micronaut.context.ExecutionHandleLocator
-
Create an execution handle for the given bean definition and method.
- createFileUpload(String, String, MediaType, String, Charset, long) - Method in interface io.micronaut.http.client.multipart.MultipartDataFactory
-
Creates a file upload.
- createObjectInput(InputStream, Class<?>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- createObjectOutput(OutputStream) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- createParentEventLoopGroup() - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriMatchTemplate
-
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriTemplate
-
Creates a parser.
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- createServerBootstrap() - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- createSibling(AnnotationMetadata) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Create a new hierarchy instance from this metadata using this metadata's parents.
- createStreamedMessage(HttpResponse, Publisher<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createStreamedMessage(HttpRequest, Publisher<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createStreamingClient(URL) - Method in class io.micronaut.http.client.netty.NettyRxHttpClientFactory
-
- createStreamingClient(URL) - Method in interface io.micronaut.http.client.RxHttpClientFactory
-
- createTemp(String) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
-
- createValid(Class<T>, Object...) - Method in class io.micronaut.validation.validator.DefaultValidator
-
- createValid(Class<T>, Object...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
-
Create a new valid instance.
- createVisitorContext() - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- createVisitorContext() - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Creates the visitor context for this implementation.
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
-
- createWorkerEventLoopGroup(EventLoopGroupConfiguration) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- Creator - Annotation Type in io.micronaut.core.annotation
-
An annotation applicable to a constructor that provides a hint as to which constructor is the primary constructor.
- CronExpression - Class in io.micronaut.scheduling.cron
-
This provides cron support for Java 8 using java-time.
- CROSS_ORIGIN_RESOURCE_POLICY - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cross-Origin-Resource-Policy"
.
- ctx - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- current() - Method in interface io.micronaut.health.CurrentHealthStatus
-
- currentAttempt() - Method in interface io.micronaut.retry.RetryState
-
- currentDownstreamSubscriber() - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
Resolve the current Subscriber
.
- CurrentHealthStatus - Interface in io.micronaut.health
-
Strategy interface for retrieving and updating the current
HealthStatus
of the application.
- currentRequest() - Static method in class io.micronaut.http.context.ServerRequestContext
-
Retrieve the current server request context.
- currentSegment() - Method in interface io.micronaut.context.BeanResolutionContext.Path
-
- currentSubscriber() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Get the current Subscriber
.
- currentSubscriber() - Method in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
- CustomHttpMethod - Annotation Type in io.micronaut.http.annotation
-
This annotation is designed for non-standard http methods, that you
can provide by specifying the required
CustomHttpMethod.method()
property.
- CustomizableResponseType - Interface in io.micronaut.http.server.types
-
A type that needs special handling that may include modification of the response.
- CustomizableResponseTypeException - Exception in io.micronaut.http.server.types
-
Used when a special type handler encounters an error.
- CustomizableResponseTypeException(String) - Constructor for exception io.micronaut.http.server.types.CustomizableResponseTypeException
-
- CustomizableResponseTypeException(String, Throwable) - Constructor for exception io.micronaut.http.server.types.CustomizableResponseTypeException
-
- customizeConfiguration(Configuration) - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
Hooks for sub classes to override.
- CustomScope<A extends java.lang.annotation.Annotation> - Interface in io.micronaut.context.scope
-
- CustomScopeRegistry - Interface in io.micronaut.context.scope
-
- DATA - Static variable in interface io.micronaut.http.sse.Event
-
The data parameter.
- DATA_OPTION - Static variable in class io.micronaut.function.executor.FunctionApplication
-
The data option.
- dataStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- dataStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.RxStreamingHttpClient
-
- dataStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.StreamingHttpClient
-
Request a stream of data where each emitted item is a
ByteBuffer
instance.
- DATE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Date"
.
- date(LocalDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Adds the date header for the given LocalDateTime
.
- date(long) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Adds the DATE header for the given Long
.
- DateTimeElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for DateTimeElement.
- DateTimeElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.DateTimeElementBuilder
-
- DEBUG_OPTIONS - Static variable in class io.micronaut.function.executor.FunctionApplication
-
The debug option.
- decapitalize(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Decapitalizes a given string according to the rule:
If the first or only character is Upper Case, it is made Lower Case
UNLESS the second character is also Upper Case, when the String is
returned unchanged .
- decapitalizeWithoutSuffix(String, String...) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts class name to property name using JavaBean decapitalization.
- DecimalMaxValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract implementation of a validator for DecimalMax
.
- DecimalMinValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract implementation of a validator for DecimalMin
.
- decode(Argument<T>, InputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given InputStream
.
- decode(Class<T>, InputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given InputStream
.
- decode(Class<T>, byte[]) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, byte[]) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Class<T>, ByteBuffer<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given buffer.
- decode(Argument<T>, ByteBuffer<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given buffer.
- decode(Class<T>, String) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, String) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, InputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- decode(Class<T>, InputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.micronaut.http.server.netty.decoders.HttpRequestDecoder
-
- decode(Argument<T>, InputStream) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, JsonNode) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
Decodes the given JSON node.
- decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, String) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- decode(Argument<T>, InputStream) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- decorate(Function<RouteMatch<Object>, Object>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- decorate(Function<RouteMatch<R>, R>) - Method in interface io.micronaut.web.router.RouteMatch
-
Decorates the execution of the route with the given executor.
- decorate(Function<RouteMatch<R>, R>) - Method in interface io.micronaut.web.router.UriRouteMatch
-
- DEDUCE_ENVIRONMENT_ENV - Static variable in interface io.micronaut.context.env.Environment
-
Environment key for whether to deduce environments.
- DEDUCE_ENVIRONMENT_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
Property for whether to deduce environments.
- deduceEnvironment(Boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Whether to deduce environments.
- deduceEnvironment(Boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- DEFAULT - Static variable in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
Default Netty ByteBuffer Factory.
- DEFAULT - Static variable in interface io.micronaut.context.MessageSource.MessageContext
-
The default message context.
- DEFAULT - Static variable in interface io.micronaut.core.annotation.AnnotationMetadataResolver
-
The default resolver.
- DEFAULT - Static variable in interface io.micronaut.core.convert.ConversionContext
-
The default conversion context.
- DEFAULT - Static variable in interface io.micronaut.http.client.exceptions.HttpClientErrorDecoder
-
The default implementation.
- DEFAULT - Static variable in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
-
The default configuration property name.
- DEFAULT - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The name of the default event loop group configuration.
- DEFAULT - Static variable in interface io.micronaut.inject.validation.BeanDefinitionValidator
-
A default no-op validator.
- DEFAULT - Static variable in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
The name of the default tenant.
- DEFAULT_ARRAYSIZETHRESHOLD - Static variable in class io.micronaut.jackson.JacksonConfiguration
-
The default array size threshold value.
- DEFAULT_ATTRIBUTE - Static variable in interface io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfiguration
-
- DEFAULT_BASE64ENCODE - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
The default base64 encode value.
- DEFAULT_BUILDSELFSIGNED - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default build self signed value.
- DEFAULT_CACHESECONDS - Static variable in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
-
The default cache seconds.
- DEFAULT_CHARSET - Static variable in class io.micronaut.runtime.ApplicationConfiguration
-
Property name for Micronaut default charset.
- DEFAULT_CHUNKSUPPORTED - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default chunk supported value.
- DEFAULT_COMPRESSIONLEVEL - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default compression level.
- DEFAULT_COMPRESSIONTHRESHOLD - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default compression threshold.
- DEFAULT_CONNECTTIMEOUT - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default connect timeout in seconds.
- DEFAULT_COOKIENAME - Static variable in interface io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfiguration
-
- DEFAULT_COOKIENAME - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default cookie name.
- DEFAULT_COOKIENAME - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
Cookie name.
- DEFAULT_COOKIEPATH - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Default Cookie Path.
- DEFAULT_COOKIEPATH - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
Default Cookie Path.
- DEFAULT_DATEHEADER - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default date header.
- DEFAULT_DEREGISTER - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default deregister value.
- DEFAULT_DISK - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default disk value.
- DEFAULT_DUAL_PROTOCOL - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value for enabling dual protocol (http/https).
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.DiscoveryConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
-
Endpoint default enabled.
- DEFAULT_ENABLED - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.web.router.resource.StaticResourceConfiguration
-
The default enable value.
- DEFAULT_ENDPOINT_BASE_PATH - Static variable in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
-
The default base path.
- DEFAULT_ERROR_TYPE - Static variable in interface io.micronaut.http.client.HttpClient
-
The default error type.
- DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Constant with the default threads in the event loop.
- DEFAULT_EXCEPTION_ON_ERROR_STATUS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default value.
- DEFAULT_FAILFAST - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default fail fast value.
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default follow redirects value.
- DEFAULT_HEADER_NAME - Static variable in class io.micronaut.http.client.interceptor.configuration.DefaultClientVersioningConfiguration
-
- DEFAULT_HEADER_NAME - Static variable in interface io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfiguration
-
- DEFAULT_HEADER_NAME - Static variable in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
-
- DEFAULT_HEADERNAME - Static variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
The default header name.
- DEFAULT_HEALTHCHECK - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check value.
- DEFAULT_HEALTHCHECKINTERVAL_SECONDS - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check interval in seconds.
- DEFAULT_HEALTHCHECKURI - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check uri.
- DEFAULT_HTTPONLY - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default http only value.
- DEFAULT_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default idle time.
- DEFAULT_INITIALBUFFERSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default initial buffer size value.
- DEFAULT_INTERVAL_SECONDS - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
The default interval seconds.
- DEFAULT_LOG_HANDLED_EXCEPTIONS - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value for log handled exceptions.
- DEFAULT_LOOP - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The default.
- DEFAULT_MAPPING - Static variable in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
-
Configurable default mapping for filter.
- DEFAULT_MAPPING - Static variable in class io.micronaut.web.router.resource.StaticResourceConfiguration
-
The default mapping value.
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default max content length in bytes.
- DEFAULT_MAX_FILE_SIZE - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default max file size.
- DEFAULT_MAX_REQUEST_SIZE - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default max request size.
- DEFAULT_MAX_STACK - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- DEFAULT_MAXCHUNKSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max chunk size.
- DEFAULT_MAXCONNECTIONS - Static variable in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
The default max connections value.
- DEFAULT_MAXHEADERSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max header size.
- DEFAULT_MAXINACTIVEINTERVAL_MINUTES - Static variable in class io.micronaut.session.SessionConfiguration
-
The default max inactive interval in minutes.
- DEFAULT_MAXINITIALLINELENGTH - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max initial line length.
- DEFAULT_METADATAURL - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default metadata url value.
- DEFAULT_MIXED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default mixed value.
- DEFAULT_NAME - Static variable in interface io.micronaut.context.env.Environment
-
The default application name.
- DEFAULT_PARAMETER_NAME - Static variable in class io.micronaut.http.client.interceptor.configuration.DefaultClientVersioningConfiguration
-
- DEFAULT_PARAMETER_NAME - Static variable in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
-
- DEFAULT_PATH - Static variable in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
The default path.
- DEFAULT_PATH - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default path value.
- DEFAULT_PATH - Static variable in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
The default path.
- DEFAULT_PATH - Static variable in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- DEFAULT_PATH_SEPARATOR - Static variable in class io.micronaut.core.util.AntPathMatcher
-
Default path separator: "/".
- DEFAULT_PORT - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default port value.
- DEFAULT_PORT - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default port value.
- DEFAULT_POSITION - Static variable in class io.micronaut.context.env.AbstractPropertySourceLoader
-
Default position for the property source loader.
- DEFAULT_PREFIX - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
The default prefix.
- DEFAULT_PRODUCES - Static variable in interface io.micronaut.web.router.Route
-
The default media type produced by routes.
- DEFAULT_PROJECTMETADATAURL - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default project metadata url value.
- DEFAULT_PROTOCOL - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default protocol.
- DEFAULT_RANDOM_PORT - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value random port.
- DEFAULT_READ_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default read idle time in minutes.
- DEFAULT_READ_IDLE_TIMEOUT_MINUTES - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default read idle timeout in minutes.
- DEFAULT_READ_TIMEOUT_SECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default read timeout in seconds.
- DEFAULT_READTIMEOUT - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default read timeout in seconds.
- DEFAULT_REMEMBERME - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
The default remember me value.
- DEFAULT_RETRY_COUNT - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default retry count value.
- DEFAULT_RETRYDELAY_SECONDS - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default retry delay in seconds.
- DEFAULT_SAMPLER_PROBABILITY - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- DEFAULT_SECURE - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default secure value.
- DEFAULT_SENSITIVE - Static variable in class io.micronaut.management.endpoint.health.HealthEndpoint
-
If the endpoint is sensitive if no configuration is provided.
- DEFAULT_SENSITIVE - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
-
Endpoint default sensitivity.
- DEFAULT_SERVER_URL - Static variable in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default shutdown timeout in millis.
- DEFAULT_SINGLE_HEADER - Static variable in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- DEFAULT_SYSTEM_PROPERTY_NAME - Static variable in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- DEFAULT_THRESHOLD - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default threshold value.
- DEFAULT_THRESHOLD - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default threshold value.
- DEFAULT_URI - Static variable in annotation type io.micronaut.http.annotation.UriMapping
-
- DEFAULT_URI - Static variable in annotation type io.micronaut.websocket.annotation.WebSocketComponent
-
The default WebSocket URI.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
The default url value.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
The default url value.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
The default url value.
- DEFAULT_USE_NATIVE_TRANSPORT - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default use netty's native transport flag.
- DEFAULT_VALIDATEHEADERS - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default validate headers value.
- DEFAULT_VNIC_URL - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- DEFAULT_WRITE_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default write idle time in minutes.
- DefaultAnnotatedElementValidator - Class in io.micronaut.validation.validator
-
- DefaultAnnotatedElementValidator() - Constructor for class io.micronaut.validation.validator.DefaultAnnotatedElementValidator
-
Default constructor.
- DefaultAnnotationMetadata - Class in io.micronaut.inject.annotation
-
- DefaultAnnotationMetadata() - Constructor for class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Constructs empty annotation metadata.
- DefaultAnnotationMetadata(Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, List<String>>) - Constructor for class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
This constructor is designed to be used by compile time produced subclasses.
- DefaultApplicationContext - Class in io.micronaut.context
-
- DefaultApplicationContext(String...) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name.
- DefaultApplicationContext(ClassPathResourceLoader, String...) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name and classloader.
- DefaultApplicationContext(ApplicationContextConfiguration) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name and classloader.
- DefaultApplicationContextBuilder - Class in io.micronaut.context
-
- DefaultApplicationContextBuilder() - Constructor for class io.micronaut.context.DefaultApplicationContextBuilder
-
Default constructor.
- DefaultArgument<T> - Class in io.micronaut.core.type
-
Represents an argument to a constructor or method.
- DefaultArgument(Class<T>, String, AnnotationMetadata, Argument...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, AnnotationMetadata, Argument...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, String, AnnotationMetadata, Map<String, Argument<?>>, Argument[]) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Type, String, AnnotationMetadata) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultBeanContext - Class in io.micronaut.context
-
The default context implementations.
- DefaultBeanContext() - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context using the same classloader that loaded this DefaultBeanContext class.
- DefaultBeanContext(ClassLoader) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context with the given class loader.
- DefaultBeanContext(ClassPathResourceLoader) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context with the given class loader.
- DefaultBeanContext(BeanContextConfiguration) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Creates a new bean context with the given configuration.
- DefaultBeanDefinitionData - Class in io.micronaut.management.endpoint.beans.impl
-
- DefaultBeanResolutionContext - Class in io.micronaut.context
-
- DefaultBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.DefaultBeanResolutionContext
-
- DefaultBodyAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
-
Binds a String body argument.
- DefaultBodyAnnotationBinder(ConversionService) - Constructor for class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- DefaultChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- DefaultChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.DefaultChannelOptionFactory
-
- defaultCharset - Variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultClassPathResourceLoader - Class in io.micronaut.core.io.scan
-
Loads resources from the classpath.
- DefaultClassPathResourceLoader(ClassLoader) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Default constructor.
- DefaultClassPathResourceLoader(ClassLoader, String) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Use when resources should have a standard base path.
- DefaultClientVersioningConfiguration - Class in io.micronaut.http.client.interceptor.configuration
-
Default configuration when no other is present.
- DefaultClockProvider - Class in io.micronaut.validation.validator
-
The default clock provider.
- DefaultClockProvider() - Constructor for class io.micronaut.validation.validator.DefaultClockProvider
-
- DefaultCompositeConfigurationClient - Class in io.micronaut.discovery.config
-
- DefaultCompositeConfigurationClient(ConfigurationClient[]) - Constructor for class io.micronaut.discovery.config.DefaultCompositeConfigurationClient
-
Create a default composite configuration client from given configuration clients.
- DefaultCompositeDiscoveryClient - Class in io.micronaut.discovery
-
- DefaultCompositeDiscoveryClient(List<DiscoveryClient>) - Constructor for class io.micronaut.discovery.DefaultCompositeDiscoveryClient
-
Create a default composite discovery for the discovery clients.
- DefaultCompositeDiscoveryClient(DiscoveryClient...) - Constructor for class io.micronaut.discovery.DefaultCompositeDiscoveryClient
-
Create a default composite discovery for the discovery clients.
- DefaultConnectionPoolConfiguration() - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration
-
- DefaultConstraintValidators - Class in io.micronaut.validation.validator.constraints
-
A factory bean that contains implementation for many of the default validations.
- DefaultConstraintValidators() - Constructor for class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
-
Default constructor.
- DefaultConstraintValidators(BeanContext) - Constructor for class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
-
Constructor used for DI.
- DefaultConstraintValidators.ValidatorKey<A extends java.lang.annotation.Annotation,T> - Class in io.micronaut.validation.validator.constraints
-
Key for caching validators.
- defaultConstructorFor(TypeElement) - Method in class io.micronaut.annotation.processing.ModelUtils
-
- DefaultConversionService - Class in io.micronaut.core.convert
-
The default conversion service.
- DefaultConversionService() - Constructor for class io.micronaut.core.convert.DefaultConversionService
-
Constructor.
- DefaultCustomizableResponseTypeHandlerRegistry - Class in io.micronaut.http.server.netty.types
-
- DefaultCustomizableResponseTypeHandlerRegistry(NettyCustomizableResponseTypeHandler...) - Constructor for class io.micronaut.http.server.netty.types.DefaultCustomizableResponseTypeHandlerRegistry
-
- DefaultCustomizableResponseTypeHandlerRegistry(List<NettyCustomizableResponseTypeHandler>) - Constructor for class io.micronaut.http.server.netty.types.DefaultCustomizableResponseTypeHandlerRegistry
-
- DefaultEnvironment - Class in io.micronaut.context.env
-
The default implementation of the
Environment
interface.
- DefaultEnvironment(ApplicationContextConfiguration) - Constructor for class io.micronaut.context.env.DefaultEnvironment
-
Construct a new environment for the given configuration.
- defaultEventLoopGroup() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Constructs an event loop group with default Configuration.
- DefaultEventLoopGroupConfiguration - Class in io.micronaut.http.netty.channel
-
Configuration interface for event loop configuration.
- DefaultEventLoopGroupConfiguration(String, int, Integer, boolean, String) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupConfiguration() - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
The default factory for EventLoopGroup
instances.
- DefaultEventLoopGroupFactory(NioEventLoopGroupFactory, EventLoopGroupFactory) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
Default constructor.
- DefaultEventLoopGroupRegistry - Class in io.micronaut.http.netty.channel
-
Factory for creating named event loop groups.
- DefaultEventLoopGroupRegistry(EventLoopGroupFactory, ThreadFactory, BeanLocator) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Default constructor.
- DefaultExecutableBinder<S> - Class in io.micronaut.core.bind
-
- DefaultExecutableBinder() - Constructor for class io.micronaut.core.bind.DefaultExecutableBinder
-
Default constructor.
- DefaultExecutableBinder(Map<Argument<?>, Object>) - Constructor for class io.micronaut.core.bind.DefaultExecutableBinder
-
A map of pre-bound values for any arguments that don't need to be dynamically bound.
- DefaultExecutorSelector - Class in io.micronaut.scheduling.executor
-
Default implementation of the
ExecutorSelector
interface that regards methods that return reactive types as non-blocking.
- DefaultExecutorSelector(BeanLocator, Provider<ExecutorService>) - Constructor for class io.micronaut.scheduling.executor.DefaultExecutorSelector
-
Default constructor.
- DefaultFileSystemResourceLoader - Class in io.micronaut.core.io.file
-
Loads resources from the file system.
- DefaultFileSystemResourceLoader() - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
Default constructor.
- DefaultFileSystemResourceLoader(File) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFileSystemResourceLoader(String) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFileSystemResourceLoader(Path) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFunctionDiscoveryClient - Class in io.micronaut.function.client
-
- DefaultFunctionDiscoveryClient(DiscoveryClient, FunctionDefinitionProvider[], FunctionDefinition...) - Constructor for class io.micronaut.function.client.DefaultFunctionDiscoveryClient
-
Constructor.
- DefaultFunctionExitHandler - Class in io.micronaut.function.executor
-
Default implementation that will exit using System.exit(int)
.
- DefaultFunctionExitHandler() - Constructor for class io.micronaut.function.executor.DefaultFunctionExitHandler
-
- DefaultHttpClient - Class in io.micronaut.http.client.netty
-
Default implementation of the
HttpClient
interface based on Netty.
- DefaultHttpClient(LoadBalancer, HttpClientConfiguration, String, ThreadFactory, NettyClientSslBuilder, MediaTypeCodecRegistry, AnnotationMetadataResolver, HttpClientFilter...) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
Construct a client for the given arguments.
- DefaultHttpClient(LoadBalancer, HttpVersion, HttpClientConfiguration, String, HttpClientFilterResolver<ClientFilterResolutionContext>, List<HttpFilterResolver.FilterEntry<HttpClientFilter>>, ThreadFactory, NettyClientSslBuilder, MediaTypeCodecRegistry, WebSocketBeanRegistry, RequestBinderRegistry, EventLoopGroup, Class<? extends SocketChannel>) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
Construct a client for the given arguments.
- DefaultHttpClient(URL) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient() - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient(URL, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient(LoadBalancer, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient.HttpClientInitializer - Class in io.micronaut.http.client.netty
-
Initializes the HTTP client channel.
- DefaultHttpClient.NettyRequestWriter - Class in io.micronaut.http.client.netty
-
A Netty request writer.
- DefaultHttpClientAddressResolver - Class in io.micronaut.http.server.util
-
- DefaultHttpClientAddressResolver(HttpServerConfiguration) - Constructor for class io.micronaut.http.server.util.DefaultHttpClientAddressResolver
-
- DefaultHttpClientConfiguration - Class in io.micronaut.http.client
-
The default configuration if no explicit configuration is specified for an HTTP client.
- DefaultHttpClientConfiguration() - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration
-
Default constructor.
- DefaultHttpClientConfiguration(DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration, ApplicationConfiguration) - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration
-
- DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration - Class in io.micronaut.http.client
-
The default connection pool configuration.
- DefaultHttpClientFilterResolver - Class in io.micronaut.http.client.filter
-
Resolves filters for http clients.
- DefaultHttpClientFilterResolver(AnnotationMetadataResolver, List<HttpClientFilter>) - Constructor for class io.micronaut.http.client.filter.DefaultHttpClientFilterResolver
-
Default constructor.
- DefaultHttpContentProcessor - Class in io.micronaut.http.server.netty
-
This class will handle subscribing to a stream of HttpContent
.
- DefaultHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- DefaultHttpHostResolver - Class in io.micronaut.http.server.util
-
- DefaultHttpHostResolver(HttpServerConfiguration, Provider<EmbeddedServer>) - Constructor for class io.micronaut.http.server.util.DefaultHttpHostResolver
-
- DefaultImplementation - Annotation Type in io.micronaut.context.annotation
-
An annotation to apply to an interface to indicate which implementation
is the default implementation.
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultLink - Class in io.micronaut.http.hateoas
-
Default implementation of
Link
.
- DefaultLink(String) - Constructor for class io.micronaut.http.hateoas.DefaultLink
-
- DefaultLoadBalancerResolver - Class in io.micronaut.http.client
-
- DefaultLoadBalancerResolver(BeanContext, ServiceInstanceList...) - Constructor for class io.micronaut.http.client.DefaultLoadBalancerResolver
-
The default server loadbalance resolver.
- DefaultLoadBalancerResolver(BeanContext, List<ServiceInstanceList>) - Constructor for class io.micronaut.http.client.DefaultLoadBalancerResolver
-
The default server loadbalance resolver.
- defaultLoader() - Static method in interface io.micronaut.core.io.file.FileSystemResourceLoader
-
Creation method.
- defaultLoader(ClassLoader) - Static method in interface io.micronaut.core.io.scan.ClassPathResourceLoader
-
- DefaultLocalFunctionRegistry - Class in io.micronaut.function
-
- DefaultLocalFunctionRegistry(MediaTypeCodec...) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLocalFunctionRegistry(List<MediaTypeCodec>) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLocalFunctionRegistry(MediaTypeCodecRegistry) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLoggersManager - Class in io.micronaut.management.endpoint.loggers.impl
-
- DefaultLoggersManager() - Constructor for class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
-
- DefaultMediaTypeCodecRegistry - Class in io.micronaut.http.codec
-
- DefaultPropertyPlaceholderResolver - Class in io.micronaut.context.env
-
- DefaultPropertyPlaceholderResolver(PropertyResolver, ConversionService) - Constructor for class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
-
- DefaultPropertyPlaceholderResolver.PlaceholderSegment - Class in io.micronaut.context.env
-
A segment that represents one or more expressions
that should be searched for in the environment.
- DefaultPropertyPlaceholderResolver.RawSegment - Class in io.micronaut.context.env
-
A segment that represents static text.
- DefaultPropertyPlaceholderResolver.Segment - Interface in io.micronaut.context.env
-
A segment of placeholder resolution.
- DefaultRequestBinderRegistry - Class in io.micronaut.http.bind
-
- DefaultRequestBinderRegistry(ConversionService, RequestArgumentBinder...) - Constructor for class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- DefaultRequestBinderRegistry(ConversionService, List<RequestArgumentBinder>) - Constructor for class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- DefaultRetryInterceptor - Class in io.micronaut.retry.intercept
-
- DefaultRetryInterceptor(ApplicationEventPublisher, ExecutorService) - Constructor for class io.micronaut.retry.intercept.DefaultRetryInterceptor
-
Construct a default retry method interceptor with the event publisher.
- DefaultRetryPredicate - Class in io.micronaut.retry.annotation
-
Default retry predicate.
- DefaultRetryPredicate(List<Class<? extends Throwable>>, List<Class<? extends Throwable>>) - Constructor for class io.micronaut.retry.annotation.DefaultRetryPredicate
-
- DefaultRetryPredicate() - Constructor for class io.micronaut.retry.annotation.DefaultRetryPredicate
-
Default constructor.
- DefaultRouteBuilder - Class in io.micronaut.web.router
-
A DefaultRouteBuilder implementation for building roots.
- DefaultRouteBuilder(ExecutionHandleLocator) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteData - Class in io.micronaut.management.endpoint.routes.impl
-
Default route data implementation.
- DefaultRouteData() - Constructor for class io.micronaut.management.endpoint.routes.impl.DefaultRouteData
-
- DefaultRouter - Class in io.micronaut.web.router
-
The default
Router
implementation.
- DefaultRouter(Collection<RouteBuilder>) - Constructor for class io.micronaut.web.router.DefaultRouter
-
Construct a new router for the given route builders.
- DefaultRouter(RouteBuilder...) - Constructor for class io.micronaut.web.router.DefaultRouter
-
Construct a new router for the given route builders.
- DefaultScope - Annotation Type in io.micronaut.context.annotation
-
A meta annotation that can be applied to another annotation to specify a fallback scope of no scope is specified
by the user for a bean.
- DefaultServiceInstanceIdGenerator - Class in io.micronaut.discovery
-
The default implementation to generate Instance IDs.
- DefaultServiceInstanceIdGenerator() - Constructor for class io.micronaut.discovery.DefaultServiceInstanceIdGenerator
-
Default constructor.
- DefaultSessionIdGenerator - Class in io.micronaut.session
-
Default session ID generator that uses UUID
.
- DefaultSessionIdGenerator() - Constructor for class io.micronaut.session.DefaultSessionIdGenerator
-
- DefaultSslConfiguration - Class in io.micronaut.http.ssl
-
The default
SslConfiguration
configuration used if no other configuration is specified.
- DefaultSslConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration
-
- DefaultSslConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.ssl
-
- DefaultSslConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.ssl
-
- DefaultSslConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.ssl
-
- defaultStaticCreatorFor(TypeElement, AnnotationUtils) - Method in class io.micronaut.annotation.processing.ModelUtils
-
- DefaultStreamedHttpRequest - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP request.
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- DefaultStreamedHttpResponse - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP response.
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
-
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
-
- DefaultTaskExceptionHandler - Class in io.micronaut.scheduling
-
The default exception handler used if non other is found.
- DefaultTaskExceptionHandler() - Constructor for class io.micronaut.scheduling.DefaultTaskExceptionHandler
-
- DefaultThreadFactory - Class in io.micronaut.scheduling.executor
-
The default thread factory used for creating threads in Micronaut.
- DefaultThreadFactory() - Constructor for class io.micronaut.scheduling.executor.DefaultThreadFactory
-
- DefaultThreadInfoMapper - Class in io.micronaut.management.endpoint.threads.impl
-
Default implementation of
ThreadInfoMapper
that returns the
ThreadInfo
objects as is.
- DefaultThreadInfoMapper() - Constructor for class io.micronaut.management.endpoint.threads.impl.DefaultThreadInfoMapper
-
- DefaultTracer - Class in io.micronaut.tracing
-
Creates a default NoopTracer if no other tracer is present.
- DefaultTracer() - Constructor for class io.micronaut.tracing.DefaultTracer
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultUriMatchInfo(String, Map<String, Object>, List<UriMatchVariable>) - Constructor for class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
-
- DefaultValidationMessages - Class in io.micronaut.validation.validator.messages
-
The default error messages.
- DefaultValidationMessages() - Constructor for class io.micronaut.validation.validator.messages.DefaultValidationMessages
-
Constructs the default error messages.
- DefaultValidator - Class in io.micronaut.validation.validator
-
Default implementation of the
Validator
interface.
- DefaultValidator(ValidatorConfiguration) - Constructor for class io.micronaut.validation.validator.DefaultValidator
-
Default constructor.
- DefaultValidatorConfiguration - Class in io.micronaut.validation.validator
-
The default configuration for the validator.
- DefaultValidatorConfiguration() - Constructor for class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- DefaultValidatorFactory - Class in io.micronaut.validation.validator
-
Default validator factory implementation.
- DefaultValidatorFactory(Validator, ValidatorConfiguration) - Constructor for class io.micronaut.validation.validator.DefaultValidatorFactory
-
Default constructor.
- DefaultValueExtractors - Class in io.micronaut.validation.validator.extractors
-
The default value extractors.
- DefaultValueExtractors() - Constructor for class io.micronaut.validation.validator.extractors.DefaultValueExtractors
-
Default constructor.
- DefaultValueExtractors(BeanContext) - Constructor for class io.micronaut.validation.validator.extractors.DefaultValueExtractors
-
Constructor used during DI.
- DefaultVersionProvider - Interface in io.micronaut.web.router.version
-
Defines a provider of a default Version.
- DefaultWatchThread - Class in io.micronaut.scheduling.io.watch
-
Simple watch service that simply stops the server if any changes occur.
- DefaultWatchThread(ApplicationEventPublisher, FileWatchConfiguration, WatchService) - Constructor for class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
Default constructor.
- DefaultWebSocketHttpResponse - Class in io.micronaut.http.netty.stream
-
A default WebSocket HTTP response.
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
-
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, boolean, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
-
- dehyphenate(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts hyphenated, lower-case form to camel-case form.
- delegate - Variable in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
-
- DelegatingBeanDefinition<T> - Interface in io.micronaut.inject
-
- DelegatingExecutableMethod<T,R> - Interface in io.micronaut.inject
-
- Delete - Annotation Type in io.micronaut.http.annotation
-
Annotation that can be applied to method to signify the method receives a
HttpMethod.DELETE
.
- delete(String, T) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- DELETE(URI, T) - Static method in interface io.micronaut.http.HttpRequest
-
- DELETE(String, T) - Static method in interface io.micronaut.http.HttpRequest
-
- DELETE(String) - Static method in interface io.micronaut.http.HttpRequest
-
- delete(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
-
- delete() - Method in interface io.micronaut.http.multipart.StreamingFileUpload
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
-
- delete(String, T) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
-
- Delete - Annotation Type in io.micronaut.management.endpoint.annotation
-
A method designed to annotate an
Endpoint
delete operation.
- DELETE(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
-
- DELETE(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI to the specified target for an HTTP DELETE.
- DELETE(Object) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified object.
- DELETE(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified object and ID.
- DELETE(Class) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified class.
- DELETE(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified class and ID.
- DELETE(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(CharSequence) - Method in interface io.micronaut.web.router.Router
-
- DeleteEndpointRouteBuilder - Class in io.micronaut.management.endpoint.processors
-
A processor that processes references to
Delete
operations
Endpoint
instances.
- DeleteEndpointRouteBuilder(ApplicationContext, RouteBuilder.UriNamingStrategy, ConversionService<?>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.processors.DeleteEndpointRouteBuilder
-
- deleteSession(String) - Method in class io.micronaut.session.InMemorySessionStore
-
- deleteSession(String) - Method in interface io.micronaut.session.SessionStore
-
Delete a session for the given ID.
- DependencyInjectionException - Exception in io.micronaut.context.exceptions
-
Represents a runtime failure to perform dependency injection.
- DependencyInjectionException(BeanResolutionContext, Argument, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, Argument, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, ArgumentConversionContext, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
Builds an error message for attempted argument conversion on a argument.
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, ArgumentConversionContext, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
Builds an error message for attempted argument conversion on a method.
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, Argument, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- deprecation(URI) - Method in class io.micronaut.http.hateoas.DefaultLink
-
- deprecation(String) - Method in class io.micronaut.http.hateoas.DefaultLink
-
- deprecation(URI) - Method in interface io.micronaut.http.hateoas.Link.Builder
-
- deprecation(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
-
- deregister(ServiceInstance) - Method in class io.micronaut.discovery.registration.AutoRegistration
-
- descendingKeySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- descendingKeySetWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- descendingMap() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- descendingMapWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- describe(String) - Method in class io.micronaut.health.HealthStatus
-
- Described - Interface in io.micronaut.core.naming
-
An interface for types that are described by a description.
- DESCRIPTOR_DEFAULT_CONSTRUCTOR - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- deserialize(InputStream, Class<T>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- deserialize(InputStream, Argument<T>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- deserialize(InputStream, Class<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(InputStream, Argument<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Class<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Argument<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[]) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Class<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(InputStream, Class<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(byte[], Argument<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(InputStream, Argument<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserializers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- destroyBean(Class<T>) - Method in interface io.micronaut.context.BeanContext
-
Destroys the bean for the given type causing it to be re-created.
- destroyBean(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- details(Object) - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
-
Sets the details of the result.
- DetailsVisibility - Enum in io.micronaut.management.endpoint.health
-
Options for controlling the visibility of health details.
- DEVELOPMENT - Static variable in interface io.micronaut.context.env.Environment
-
The development environment.
- DEVICE_MEMORY - Static variable in interface io.micronaut.http.HttpHeaders
-
"Device-Memory"
.
- diagnosticsByKind() - Method in class io.micronaut.annotation.processing.test.Parser.ParseResult
-
- DIGITAL_OCEAN - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider Digital Ocean.
- DigitalOceanInstanceMetadata - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
-
- DigitalOceanMetadataConfiguration - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanMetadataConfiguration() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- DigitalOceanMetadataKeys - Enum in io.micronaut.discovery.cloud.digitalocean
-
A enum of Digital Ocean metadata.
- DigitalOceanMetadataResolver - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanMetadataResolver(ObjectMapper, DigitalOceanMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
-
- DigitalOceanMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
-
Construct with default settings.
- DigitalOceanNetworkInterface - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanNetworkInterface() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
-
- DigitsValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract Digits
validator implementation.
- DirectoryClassWriterOutputVisitor - Class in io.micronaut.inject.writer
-
- DirectoryClassWriterOutputVisitor(File) - Constructor for class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
-
- DisabledBeanException - Exception in io.micronaut.context.exceptions
-
An exception that can be thrown to disable a bean programmatically from within a factory bean.
- DisabledBeanException(String) - Constructor for exception io.micronaut.context.exceptions.DisabledBeanException
-
- discardReadBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- discardSomeReadBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- DiscoveryClient - Interface in io.micronaut.discovery
-
Main client abstraction used for service discovery.
- DiscoveryClientHealthIndicator - Class in io.micronaut.management.health.indicator.discovery
-
A health indicator for the discovery client.
- DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicator
-
- DiscoveryClientHealthIndicatorConfiguration - Class in io.micronaut.management.health.indicator.discovery
-
Enables the user to enable or disable the health indicator.
- DiscoveryClientHealthIndicatorConfiguration() - Constructor for class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicatorConfiguration
-
- DiscoveryClientLoadBalancerFactory - Class in io.micronaut.http.client.loadbalance
-
A factory class that can be replaced at runtime for creating
LoadBalancer
instances that load balance
between available clients provided by the
DiscoveryClient
.
- DiscoveryClientLoadBalancerFactory(DiscoveryClient) - Constructor for class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
-
- DiscoveryClientRoundRobinLoadBalancer - Class in io.micronaut.http.client.loadbalance
-
- DiscoveryClientRoundRobinLoadBalancer(String, DiscoveryClient) - Constructor for class io.micronaut.http.client.loadbalance.DiscoveryClientRoundRobinLoadBalancer
-
- DiscoveryConfiguration - Class in io.micronaut.discovery
-
Base class for common discovery configuration options.
- DiscoveryConfiguration() - Constructor for class io.micronaut.discovery.DiscoveryConfiguration
-
- DiscoveryException - Exception in io.micronaut.discovery.exceptions
-
Base exception for exceptions thrown by the discovery system.
- DiscoveryException(String) - Constructor for exception io.micronaut.discovery.exceptions.DiscoveryException
-
Constructs a new Discovery exception with the specified detail message.
- DiscoveryException(String, Throwable) - Constructor for exception io.micronaut.discovery.exceptions.DiscoveryException
-
Constructs a new Discovery exception with the specified detail message and
cause.
- DiskSpaceIndicator - Class in io.micronaut.management.health.indicator.diskspace
-
A
HealthIndicator
used to display information about the disk
space of the server.
- DiskSpaceIndicatorConfiguration - Class in io.micronaut.management.health.indicator.diskspace
-
Specific configuration properties for the disk space health indicator.
- DiskSpaceIndicatorConfiguration() - Constructor for class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
- DisposableBeanDefinition<T> - Interface in io.micronaut.inject
-
A bean definition that provides disposing hooks normally in the form of PreDestroy
annotated methods.
- dispose(BeanContext, T) - Method in interface io.micronaut.inject.DisposableBeanDefinition
-
Disposes of the bean definition by executing all PreDestroy
hooks.
- dispose(BeanResolutionContext, BeanContext, T) - Method in interface io.micronaut.inject.DisposableBeanDefinition
-
Disposes of the bean definition by executing all PreDestroy
hooks.
- disposeClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- disposeClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.RxHttpClientRegistry
-
Dispose of the client defined by the given metadata.
- doAfterComplete() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doAfterComplete() - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doAfterOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doBind(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do binding.
- doBind(ArgumentConversionContext<T>, ConvertibleValues<?>, String, ArgumentBinder.BindingResult<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do binding.
- doBuild(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- doComparison(T, BigDecimal) - Method in interface io.micronaut.validation.validator.constraints.DecimalMaxValidator
-
Perform the comparison for the given value.
- doComparison(T, BigDecimal) - Method in interface io.micronaut.validation.validator.constraints.DecimalMinValidator
-
Perform the comparison for the given value.
- doConnect(HttpRequest<?>, URI, SslContext, boolean, Consumer<ChannelHandlerContext>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection to the given remote host.
- doConnect(HttpRequest<?>, String, int, SslContext, boolean, Consumer<ChannelHandlerContext>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection to the given remote host.
- doConnect(Bootstrap, String, int) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection with the given bootstrap and remote host.
- doConvert(Object, ArgumentConversionContext<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Convert the value and return a binding result.
- doConvert(Object, ArgumentConversionContext<T>, ArgumentBinder.BindingResult<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Convert the value and return a binding result.
- doCreateBean(BeanResolutionContext, BeanDefinition<T>, Class<T>, Qualifier<T>, Object...) - Method in class io.micronaut.context.DefaultBeanContext
-
- doCreateBean(BeanResolutionContext, BeanDefinition<T>, Qualifier<T>, boolean, Map<String, Object>) - Method in class io.micronaut.context.DefaultBeanContext
-
Execution the creation of a bean.
- doesConsume(MediaType) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesConsume(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the specified content type is an accepted type.
- doesProduce(Collection<MediaType>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesProduce(MediaType) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesProduce(Collection<MediaType>) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the route does produce any of the given types.
- doesProduce(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the route does produce any of the given types.
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.http.client.filters.ClientServerContextFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in interface io.micronaut.http.filter.HttpClientFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpClientFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.context.ServerRequestContextFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
If the request should be processed and the tenant id is resolved, the tenant is written to the targeted request with a
TenantWriter
.
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.tracing.brave.instrument.http.BraveTracingClientFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.tracing.brave.instrument.http.BraveTracingServerFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.tracing.instrument.http.OpenTracingClientFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.tracing.instrument.http.OpenTracingServerFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.management.endpoint.EndpointsFilter
-
Returns 401 if the route is a match for an endpoint with sensitive true.
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.session.http.HttpSessionFilter
-
- domain(String) - Method in interface io.micronaut.http.cookie.Cookie
-
Sets the domain of the cookie.
- domain(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
-
- domain(String) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
-
- DomainNameUtil - Class in io.micronaut.validation.validator.constraints
-
Forked from Hibernate Validator.
- doMatch(String, String, boolean) - Method in class io.micronaut.core.util.AntPathMatcher
-
Actually match the given path
against the given pattern
.
- doOnComplete() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnComplete() - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnComplete() - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onComplete()
.
- doOnComplete() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onComplete()
.
- doOnComplete() - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnComplete() - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doOnComplete() - Method in class io.micronaut.jackson.parser.JacksonProcessor
-
- doOnConnect(ChannelPipelineListener) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- doOnConnect(ChannelPipelineListener) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
A hook to customize the pipeline upon establishing a connection.
- doOnConnect(ChannelPipelineListener) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onError(Throwable)
.
- doOnError(Throwable) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onError(Throwable)
.
- doOnError(Throwable) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnError(Throwable, Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on error behaviour.
- doOnFinish(Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on finish behaviour.
- doOnNext(R) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnNext(T) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onNext(Object)
.
- doOnNext(T) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onNext(Object)
.
- doOnNext(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- doOnNext(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- doOnNext(T) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnNext(T, Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom behaviour when an item is emitted.
- doOnSubscribe(Subscription, Subscriber<? super R>) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Perform the actual subscription to the subscriber.
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onSubscribe(Subscription)
.
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onSubscribe(Subscription)
.
- doOnSubscribe(Subscription) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnSubscribe(Subscription, Subscriber<? super HttpData>) - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doOnSubscribe(Subscription, Subscriber<? super JsonNode>) - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doOnSubscribe(Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on subscribe behaviour.
- doResolve(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do resolve.
- doScan(String, String) - Method in class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
- doScan(String, String) - Method in class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
- doSubscribe(Subscriber<? super R>) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Override to implement Publisher.subscribe(Subscriber)
.
- doSubscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
Override to implement Publisher.subscribe(Subscriber)
.
- doSubscribe(Subscriber<? super T>) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- DOUBLE - Static variable in interface io.micronaut.core.type.Argument
-
Constant for double argument.
- doubleValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue() - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of the given member.
- doubleValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of the given member.
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the double value and optionally map its value.
- doubleValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the double value and optionally map its value.
- DOWN - Static variable in class io.micronaut.health.HealthStatus
-
Indicates the service is down and unavailable.
- DOWNLINK - Static variable in interface io.micronaut.http.HttpHeaders
-
"Downlink"
.
- DownstreamSubscription() - Constructor for class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
-
- DPR - Static variable in interface io.micronaut.http.HttpHeaders
-
"DPR"
.
- duplicate() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- DuplicateRouteException - Exception in io.micronaut.web.router.exceptions
-
An exception thrown when multiple routes match a given URI.
- DuplicateRouteException(String, List<UriRouteMatch<Object, Object>>) - Constructor for exception io.micronaut.web.router.exceptions.DuplicateRouteException
-
- DuplicateRouteHandler - Class in io.micronaut.http.server.netty.converters
-
- DuplicateRouteHandler() - Constructor for class io.micronaut.http.server.netty.converters.DuplicateRouteHandler
-
- EachBean - Annotation Type in io.micronaut.context.annotation
-
This annotation allows driving the production of
Bean
definitions from presence of other bean definitions.
- EachProperty - Annotation Type in io.micronaut.context.annotation
-
This annotation allows driving the production of
Bean
definitions from either configuration or the
presence of another bean definition
- eagerInitAnnotated(Class<? extends Annotation>...) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Specifies to eager init the given annotated types.
- eagerInitAnnotated(Class<? extends Annotation>...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- eagerInitConfiguration(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
- eagerInitSingletons(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Whether to eager initialize singleton beans.
- EC2MetadataKeys - Enum in io.micronaut.discovery.cloud.aws
-
A enum of Amazon EC2 metadata.
- ECT - Static variable in interface io.micronaut.http.HttpHeaders
-
"ECT"
.
- effectiveLevel() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
-
- ElapseTimeElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for ElapseTimeElement.
- ElapseTimeElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.ElapseTimeElementBuilder
-
- Element - Interface in io.micronaut.inject.ast
-
Stores data about a compile time element.
- ElementModifier - Enum in io.micronaut.inject.ast
-
An enum of modifier names now tied to the reflection API.
- EmailValidator - Class in io.micronaut.validation.validator.constraints
-
Provides Email validation.
- EmailValidator() - Constructor for class io.micronaut.validation.validator.constraints.EmailValidator
-
- embedded(CharSequence, Resource) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- embedded(CharSequence, Resource...) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- embedded(CharSequence, List<Resource>) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- EMBEDDED - Static variable in interface io.micronaut.http.hateoas.Resource
-
The embedded attribute.
- EmbeddedApplication<T extends EmbeddedApplication> - Interface in io.micronaut.runtime
-
- EmbeddedServer - Interface in io.micronaut.runtime.server
-
An EmbeddedServer is a general abstraction to manage the lifecycle of any server implementation within
a running Micronaut application.
- EmbeddedServerInstance - Interface in io.micronaut.runtime.server
-
- Emitter<T> - Interface in io.micronaut.core.async.subscriber
-
Base interface for classes that emit data.
- EMPTY - Static variable in interface io.micronaut.context.ExecutionHandleLocator
-
A empty no-op locator.
- EMPTY - Static variable in interface io.micronaut.context.MessageSource
-
An empty message source.
- EMPTY - Static variable in interface io.micronaut.core.annotation.AnnotationSource
-
An empty annotation source.
- empty() - Static method in class io.micronaut.core.async.publisher.Publishers
-
A Publisher
that completes without emitting any items.
- EMPTY - Static variable in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
An empty but satisfied result.
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
-
- EMPTY - Static variable in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- EMPTY - Static variable in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- empty() - Static method in interface io.micronaut.core.value.OptionalMultiValues
-
- empty() - Static method in interface io.micronaut.core.value.OptionalValues
-
- empty() - Static method in interface io.micronaut.http.client.LoadBalancer
-
- EMPTY - Static variable in interface io.micronaut.websocket.context.WebSocketBeanRegistry
-
An empty registry.
- EMPTY_ANNOTATED_ELEMENT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
An empty re-usable element.
- EMPTY_ARRAY - Static variable in class io.micronaut.core.annotation.AnnotationClassValue
-
An empty array of class values.
- EMPTY_ARRAY - Static variable in class io.micronaut.http.MediaType
-
Default empty media type array.
- EMPTY_CLASS_ARRAY - Static variable in class io.micronaut.core.reflect.ReflectionUtils
-
Constant for empty class array.
- EMPTY_HIERARCHY - Static variable in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Constant to represent an empty hierarchy.
- EMPTY_LOCATOR - Static variable in interface io.micronaut.context.env.BootstrapPropertySourceLocator
-
An empty version that does nothing.
- EMPTY_METADATA - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
-
A constant for representing empty metadata.
- EMPTY_OBJECT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty object array.
- EMPTY_OBJECT_ARRAY_HASH_CODE - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- EMPTY_STRING - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String.
- EMPTY_STRING_ARRAY - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String array.
- EMPTY_SUBSCRIPTION - Static variable in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- EMPTY_SUBSCRIPTION - Static variable in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
- EMPTY_VALUES - Static variable in interface io.micronaut.core.value.OptionalMultiValues
-
Constant for empty values.
- EMPTY_VALUES - Static variable in interface io.micronaut.core.value.OptionalValues
-
Constant for empty values.
- EmptyPropertySource - Class in io.micronaut.context.env
-
- EmptyPropertySource() - Constructor for class io.micronaut.context.env.EmptyPropertySource
-
Default constructor.
- EmptyPropertySource(String) - Constructor for class io.micronaut.context.env.EmptyPropertySource
-
Creates a property source with a name.
- EmptyResponseException - Exception in io.micronaut.http.client.exceptions
-
An exception thrown when the server returned and empty, unreadable response.
- EmptyResponseException() - Constructor for exception io.micronaut.http.client.exceptions.EmptyResponseException
-
Default constructor.
- ENABLED - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
-
The read timeout used when reading distributed configuration.
- ENABLED - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
Whether the heartbeat is enabled.
- ENABLED - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
Whether endpoints are enabled by default.
- ENABLED - Static variable in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
-
Setting to enable and disable server watch.
- ENABLED - Static variable in interface io.micronaut.validation.validator.ValidatorConfiguration
-
Whether the validator is enabled.
- encode(T, OutputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type to the given OutputStream
.
- encode(T) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type returning the object as a byte[].
- encode(T, ByteBufferFactory<?, B>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type returning the object as a
ByteBuffer
.
- encode(T, OutputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(T) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(ChannelHandlerContext, MutableHttpResponse<?>, List<Object>) - Method in class io.micronaut.http.server.netty.encoders.HttpResponseEncoder
-
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.micronaut.http.server.netty.SmartHttpContentCompressor
-
- encode(T, OutputStream) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T, OutputStream) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encode(T) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in class io.micronaut.session.http.CookieHttpSessionStrategy
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in class io.micronaut.session.http.HeadersHttpSessionIdStrategy
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in interface io.micronaut.session.http.HttpSessionIdEncoder
-
Encode the given Session into the response.
- encodeMessage(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
-
Encode the given message with the given media type.
- encoding(Encoding) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
The encoding to use.
- encoding() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- Endpoint - Annotation Type in io.micronaut.management.endpoint.annotation
-
Defines a management endpoint for a given ID.
- EndpointConfiguration - Class in io.micronaut.management.endpoint
-
- EndpointConfiguration(String, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.EndpointConfiguration
-
- EndpointDefaultConfiguration - Class in io.micronaut.management.endpoint
-
- EndpointDefaultConfiguration() - Constructor for class io.micronaut.management.endpoint.EndpointDefaultConfiguration
-
- EndpointEnabledCondition - Class in io.micronaut.management.endpoint
-
A condition that checks whether an
Endpoint
is enabled.
- EndpointEnabledCondition() - Constructor for class io.micronaut.management.endpoint.EndpointEnabledCondition
-
- EndpointSensitivityProcessor - Class in io.micronaut.management.endpoint
-
Finds any sensitive endpoints.
- EndpointSensitivityProcessor(List<EndpointConfiguration>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.EndpointSensitivityProcessor
-
Deprecated.
- EndpointSensitivityProcessor(List<EndpointConfiguration>, EndpointDefaultConfiguration, PropertyResolver) - Constructor for class io.micronaut.management.endpoint.EndpointSensitivityProcessor
-
Constructs with the existing and default endpoint configurations used to determine if a given endpoint is
sensitive.
- EndpointsFilter - Class in io.micronaut.management.endpoint
-
Returns 401 for
Endpoint
requests which have sensitive true.
- EndpointsFilter(EndpointSensitivityProcessor) - Constructor for class io.micronaut.management.endpoint.EndpointsFilter
-
Constructor.
- ensureWritable(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- ensureWritable(int, boolean) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- EntityIntrospectedAnnotationMapper - Class in io.micronaut.inject.beans.visitor
-
An annotation mapper that improves introspection for JPA entities.
- EntityIntrospectedAnnotationMapper() - Constructor for class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
-
- EntryPoint - Annotation Type in io.micronaut.core.annotation
-
EntryPoint is a meta-annotation used on other annotations to indicate that the annotated
element is an entry point into the framework from the outside.
- entrySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- entrySingleton() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where an entry has a weight of 1.
- EntryWeigher<K,V> - Interface in io.micronaut.core.util.clhm
-
A class that can determine the weight of an entry.
- EnumElement - Interface in io.micronaut.inject.ast
-
Models an enum type.
- enumerationToIterable(Enumeration<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Convert an Enumeration
to a Iterable
.
- enumerationToSet(Enumeration<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Convert an Enumeration
to a Set
.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the given enum.
- enumValue(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(String, Class<E>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum value of the given member of the given enum type.
- enumValue(String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum value of the given member of the given enum type.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValue(Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValue(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- enumValue(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(String, Class<E>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum values of the given member of the given enum type.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValues(Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValues(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata