Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

$

$withBeanQualifier(Qualifier<T>) - Method in interface io.micronaut.inject.qualifiers.Qualified
Override the bean qualifier.

A

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 Annotation,T,S> - Class in io.micronaut.core.bind.annotation
An abstract AnnotatedArgumentBinder implementation.
AbstractAnnotatedArgumentBinder(ConversionService<?>) - Constructor for class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
Constructor.
AbstractAnnotationMetadataBuilder<T,A> - Class in io.micronaut.inject.annotation
An abstract implementation that builds AnnotationMetadata.
AbstractAnnotationMetadataBuilder() - Constructor for class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Default constructor.
AbstractAnnotationMetadataWriter - Class in io.micronaut.inject.writer
Base class for types that also write AnnotationMetadata.
AbstractAnnotationMetadataWriter(String, OriginatingElements, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
AbstractAnnotationMetadataWriter(String, Element, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
AbstractBeanConfiguration - Class in io.micronaut.context
An abstract implementation of the BeanConfiguration method.
AbstractBeanConfiguration(String) - Constructor for class io.micronaut.context.AbstractBeanConfiguration
 
AbstractBeanConstructor<T> - Class in io.micronaut.core.beans
Abstract implementation of the BeanConstructor interface.
AbstractBeanConstructor(Class<T>, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.beans.AbstractBeanConstructor
Default constructor.
AbstractBeanDefinition<T> - Class in io.micronaut.context
Default implementation of the BeanDefinition interface.
AbstractBeanDefinition(Class<T>, Class<?>, String, AnnotationMetadata, boolean) - 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>, 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.
AbstractBeanDefinitionBuilder - Class in io.micronaut.inject.writer
Abstract implementation of the BeanElementBuilder interface that should be implemented by downstream language specific implementations.
AbstractBeanDefinitionBuilder(Element, ClassElement, ConfigurationMetadataBuilder<?>, VisitorContext) - Constructor for class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Default constructor.
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
Abstract implementation of the BeanIntrospection interface.
AbstractBeanIntrospection(Class<T>, AnnotationMetadata, int) - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospection
Base class for bean instrospections.
AbstractBeanIntrospection(Class<T>, AnnotationMetadata, int, 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.
AbstractBeanMethod<B,T> - Class in io.micronaut.core.beans
Abstract implementation of the BeanMethod interface.
AbstractBeanMethod(BeanIntrospection<B>, Argument<T>, String, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.beans.AbstractBeanMethod
Default constructor.
AbstractBeanProperty<B,P> - Class in io.micronaut.core.beans
Abstract implementation of BeanProperty.
AbstractBeanProperty(BeanIntrospection<B>, Class<P>, String, AnnotationMetadata, Argument[]) - Constructor for class io.micronaut.core.beans.AbstractBeanProperty
Default constructor.
AbstractBeanResolutionContext - Class in io.micronaut.context
Default implementation of the BeanResolutionContext interface.
AbstractBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.AbstractBeanResolutionContext
 
AbstractBeanResolutionContext.AnnotationSegment - Class in io.micronaut.context
A segment that represents annotation.
AbstractBeanResolutionContext.ConstructorArgumentSegment - Class in io.micronaut.context
A segment that represents a method argument.
AbstractBeanResolutionContext.ConstructorSegment - Class in io.micronaut.context
A segment that represents a constructor.
AbstractBeanResolutionContext.FieldSegment - Class in io.micronaut.context
A segment that represents a field.
AbstractBeanResolutionContext.MethodArgumentSegment - Class in io.micronaut.context
A segment that represents a method argument.
AbstractBeanResolutionContext.MethodSegment - Class in io.micronaut.context
A segment that represents a method.
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
Deprecated.
AbstractClassFileWriter(Element...) - Constructor for class io.micronaut.inject.writer.AbstractClassFileWriter
 
AbstractClassFileWriter(OriginatingElements) - 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(boolean) - Constructor for class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
Default constructor.
AbstractClassWriterOutputVisitor() - Constructor for class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
Compatibility constructor.
AbstractClientSslConfiguration - Class in io.micronaut.http.ssl
Base class for SslConfiguration extensions for SSL clients.
AbstractClientSslConfiguration() - Constructor for class io.micronaut.http.ssl.AbstractClientSslConfiguration
 
AbstractComputeInstanceMetadata - Class in io.micronaut.discovery.cloud
Abstract class representing a cloud computing instance metadata.
AbstractComputeInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
AbstractConcurrentCustomScope<A extends Annotation> - Class in io.micronaut.context.scope
Abstract implementation of the custom scope interface that simplifies defining new scopes using the Map interface.
AbstractConcurrentCustomScope(Class<A>) - Constructor for class io.micronaut.context.scope.AbstractConcurrentCustomScope
A custom scope annotation.
AbstractConstructorInjectionPoint<T> - Class in io.micronaut.context
Abstract constructor implementation for bean definitions to implement to create constructors at build time.
AbstractConstructorInjectionPoint(BeanDefinition<T>) - Constructor for class io.micronaut.context.AbstractConstructorInjectionPoint
Default constructor.
AbstractConverterToMultiValues(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
 
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
Variation of AnnotationMetadata that is environment specific.
AbstractEnvironmentAnnotationMetadata(AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
Construct a new environment aware annotation metadata.
AbstractExecutableBeanMethod<B,T> - Class in io.micronaut.inject.beans
Subclass of AbstractBeanMethod that also implements ExecutableMethod.
AbstractExecutableBeanMethod(BeanIntrospection<B>, Argument<T>, String, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.inject.beans.AbstractExecutableBeanMethod
Default constructor.
AbstractExecutableMethod - Class in io.micronaut.context
Abstract base class for generated ExecutableMethod classes to implement.
AbstractExecutableMethod(Class<?>, String, Argument, Argument...) - Constructor for class io.micronaut.context.AbstractExecutableMethod
 
AbstractExecutableMethod(Class<?>, String, Argument) - Constructor for class io.micronaut.context.AbstractExecutableMethod
 
AbstractExecutableMethod(Class<?>, String) - Constructor for class io.micronaut.context.AbstractExecutableMethod
 
AbstractExecutableMethodsDefinition<T> - Class in io.micronaut.context
Abstract base class for for ExecutableMethodsDefinition.
AbstractExecutableMethodsDefinition(AbstractExecutableMethodsDefinition.MethodReference[]) - Constructor for class io.micronaut.context.AbstractExecutableMethodsDefinition
 
AbstractExecutableMethodsDefinition.MethodReference - Class in io.micronaut.context
Internal class representing method's metadata.
AbstractExecutor<C> - Class in io.micronaut.function.executor
An abstract executor implementation.
AbstractExecutor() - Constructor for class io.micronaut.function.executor.AbstractExecutor
 
AbstractFunctionExecutor<I,O,C> - Class in io.micronaut.function.executor
A class that executes the configured LocalFunctionRegistry.FUNCTION_NAME for the given inputs and outputs.
AbstractFunctionExecutor() - Constructor for class io.micronaut.function.executor.AbstractFunctionExecutor
 
AbstractGroovyElement - Class in io.micronaut.ast.groovy.visitor
Abstract Groovy element.
AbstractGroovyElement(GroovyVisitorContext, AnnotatedNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Default constructor.
AbstractHealthIndicator<T> - Class in io.micronaut.management.health.indicator
A base health indicator class to extend from that catches exceptions thrown from the AbstractHealthIndicator.getHealthInformation() method and updates the HealthResult with the exception information.
AbstractHealthIndicator() - Constructor for class io.micronaut.management.health.indicator.AbstractHealthIndicator
 
AbstractHttpContentProcessor<T> - Class in io.micronaut.http.server.netty
Abstract implementation of the HttpContentProcessor interface that deals with limiting file upload sizes.
AbstractHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.AbstractHttpContentProcessor
 
AbstractInitializableBeanDefinition<T> - Class in io.micronaut.context
Default implementation of the BeanDefinition interface.
AbstractInitializableBeanDefinition(Class<T>, AbstractInitializableBeanDefinition.MethodOrFieldReference, AnnotationMetadata, AbstractInitializableBeanDefinition.MethodReference[], AbstractInitializableBeanDefinition.FieldReference[], ExecutableMethodsDefinition<T>, Map<String, Argument<?>[]>, Optional<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition
 
AbstractInitializableBeanDefinition(Class<T>, AbstractInitializableBeanDefinition.MethodOrFieldReference, AnnotationMetadata, AbstractInitializableBeanDefinition.MethodReference[], AbstractInitializableBeanDefinition.FieldReference[], AbstractInitializableBeanDefinition.AnnotationReference[], ExecutableMethodsDefinition<T>, Map<String, Argument<?>[]>, Optional<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition
 
AbstractInitializableBeanDefinition.AnnotationReference - Class in io.micronaut.context
The data class containing annotation injection information.
AbstractInitializableBeanDefinition.FieldReference - Class in io.micronaut.context
The data class containing all filed reference information.
AbstractInitializableBeanDefinition.MethodOrFieldReference - Class in io.micronaut.context
The shared data class between method and field reference.
AbstractInitializableBeanDefinition.MethodReference - Class in io.micronaut.context
The data class containing all method reference information.
AbstractInitializableBeanDefinitionReference<T> - Class in io.micronaut.context
An uninitialized and unloaded component definition with basic information available regarding its requirements.
AbstractInitializableBeanDefinitionReference(String, String, AnnotationMetadata, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
AbstractInitializableBeanIntrospection<B> - Class in io.micronaut.inject.beans
Abstract implementation of the BeanIntrospection interface.
AbstractInitializableBeanIntrospection(Class<B>, AnnotationMetadata, AnnotationMetadata, Argument<?>[], AbstractInitializableBeanIntrospection.BeanPropertyRef<Object>[], AbstractInitializableBeanIntrospection.BeanMethodRef<Object>[]) - Constructor for class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
AbstractInitializableBeanIntrospection.BeanMethodRef<P> - Class in io.micronaut.inject.beans
Bean method compile-time data container.
AbstractInitializableBeanIntrospection.BeanPropertyRef<P> - Class in io.micronaut.inject.beans
Bean property compile-time data container.
AbstractJavaElement - Class in io.micronaut.annotation.processing.visitor
An abstract class for other elements to extend from.
AbstractLocaleResolver<T> - Class in io.micronaut.core.util.locale
Provides an abstract class which implements LocaleResolver and handles default locale resolution.
AbstractLocaleResolver(Locale) - Constructor for class io.micronaut.core.util.locale.AbstractLocaleResolver
 
AbstractLocalizedMessageSource<T> - Class in io.micronaut.context
Abstract class which implements LocalizedMessageSource and leverages LocaleResolver API.
AbstractLocalizedMessageSource(LocaleResolver<T>, MessageSource) - Constructor for class io.micronaut.context.AbstractLocalizedMessageSource
 
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
Abstract implementation of HttpRequest for 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, String, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Default constructor.
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
An abstract implementation of the PropertySourceLoader interface.
AbstractPropertySourceLoader() - Constructor for class io.micronaut.context.env.AbstractPropertySourceLoader
 
AbstractProviderDefinition<T> - Class in io.micronaut.inject.provider
Abstract bean definition for other providers to extend from.
AbstractProviderDefinition() - Constructor for class io.micronaut.inject.provider.AbstractProviderDefinition
 
AbstractResource<Impl extends AbstractResource> - Class in io.micronaut.http.hateoas
An abstract implementation of Resource.
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
A list of accepted MediaType instances.
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
Sets the acceptable MediaType instances via the HttpHeaders.ACCEPT header.
accept(CharSequence...) - Method in interface io.micronaut.http.MutableHttpRequest
Sets the acceptable MediaType instances via the HttpHeaders.ACCEPT header.
accept() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Accept an ClassWriterOutputVisitor to write all generated classes.
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 an ClassWriterOutputVisitor to write all generated classes.
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.DispatchWriter
 
accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
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".
accepted() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.ACCEPTED response with an empty body.
accepted(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.ACCEPTED response with an empty body and a HttpHeaders.LOCATION header.
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
 
AccessorsStyle - Annotation Type in io.micronaut.core.annotation
Annotate a class (typically a Java Bean) to make it explicit the style of its accessors when not using the standard getter and setters:
 @AccessorsStyle(readPrefixes = {""}, writePrefixes = {""})
 public class Person {

     private String name;
     private int age;

     public Person(String name, int age) {
         this.name = name;
         this.age = age;
     }

     public String name() {
         return this.name;
     }

     public void name(String name) {
         this.name = name;
     }

     public int age() {
         return this.age;
     }

     public void age(int age) {
         this.age = age;
     }
 }
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.
addAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addAssociatedBean(Element, ClassElement) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
addAssociatedBean(ClassElement, VisitorContext) - Method in interface io.micronaut.inject.ast.beans.BeanElement
This method adds an associated bean using this class element as the originating element.
addAssociatedBean(ClassElement) - Method in interface io.micronaut.inject.ast.ClassElement
This method adds an associated bean using this class element as the originating element.
addAssociatedBean(ClassElement) - Method in interface io.micronaut.inject.ast.MethodElement
This method adds an associated bean using this method element as the originating element.
addAssociatedBean(Element, ClassElement) - Method in interface io.micronaut.inject.visitor.BeanElementVisitorContext
 
addAssociatedBean(ClassElement, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
addBinder(ClientRequestBinder) - Method in class io.micronaut.http.client.bind.DefaultHttpClientBinderRegistry
Adds a binder to the registry.
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.
addDeclaredAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addDeclaredAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
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.
addDeclaredRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addDeclaredRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addDeclaredRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Adds a repeatable declared stereotype value.
addDeclaredRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
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.
addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addDeepObjectValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
Method that adds given value to the parameters in A DEEP_OBJECT format.
addDeepObjectValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
 
addDeepObjectValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
 
addDeepObjectValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
 
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.
addDependentBean(BeanIdentifier, BeanDefinition<T>, T) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
addDependentBean(BeanIdentifier, BeanDefinition<T>, T) - Method in interface io.micronaut.context.BeanResolutionContext
Adds a dependent bean to the resolution context.
addDispatchTarget(DispatchWriter.DispatchTarget) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new custom dispatch target.
addError(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
addError(AnnotatedNode, String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
addError(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Adds an error.
addExecutableMethod(ExecutableMethod<T, ?>) - Method in class io.micronaut.context.AbstractBeanDefinition
Adds a new ExecutableMethod.
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.
addGeneratedResource(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
addGeneratedResource(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
addGeneratedResource(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
Some TypeElementVisitors generate classpath resources that other visitors might be interested in.
addGetField(FieldElement) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new get field dispatch target.
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.
addInterceptedMethod(TypedElement, MethodElement, String, String) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new interceptable method dispatch target.
additionalTypes - Variable in class io.micronaut.json.codec.MapperMediaTypeCodec
 
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.
addMethod(BeanMethod<T, Object>) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
Adds a method to the introspection.
addMethod(TypedElement, MethodElement) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new method dispatch target.
addMethod(TypedElement, MethodElement, boolean) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new method dispatch target.
addModule(Class<? extends Module>) - Method in class io.micronaut.jackson.codec.JacksonFeatures
Add a jackson module feature.
addMutatedMetadata(String, Object, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Used to store metadata mutations at compilation time.
addMutliValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
Method that adds given value to the parameters in a MULTI format.
addMutliValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
 
addMutliValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
 
addMutliValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
 
addOption(String, String) - Method in interface io.micronaut.core.cli.CommandLine.Builder
Add an option.
addOriginatingElement(Element) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
addOriginatingElement(Element) - Method in interface io.micronaut.inject.writer.OriginatingElements
Add another element that should be included in the originating elements.
addOriginatingElement(Element) - Method in class io.micronaut.inject.writer.StaticOriginatingElements
 
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.
addProperty(String, Object) - Method in class io.micronaut.http.hateoas.GenericResource
Add a property to this resource (internal, for deserialization use only).
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
Add a PropertySource to this resolver.
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.
addQueryParameter(String, String) - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
Add a new query parameter given its name.
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.
addRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
addRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Adds a repeatable stereotype value.
addRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
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.
addSeparatedValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
Method that adds given value to the parameters in a format separated by a delimiter.
addSeparatedValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
 
addSeparatedValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
 
addSeparatedValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
 
addService(String, Set<String>) - Method in class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
Adds one or many services that can be loaded via ServiceLoader.
addSetField(FieldElement) - Method in class io.micronaut.inject.writer.DispatchWriter
Adds new set field dispatch target.
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.
addWarning(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
addWarning(AnnotatedNode, String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
addWarning(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Adds an warning.
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
 
ADVICE_STEREOTYPES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The advice stereotypes.
AdvisedBeanType<T> - Interface in io.micronaut.inject
A marker interface for all BeanDefinitionReference and BeanDefinition instances to implement that provides access to the target bean type for an AOP advice bean.
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.ReactiveInfoAggregator
 
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 class io.micronaut.management.health.aggregator.DefaultHealthAggregator
 
aggregate(String, Publisher<HealthResult>) - Method in class io.micronaut.management.health.aggregator.DefaultHealthAggregator
 
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
 
aggregateDetails(List<HealthResult>) - Method in class io.micronaut.management.health.aggregator.DefaultHealthAggregator
 
aggregateResults(InfoSource[]) - Method in class io.micronaut.management.endpoint.info.impl.ReactiveInfoAggregator
Create a Flux of ordered PropertySource from an array of InfoSource.
aggregateResults(HealthIndicator[]) - Method in class io.micronaut.management.health.aggregator.DefaultHealthAggregator
 
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_FIELDS - Static variable in interface io.micronaut.inject.ast.ElementQuery
Constant to retrieve all fields.
ALL_INNER_CLASSES - Static variable in interface io.micronaut.inject.ast.ElementQuery
Constant to retrieve inner classes.
ALL_METHODS - Static variable in interface io.micronaut.inject.ast.ElementQuery
Constant to retrieve all methods.
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.
allowEmptyProviders(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
Whether to error on an empty bean provider.
allowEmptyProviders(boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
allowGeneric(Collection<? extends CharSequence>) - Method in interface io.micronaut.http.MutableHttpHeaders
Set the allowed HTTP methods.
allowGeneric(Collection<? extends CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
AMAZON_EC2 - Static variable in interface io.micronaut.context.env.Environment
Cloud provider amazon ec2.
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_AROUND - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The around annotation type.
ANN_AROUND_CONSTRUCT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The around annotation type.
ANN_CONSTRAINT - Static variable in interface io.micronaut.validation.validator.Validator
Annotation used to define a constraint.
ANN_INTERCEPTOR_BINDING - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Name of the interceptor binding type.
ANN_INTERCEPTOR_BINDING_QUALIFIER - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Name of the interceptor binding qualifier type.
ANN_INTERCEPTOR_BINDINGS - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Name of the repeatable interceptor bindings type.
ANN_INTRODUCTION - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The around annotation type.
ANN_OVERRIDE - Static variable in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
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(AnnotationValue<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(AnnotationValue<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.beans.BeanElementBuilder
 
annotate(String) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
annotate(Class<T>, Consumer<AnnotationValueBuilder<T>>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
annotate(Class<T>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
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.
annotate(AnnotationValue<T>) - Method in interface io.micronaut.inject.ast.Element
Annotate this element with the given annotation type.
annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
annotate(AnnotationValue<T>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
annotate(AnnotationMetadata, String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Add an annotation to the given metadata.
annotate(AnnotationMetadata, AnnotationValue<T>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Add an annotation to the given metadata.
annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
annotated(Predicate<AnnotationMetadata>) - Method in interface io.micronaut.inject.ast.ElementQuery
Allows filtering elements by annotation.
AnnotatedArgumentBinder<A extends Annotation,T,S> - Interface in io.micronaut.core.bind.annotation
An ArgumentBinder whose lookup is driven by an annotation definition.
AnnotatedClientArgumentRequestBinder<A extends Annotation> - Interface in io.micronaut.http.client.bind
An interface for classes that bind an Argument to an MutableHttpRequest driven by an annotation.
AnnotatedClientRequestBinder<A extends Annotation> - Interface in io.micronaut.http.client.bind
A binder that binds to a MutableHttpRequest.
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
An ExecutableMethodProcessor for the Filter annotation.
AnnotatedFilterRouteBuilder(BeanContext, ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>, ServerContextPathProvider) - Constructor for class io.micronaut.web.router.AnnotatedFilterRouteBuilder
Constructor.
AnnotatedFunctionRouteBuilder - Class in io.micronaut.function.web
Process methods for FunctionBean instances.
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 Annotation,T> - Interface in io.micronaut.http.bind.binders
An interface for classes that bind an Argument from an HttpRequest driven by an annotation.
AnnotatedTypeInfo - Interface in io.micronaut.core.annotation
An interface that provides an abstraction for checking for the existence of annotations.
ANNOTATION_METADATA - Static variable in class io.micronaut.aop.internal.InterceptorRegistryBean
 
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
The AnnotationClassValue instance for the given member.
annotationClassValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
annotationClassValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The AnnotationClassValue instances for the given member.
AnnotationElement - Interface in io.micronaut.inject.ast
Represents an annotation in the AST.
AnnotationMapper<T extends 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 - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
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
An interface that can be implemented by other classes that delegate the resolution of the AnnotationMetadata to the AnnotationMetadataProvider.getAnnotationMetadata() method.
AnnotationMetadataException - Exception in io.micronaut.inject.annotation
An exception that occurs constructing AnnotationMetadata.
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
An interface for a type that provides AnnotationMetadata.
AnnotationMetadataReference - Class in io.micronaut.inject.annotation
A reference to AnnotationMetadata.
AnnotationMetadataReference(String, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataReference
 
AnnotationMetadataResolver - Interface in io.micronaut.core.annotation
An interface for types capable of resolving AnnotationMetadata.
AnnotationMetadataSupport - Class in io.micronaut.inject.annotation
Support method for AnnotationMetadata.
AnnotationMetadataSupport() - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataSupport
 
AnnotationMetadataWriter - Class in io.micronaut.inject.annotation
Responsible for writing class files that are instances of AnnotationMetadata.
AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
Deprecated.
No longer needs to be instantiated directly, just use the static methods
AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
Deprecated.
No longer needs to be instantiated directly, just use the static methods
AnnotationProcessingOutputVisitor - Class in io.micronaut.annotation.processing
An implementation of ClassWriterOutputVisitor for annotation processing.
AnnotationProcessingOutputVisitor(Filer) - Constructor for class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
 
AnnotationProcessor<A extends Annotation,T> - Interface in io.micronaut.context.processor
An annotation processor is an object that processes the presence if a given annotation.
AnnotationReference(Argument) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition.AnnotationReference
 
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 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 class io.micronaut.aop.internal.InterceptorBeanMapper
 
annotationType() - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
annotationType() - Method in interface io.micronaut.context.scope.CustomScope
 
annotationType() - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
 
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 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>, RetentionPolicy, List<AnnotationValue<?>>) - 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, Map<CharSequence, Object>, Map<String, Object>, RetentionPolicy, List<AnnotationValue<?>>) - 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.
annotationValue() - Method in interface io.micronaut.core.annotation.AnnotationValueProvider
 
AnnotationValueBuilder<T extends Annotation> - Class in io.micronaut.core.annotation
A build for annotation values.
AnnotationValueProvider<A extends Annotation> - Interface in io.micronaut.core.annotation
An interface that allows obtaining an underlying annotation value.
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 path 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 - Annotation Type in io.micronaut.context.annotation
Qualifier that can be used on a bean to indicate it should match any qualifier or on a injection point to indicate it should match any bean.
ANY - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
Constant to represent any value.
any() - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Allows looking up the first matching instance.
ANY_METHOD - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
Constant to represent any method.
AnyQualifier<T> - Class in io.micronaut.inject.qualifiers
A qualifier to lookup any type.
AopProxyWriter - Class in io.micronaut.aop.writer
A class that generates AOP proxy classes at compile time.
AopProxyWriter(BeanDefinitionWriter, OptionalValues<Boolean>, ConfigurationMetadataBuilder<?>, VisitorContext, AnnotationValue<?>...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
Constructs a new AopProxyWriter for the given parent BeanDefinitionWriter and starting interceptors types.
AopProxyWriter(String, String, boolean, Element, AnnotationMetadata, ClassElement[], VisitorContext, ConfigurationMetadataBuilder<?>, ConfigurationMetadata, AnnotationValue<?>...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
Constructs a new AopProxyWriter for the purposes of writing Introduction advise.
AopProxyWriter(String, String, boolean, boolean, Element, AnnotationMetadata, ClassElement[], VisitorContext, ConfigurationMetadataBuilder<?>, ConfigurationMetadata, AnnotationValue<?>...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
Constructs a new AopProxyWriter for the purposes of writing Introduction advise.
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_PDF - Static variable in class io.micronaut.http.MediaType
PDF: application/pdf.
APPLICATION_PDF_TYPE - Static variable in class io.micronaut.http.MediaType
PDF: application/pdf.
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.json.codec.MapperMediaTypeCodec
 
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.
applicationContext - Variable in class io.micronaut.function.executor.AbstractExecutor
The current ApplicationContext.
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.
ApplicationContextConfigurer - Interface in io.micronaut.context
An application context configurer is responsible for configuring an application context before the application/function is started.
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
An interface for classes that provide an ApplicationContext.
ApplicationEvent - Class in io.micronaut.context.event
An ApplicationEvent is a user specified event object.
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<T> - Interface in io.micronaut.context.event
Interface for classes that publish events received by ApplicationEventListener instances.
ApplicationEventPublisherFactory<T> - Class in io.micronaut.context.event
Constructs instances of ApplicationEventPublisher.
ApplicationEventPublisherFactory() - Constructor for class io.micronaut.context.event.ApplicationEventPublisherFactory
 
ApplicationShutdownEvent - Class in io.micronaut.runtime.event
Event fired when an EmbeddedApplication shuts down.
ApplicationShutdownEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.ApplicationShutdownEvent
Constructs a prototypical Event.
ApplicationStartupEvent - Class in io.micronaut.runtime.event
Event fired when an EmbeddedApplication starts up.
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 - Static variable in interface io.micronaut.aop.Interceptor
 
ARGUMENT - Static variable in interface io.micronaut.aop.InterceptorRegistry
Constant for bean lookup.
argument - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.AnnotationReference
 
argument - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.FieldReference
 
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
Represents an Argument as a BeanType.
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
A registry of ArgumentBinder instances.
ArgumentCheck(ArgumentUtils.Check) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
 
ArgumentCheck(String, T) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
 
ArgumentCoercible<T> - Interface in io.micronaut.core.type
An interface for types that can be represented as an Argument.
ArgumentConversionContext<T> - Interface in io.micronaut.core.convert
Extended version of the ConversionContext specifically for conversion Argument instances.
ArgumentInjectionPoint<B,T> - Interface in io.micronaut.inject
An injection point for a method or constructor argument.
argumentOf(Class<T1>) - Static method in interface io.micronaut.context.BeanProvider
Create an argument for the given type to aid with bean provider lookup.
arguments - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
argumentType() - Method in interface io.micronaut.core.bind.TypeArgumentBinder
 
argumentType() - Method in interface io.micronaut.http.client.bind.TypedClientArgumentRequestBinder
 
argumentType() - Method in class io.micronaut.http.server.binding.BasicAuthArgumentBinder
 
argumentType() - Method in class io.micronaut.http.server.binding.LocaleArgumentBinder
 
argumentType() - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
 
argumentType() - Method in class io.micronaut.http.server.netty.binders.InputStreamBodyBinder
 
argumentType() - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
 
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
An Argument with a value.
Around - Annotation Type in io.micronaut.aop
Annotation stereotype to applied to other annotations to indicate the annotation provides Around advice.
Around.ProxyTargetConstructorMode - Enum in io.micronaut.aop
When using Around.proxyTarget() on a Factory method if the returned bean features constructor arguments this can lead to undefined behaviour since it is expected with factory methods that the developer is responsible for constructing the object.
AroundConstruct - Annotation Type in io.micronaut.aop
Allows intercepting the bean constructor.
array() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
ARRAY_PATTERN - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
ArrayableClassElement - Interface in io.micronaut.inject.ast
Interface for class elements that can be converted to/from an array type.
arrayNodeToIterableConverter() - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
arrayNodeToIterableConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
arrayNodeToObjectConverter() - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
arrayNodeToObjectConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
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.context.AbstractBeanResolutionContext.FieldSegment
 
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.ArgumentCoercible
 
asArgument() - Method in class io.micronaut.core.type.DefaultArgument
 
asArgument() - Method in interface io.micronaut.core.type.ReturnType
 
asArgument() - Method in interface io.micronaut.inject.ArgumentInjectionPoint
 
asArgument() - Method in interface io.micronaut.inject.BeanDefinition
 
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
Return this ConvertibleValues as a map for the given key type and value type.
asMap(Class<KT>, Class<VT>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Return this ConvertibleValues as a map for the given key type and value type.
asMap() - Method in class io.micronaut.core.util.EnvironmentProperties
Returns an immutable view of the environment variable names to Micronaut property names cache.
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.TypeInformation
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
 
assertNoConstructorForContextAnnotation(ClassElement) - Static method in class io.micronaut.context.visitor.ContextConfigurerVisitor
Checks that a class annotated with ContextConfigurer doesn't have any constructor with parameters, which is unsupported.
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.
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
A TypeElementVisitor that validates methods annotated with Async return void or futures.
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
 
attribute(CharSequence, Object) - Method in interface io.micronaut.http.MutableHttpResponse
Sets an attribute on the response.
AttributeClientRequestBinder - Class in io.micronaut.http.client.bind.binders
AttributeClientRequestBinder() - Constructor for class io.micronaut.http.client.bind.binders.AttributeClientRequestBinder
 
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.session.InMemorySession
 
attributeToCompletedPartConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
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.
auth(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
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
 
AZURE - Static variable in interface io.micronaut.context.env.Environment
Cloud provider Microsoft Azure.

B

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
Return an HttpStatus.BAD_REQUEST response with an empty body.
badRequest(T) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.BAD_REQUEST response with a body.
banner(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
Whether the banner is enabled or not.
Banner - Interface in io.micronaut.context.banner
Print a banner programmatically.
banner(boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
banner(boolean) - Method in class io.micronaut.runtime.Micronaut
 
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
Set an HttpHeaders.AUTHORIZATION header, with value: "Basic Base64(username:password)".
basicAuth(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
 
BasicAuthArgumentBinder - Class in io.micronaut.http.server.binding
Responsible for binding to a BasicAuth argument from the authorization header in the request.
BasicAuthArgumentBinder() - Constructor for class io.micronaut.http.server.binding.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() - Method in class io.micronaut.context.BeanRegistration
 
bean - Variable in class io.micronaut.context.event.BeanEvent
 
bean() - Method in interface io.micronaut.context.scope.CreatedBean
 
beanAdded(BeanElementBuilder, VisitorContext) - Method in interface io.micronaut.context.visitor.BeanImportHandler
Callback method invoked when a bean is added.
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
 
BeanConstructor<T> - Interface in io.micronaut.core.beans
Models a bean constructor.
BeanConstructorElement - Interface in io.micronaut.inject.ast.beans
Represents the current bean constructor when used through the BeanElementBuilder API.
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
Configuration for the BeanContext.
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.
BeanCreationContext<T> - Interface in io.micronaut.context.scope
Context object passed to CustomScope instances for creating new beans.
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
An interface for a ExecutableMethod that is associated with a BeanDefinitionReference.
BeanDefinitionProcessor<A extends 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(BeanDefinitionVisitor) - Constructor for class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
Default constructor.
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
Interface for BeanDefinitionVisitor implementations such as BeanDefinitionWriter.
BeanDefinitionWriter - Class in io.micronaut.inject.writer
Responsible for building BeanDefinition instances at compile time.
BeanDefinitionWriter(ClassElement, ConfigurationMetadataBuilder<?>, VisitorContext) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
Creates a bean definition writer.
BeanDefinitionWriter(ClassElement, OriginatingElements, ConfigurationMetadataBuilder<?>, VisitorContext) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
Creates a bean definition writer.
BeanDefinitionWriter(Element, OriginatingElements, ConfigurationMetadataBuilder<?>, VisitorContext, Integer) - 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
 
BeanDestroyedEvent<T> - Class in io.micronaut.context.event
An event fired when a bean has been destroyed and all PreDestroy methods have been invoked.
BeanDestroyedEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanDestroyedEvent
 
BeanDestroyedEventListener<T> - Interface in io.micronaut.context.event
An event listener that is triggered after a bean is destroyed.
BeanDestructionException - Exception in io.micronaut.context.exceptions
Exception type for exceptions that happen during bean destruction.
BeanDestructionException(BeanType<?>, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanDestructionException
 
BeanElement - Interface in io.micronaut.inject.ast.beans
Models a bean that will be produced by Micronaut.
BeanElementBuilder - Interface in io.micronaut.inject.ast.beans
Interface for defining beans at compilation time from an originating element.
BeanElementVisitor<A extends Annotation> - Interface in io.micronaut.inject.visitor
Allows visiting a bean to perform any validation prior to when bean definitions are written out.
BeanElementVisitorContext - Interface in io.micronaut.inject.visitor
Internal interface for adding associated beans.
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 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.
BeanFieldElement - Interface in io.micronaut.inject.ast.beans
Represents a configurable bean field.
BeanIdentifier - Interface in io.micronaut.inject
An identifier for a Bean that can be used as a key to uniquely identify an instance.
BeanImportHandler - Interface in io.micronaut.context.visitor
Interface that allows extension of Bean import handling in other to support other injection systems beyond JSR-330 in downstream modules.
BeanImportVisitor - Class in io.micronaut.context.visitor
Implementation of Import.
BeanImportVisitor() - Constructor for class io.micronaut.context.visitor.BeanImportVisitor
 
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 BeanProvider instances the BeanProvider.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
A reference to a BeanIntrospection that may or may not be present on the classpath.
BeanIntrospectionScanner - Class in io.micronaut.core.io.scan
An implementation of AnnotationScanner that scans available BeanIntrospection instances through the BeanIntrospector API.
BeanIntrospectionScanner() - Constructor for class io.micronaut.core.io.scan.BeanIntrospectionScanner
 
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.
BeanMethod<B,T> - Interface in io.micronaut.core.beans
Represents a method on a BeanIntrospection.
BeanMethodElement - Interface in io.micronaut.inject.ast.beans
Represents a configurable bean method.
BeanMethodRef(Argument<P>, String, AnnotationMetadata, Argument<?>[], int) - Constructor for class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection.BeanMethodRef
 
beanMethods - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
 
BeanParameterElement - Interface in io.micronaut.inject.ast.beans
Represents a configurable bean parameter.
BeanPreDestroyEvent<T> - Class in io.micronaut.context.event
An event fired when a bean is about to be destroyed but before any PreDestroy methods are invoked..
BeanPreDestroyEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanPreDestroyEvent
 
BeanPreDestroyEventListener<T> - Interface in io.micronaut.context.event
An event listener that is triggered before a bean is destroyed.
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
BeanPropertyRef(Argument<P>, int, int, int, boolean, boolean) - Constructor for class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection.BeanPropertyRef
 
BeanProvider<T> - Interface in io.micronaut.context
A BeanProvider is a richer replacement for the Provider interface that provides additional Micronaut specific methods to assist in programmatic bean creation and discovery.
BeanProviderDefinition - Class in io.micronaut.inject.provider
Implementation for BeanProvider bean lookups.
BeanProviderDefinition() - Constructor for class io.micronaut.inject.provider.BeanProviderDefinition
 
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
Set an HttpHeaders.AUTHORIZATION header, with value: "Bearer token".
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.QueryValueArgumentBinder
Binds the argument with QueryValue annotation to the request (Also binds without annotation if request body is not permitted).
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(MethodInvocationContext<Object, Object>, ClientRequestUriContext, MutableHttpRequest<?>) - Method in interface io.micronaut.http.client.bind.AnnotatedClientRequestBinder
Modify the request with the annotation that this binder is applied to.
bind(MethodInvocationContext<Object, Object>, ClientRequestUriContext, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.bind.binders.AttributeClientRequestBinder
 
bind(MethodInvocationContext<Object, Object>, ClientRequestUriContext, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.bind.binders.HeaderClientRequestBinder
 
bind(ArgumentConversionContext<Object>, ClientRequestUriContext, Object, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.bind.binders.QueryValueClientArgumentRequestBinder
If value can be converted to ConvertibleMultiValues, then use it and add it to the uriContext.queryParameters.
bind(MethodInvocationContext<Object, Object>, ClientRequestUriContext, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.bind.binders.VersionClientRequestBinder
 
bind(ArgumentConversionContext<T>, ClientRequestUriContext, T, MutableHttpRequest<?>) - Method in interface io.micronaut.http.client.bind.ClientArgumentRequestBinder
Bind the given argument to the request.
bind(ArgumentConversionContext<BasicAuth>, HttpRequest<?>) - Method in class io.micronaut.http.server.binding.BasicAuthArgumentBinder
 
bind(ArgumentConversionContext<Locale>, HttpRequest<?>) - Method in class io.micronaut.http.server.binding.LocaleArgumentBinder
 
bind(ArgumentConversionContext<CompletableFuture>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
 
bind(ArgumentConversionContext<InputStream>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.InputStreamBodyBinder
 
bind(ArgumentConversionContext<Publisher>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
 
bind(ArgumentConversionContext<MultipartBody>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
 
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(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.
BOOLEAN - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
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(Class<? extends Annotation>, String) - 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.
booleanValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
booleanValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The boolean[] value for the given member.
booleanValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The boolean[] value for the given member.
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
System property to override 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.
bootstrapEnvironment(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
Sets whether the bootstrap environment should be initialized.
bootstrapEnvironment(boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
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
A bound Executable is an executable who argument values have been pre-bound to values using a ArgumentBinderRegistry.
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
Allocate a ByteBuffer.
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<InterceptorRegistry>) - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
 
build() - Method in interface io.micronaut.context.ApplicationContextBuilder
Builds the ApplicationContext, but does not start it.
build() - Static method in interface io.micronaut.context.BeanContext
Build a BeanContext.
build(ClassLoader) - Static method in interface io.micronaut.context.BeanContext
Build a BeanContext.
build() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
build(BeanResolutionContext, BeanContext, BeanDefinition<ApplicationEventPublisher<T>>) - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
build() - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Build the actual AnnotationValue.
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
Creates a new ConcurrentLinkedHashMap instance.
build() - Method in interface io.micronaut.discovery.ServiceInstance.Builder
 
build() - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
Creates MultipartBody from the provided parts.
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() - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Builds the context.
build(NettyHttpServerConfiguration) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
build(NettyHttpServerConfiguration, ServerSslConfiguration) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
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.NotImplementedElementBuilder
 
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(NettyHttpServerConfiguration) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServerFactory
Builds a NettyEmbeddedServer for the given configuration.
build(NettyHttpServerConfiguration, ServerSslConfiguration) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServerFactory
Builds a NettyEmbeddedServer for the given configuration.
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
Variation of the BeanFactory.build(BeanContext, BeanDefinition) method that allows passing the values necessary for successful bean construction.
build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.ParametrizedBeanFactory
 
build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
build() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Build the bean definition writer.
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(List<StaticResourceConfiguration>) - Method in class io.micronaut.web.router.resource.StaticResourceResolverFactory
Builds the StaticResourceResolver instance.
buildApplicationContext(C) - Method in class io.micronaut.function.executor.AbstractExecutor
 
buildArgument(GeneratorAdapter, String, Type) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Builds an argument instance.
buildArgument(GeneratorAdapter, String, ClassElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Builds an argument instance.
buildArgumentWithGenerics(Type, ClassWriter, GeneratorAdapter, String, Type, ClassElement, Map<String, ClassElement>, Set<String>, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Builds generic type arguments recursively.
buildArgumentWithGenerics(GeneratorAdapter, Type, AnnotationMetadataReference, ClassElement[]) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Builds generic type arguments recursively.
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
buildDataStreamPublisher(HttpRequest<I>, Argument<?>) - 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.
buildDeclared(T, List<? extends A>, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Build only metadata for declared annotations.
buildDefaultServer(NettyHttpServerConfiguration) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
Builds the default server configuration.
buildDispatchMethod(ClassWriter) - Method in class io.micronaut.inject.writer.DispatchWriter
Build dispatch method if needed.
buildDispatchOneMethod(ClassWriter) - Method in class io.micronaut.inject.writer.DispatchWriter
Build dispatch one method if needed.
buildEmbeddedChannel(boolean) - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
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(String, RetentionPolicy) - 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
A builder to builder a ServiceInstance.
builder() - Static method in class io.micronaut.http.client.multipart.MultipartBody
 
builder(HttpRequest<?>) - Static method in interface io.micronaut.http.server.exceptions.response.ErrorContext
Create a new context builder.
builder(String, HealthStatus) - Static method in interface io.micronaut.management.health.indicator.HealthResult
Creates a builder to build a HealthResult.
builder(String) - Static method in interface io.micronaut.management.health.indicator.HealthResult
Creates a builder to build a HealthResult.
buildExchangePublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>, Argument<E>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
buildExchangeStreamPublisher(HttpRequest<I>, Argument<?>) - 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.
buildForParents(List<T>, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Get the annotation metadata for the given element and the given parents.
buildForParents(String, List<T>, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Build the meta data for the given parents and method element excluding any class metadata.
buildGenericTypeArgumentElementInfo(Element) - Method in class io.micronaut.annotation.processing.GenericUtils
Builds type argument information for the given type.
buildGenericTypeArgumentElementInfo(Element, DeclaredType) - Method in class io.micronaut.annotation.processing.GenericUtils
Builds type argument information for the given type.
buildGenericTypeArgumentElementInfo(Element, DeclaredType, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
Builds type argument information for the given type.
buildGetTargetMethodByIndex(ClassWriter) - Method in class io.micronaut.inject.writer.DispatchWriter
Build get target method by index method if needed.
buildHierarchy(Element, boolean, boolean) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
buildHierarchy(AnnotatedNode, boolean, boolean) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
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, ClassElement, Collection<ParameterElement>, GeneratorAdapter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
buildJsonStreamPublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>, Argument<?>) - 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, Argument<?>, 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.
buildProvider(BeanResolutionContext, BeanContext, Argument<Object>, Qualifier<Object>, boolean) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
Builds a provider implementation.
buildProvider(BeanResolutionContext, BeanContext, Argument<Object>, Qualifier<Object>, boolean) - Method in class io.micronaut.inject.provider.BeanProviderDefinition
 
buildProvider(BeanResolutionContext, BeanContext, Argument<Object>, Qualifier<Object>, boolean) - Method in class io.micronaut.inject.provider.JakartaProviderBeanDefinition
 
buildProvider(BeanResolutionContext, BeanContext, Argument<Object>, Qualifier<Object>, boolean) - Method in class io.micronaut.inject.provider.JavaxProviderBeanDefinition
 
buildResult(HealthStatus, Object, HealthLevelOfDetail) - Method in class io.micronaut.management.health.aggregator.DefaultHealthAggregator
 
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 - Variable in class io.micronaut.http.ssl.SslConfiguration
 
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
buildStreamExchange(HttpRequest<?>, HttpRequest<I>, URI, Argument<?>) - 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.
byAnnotationSimple(AnnotationMetadata, String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Build a qualifier for the given annotation.
byExactTypeArgumentName(String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Build a qualifier for the given generic type argument name.
byInterceptorBinding(AnnotationMetadata) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Reduces bean definitions by the given interceptor binding.
byInterceptorBinding(Collection<String>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
byInterceptorBindingValues(Collection<AnnotationValue<?>>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Reduces bean definitions by the given interceptor binding.
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.
byRepeatableAnnotation(AnnotationMetadata, String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Builds a qualifier that uses the given repeatable annotation.
byStereotype(Class<? extends Annotation>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Build a qualifier for the given annotation.
byStereotype(String) - 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.
BYTE - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
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
 
ByteBufAllocatorConfiguration - Interface in io.micronaut.buffer.netty
Interface for the Netty bytebuf allocator configuration.
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
An allocator for ByteBuffer instances.
byteBufferFactory - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
 
byteBufToArrayTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
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
 
byteValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
byteValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The byte value of the given member.
byteValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The byte value of the given member.
byteValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
byteValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The byte[] value for the given member.
byteValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The byte[] value for the given member.
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.

C

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
 
CACHEABLE_LAZY_TARGET - Static variable in interface io.micronaut.aop.Interceptor
CacheControlConfiguration() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration
 
CacheControlConfiguration() - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
Deprecated.
 
CachedEnvironment - Class in io.micronaut.context.env
A "cached environment" is a performance optimization aimed at minimizing the cost of calling System.getenv() or System.getProperties().
CachedEnvironment() - Constructor for class io.micronaut.context.env.CachedEnvironment
 
cacheEnvironment() - Static method in class io.micronaut.core.optim.StaticOptimizations
Enables environment caching.
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.DefaultHealthAggregator
 
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.
callOpenMethod(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Calls the open method of the websocket bean.
CAMEL_CASE_NAMING_STRATEGY - Static variable in class io.micronaut.web.router.DefaultRouteBuilder
A RouteBuilder.UriNamingStrategy where by camel case conventions are used.
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
 
cause(Throwable) - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Sets the root cause of the error(s).
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.
CHAR - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
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
 
CHARSET_PARAMETER - Static variable in class io.micronaut.http.MediaType
Parameter "charset".
charValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
charValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The char value of the given member.
charValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The char value of the given member.
charValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
charValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The char[] value for the given member.
charValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The char[] value for the given member.
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.
checkIfShouldLoad(BeanResolutionContext, BeanContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Checks whether the bean should be loaded.
checkInjectedBeanPropertyValue(String, Object, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Check the value of the injected bean property to decide whether the bean should be loaded.
choose(FunctionDefinition) - Method in interface io.micronaut.function.client.FunctionInvokerChooser
Chooses a FunctionInvoker.
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
An event fired when a Circuit is CircuitState.CLOSED and has resumed accepting requests.
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, BeanDefinition, String, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
 
CircularDependencyException(BeanResolutionContext, MethodInjectionPoint, Argument, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
 
CircularDependencyException(BeanResolutionContext, BeanDefinition, String, 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_SUFFIX - Static variable in class io.micronaut.inject.writer.BeanDefinitionWriter
 
CLASS_SUFFIX - Static variable in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
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
 
classNode - Variable in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
ClassPathAnnotationScanner - Class in io.micronaut.ast.groovy.scan
An optimized classpath scanner that includes the ability to optionally scan JAR files.
ClassPathAnnotationScanner(ClassLoader) - Constructor for class io.micronaut.ast.groovy.scan.ClassPathAnnotationScanner
 
ClassPathAnnotationScanner() - Constructor for class io.micronaut.ast.groovy.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
 
ClassUtils.Optimizations - Class in io.micronaut.core.reflect
Optimizations for computing missing types.
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.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(Class<? extends Annotation>, 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.NettyWebSocketSession
 
clear() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
clear() - Method in class io.micronaut.inject.writer.StaticOriginatingElements
 
clear() - Method in class io.micronaut.session.InMemorySession
 
clearCaches() - Static method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
Clears any caches from the last compilation round.
clearCaches() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Used to clear caches at the end of a compilation cycle.
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.
ClientArgumentRequestBinder<T> - Interface in io.micronaut.http.client.bind
A binder that binds to a MutableHttpRequest.
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.
ClientRequestBinder - Interface in io.micronaut.http.client.bind
A binder that binds to a MutableHttpRequest.
ClientRequestUriContext - Class in io.micronaut.http.client.bind
A class that exposes information about the URI to ClientArgumentRequestBinder instances.
ClientRequestUriContext(UriMatchTemplate, Map<String, Object>, Map<String, List<String>>) - Constructor for class io.micronaut.http.client.bind.ClientRequestUriContext
 
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
 
clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
 
clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
 
clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
Returns the client channel class instance.
clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
 
clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
 
ClientSslConfiguration - Class in io.micronaut.http.ssl
The default SslConfiguration used for HTTP clients.
ClientSslConfiguration(DefaultSslConfiguration, DefaultSslConfiguration.DefaultKeyConfiguration, DefaultSslConfiguration.DefaultKeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration
Overrides the default constructor and sets SslConfiguration.isEnabled() to true.
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
ClientTypesRule - Class in io.micronaut.validation.routes.rules
Validates that disallowed types are not used in declarative client methods.
ClientTypesRule() - Constructor for class io.micronaut.validation.routes.rules.ClientTypesRule
 
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
Intercepts unimplemented ClientWebSocket methods.
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
 
clone() - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
cloneWithFeatures(JsonFeatures) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
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
 
cloneWithFeatures(JsonFeatures) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
cloneWithFeatures(JsonFeatures) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
Create a copy of this codec with the given features.
cloneWithFeatures(JsonFeatures) - Method in interface io.micronaut.json.JsonMapper
Create a copy of this mapper with the given json features as returned by JsonMapper.detectFeatures(io.micronaut.core.annotation.AnnotationMetadata).
cloneWithMapper(JsonMapper) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
cloneWithMapper(JsonMapper) - Method in class io.micronaut.json.codec.JsonMediaTypeCodec
 
cloneWithMapper(JsonMapper) - Method in class io.micronaut.json.codec.JsonStreamMediaTypeCodec
 
cloneWithMapper(JsonMapper) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
cloneWithViewClass(Class<?>) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
cloneWithViewClass(Class<?>) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
cloneWithViewClass(Class<?>) - Method in interface io.micronaut.json.JsonMapper
Create a copy of this mapper with the given view class.
close() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
close() - Method in class io.micronaut.context.BeanRegistration
 
close() - Method in interface io.micronaut.context.BeanResolutionContext
 
close() - Method in interface io.micronaut.context.BeanResolutionContext.Path
 
close() - Method in class io.micronaut.context.DefaultBeanResolutionContext
 
close() - Method in interface io.micronaut.context.LifeCycle
Delegates to LifeCycle.stop().
close() - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
Implement the close logic for the scope.
close() - Method in interface io.micronaut.context.scope.CreatedBean
Destroy the bean entry, performing any shutdown and releasing any dependent objects.
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.AbstractExecutor
 
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.DefaultNettyHttpClientRegistry
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
close() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
close(CloseReason) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
close() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
close(Throwable) - Method in interface io.micronaut.retry.RetryState
Closes the 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.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.core.env
A PropertySourceLoader that reads from the environment variable VCAP_APPLICATION which is used by CloudFoundry.
CloudFoundryVcapApplicationPropertySourceLoader() - Constructor for class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
CloudFoundryVcapServicesPropertySourceLoader - Class in io.micronaut.jackson.core.env
A PropertySourceLoader that reads from the environment variable VCAP_SERVICES which is used by CloudFoundry.
CloudFoundryVcapServicesPropertySourceLoader() - Constructor for class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
code() - Method in interface io.micronaut.http.HttpResponse
 
code() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
CodecConfiguration - Class in io.micronaut.http.codec
Configuration for MediaTypeCodec instances.
CodecConfiguration() - Constructor for class io.micronaut.http.codec.CodecConfiguration
 
codecConfiguration - Variable in class io.micronaut.json.codec.MapperMediaTypeCodec
 
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
 
coerceStringValue() - Method in class io.micronaut.json.tree.JsonNode
Attempt to coerce this node to a string.
collect(Collection<S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.ServiceCollector
 
collect(Consumer<? super S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.ServiceCollector
 
collectAll(Collection<S>, Predicate<S>) - Method in class io.micronaut.core.io.service.SoftServiceLoader
Collects all initialized instances.
collectAll(Collection<S>) - Method in class io.micronaut.core.io.service.SoftServiceLoader
Collects all initialized instances.
collectInjectableElements(ClassElement, VisitorContext) - Static method in class io.micronaut.context.visitor.BeanImportVisitor
 
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
A PropertySource for properties parsed from the command line.
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
 
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
 
CompletableFuturePublisher<T> - Class in io.micronaut.core.async.publisher
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.
CompositeHttpLocaleResolver - Class in io.micronaut.http.server.util.locale
Primary HttpLocaleResolver which evaluates every HttpLocaleResolver by order to resolve a Locale.
CompositeHttpLocaleResolver(HttpLocaleResolver[], HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.http.server.util.locale.CompositeHttpLocaleResolver
 
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.
COMPRESSION_HANDLER - Static variable in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
 
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
Utility class for ComputeInstanceMetadataResolver's.
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
A builder that creates ConcurrentLinkedHashMap instances.
Condition - Interface in io.micronaut.context.condition
A condition allows conditional loading of a BeanConfiguration.
condition() - Method in interface io.micronaut.core.util.ArgumentUtils.Check
 
ConditionContext<T extends AnnotationMetadataProvider> - Interface in io.micronaut.context.condition
The ConditionContext passed to a 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.
ConfigurableElement - Interface in io.micronaut.inject.ast.beans
Element that supports adding qualifiers.
ConfigurableUriNamingStrategy - Class in io.micronaut.web.router.naming
The configurable RouteBuilder.UriNamingStrategy if property "micronaut.server.context-path" has been set.
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_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.json.codec.JsonMediaTypeCodec
 
CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.json.codec.JsonStreamMediaTypeCodec
 
CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.runtime.http.codec.TextPlainCodec
 
ConfigurationAdvice - Annotation Type in io.micronaut.runtime.context.env
Internal annotation that allows the definition on ConfigurationProperties on interfaces.
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
Implementation of DefaultVersionProvider which uses configuration.
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
Internal introduction advice used to allow ConfigurationProperties on interfaces.
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
A builder for producing metadata for the available ConfigurationProperties.
ConfigurationMetadataBuilder() - Constructor for class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
ConfigurationMetadataWriter - Interface in io.micronaut.inject.configuration
An interface for classes that write ConfigurationProperties metadata.
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
Configures the bean for the given BeanContext.
configure(Environment) - Method in class io.micronaut.context.AbstractExecutableMethod
 
configure(Environment) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
 
configure(Environment) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Configures the bean for the given BeanContext.
configure(ApplicationContextBuilder) - Method in interface io.micronaut.context.ApplicationContextConfigurer
Configures the application context builder.
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.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.
ConstantPropertySources - Class in io.micronaut.context.env
An optimization class which is used to register property sources statically.
ConstantPropertySources(List<PropertySource>) - Constructor for class io.micronaut.context.env.ConstantPropertySources
 
ConstraintExceptionHandler - Class in io.micronaut.validation.exceptions
ConstraintExceptionHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.validation.exceptions.ConstraintExceptionHandler
Constructor.
ConstraintValidator<A extends 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
 
ConstructorArgumentSegment(BeanDefinition, String, Argument, Argument[]) - Constructor for class io.micronaut.context.AbstractBeanResolutionContext.ConstructorArgumentSegment
 
ConstructorElement - Interface in io.micronaut.inject.ast
Element for constructors.
ConstructorInjectionPoint<T> - Interface in io.micronaut.inject
A constructor injection point.
ConstructorInterceptor<T> - Interface in io.micronaut.aop
A ConstructorInterceptor extends the default Interceptor interface and allows intercepting constructors.
ConstructorInterceptorChain<T> - Class in io.micronaut.aop.chain
Implementation of InvocationContext for constructor interception.
ConstructorInvocationContext<T> - Interface in io.micronaut.aop
An InvocationContext for construction invocation.
CONSTRUCTORS - Static variable in interface io.micronaut.inject.ast.ElementQuery
Constant to retrieve instance constructors, not including those of the parent class.
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 MediaTypes 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
Accept all MediaType references.
consumesAll() - Method in interface io.micronaut.web.router.UriRoute
 
ConsumesMediaTypeQualifier<T> - Class in io.micronaut.web.router.qualifier
A Bean Qualifier that qualifies based on the value of the media type defined in the Consumes annotation.
ConsumesMediaTypeQualifier(MediaType) - Constructor for class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
 
CONTAINER_TYPES - Static variable in class io.micronaut.core.type.DefaultArgument
 
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
 
contains(Qualifier<T>) - Method in class io.micronaut.inject.qualifiers.AnyQualifier
 
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(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Return whether the bean of the given type is contained within this context.
containsBean(Argument<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
 
containsBean(Argument<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(BeanResolutionContext, BeanContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
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.AbstractInitializableBeanDefinition
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.
containsPropertiesValue(BeanResolutionContext, BeanContext, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
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.
containsPropertyValue(BeanResolutionContext, BeanContext, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
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.
containsValueForField(BeanResolutionContext, BeanContext, int, boolean) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
containsValueForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a value for the given method argument.
containsValueForMethodArgument(BeanResolutionContext, BeanContext, int, int, boolean) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
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
Default handle for ContentLengthExceededException errors.
ContentLengthExceededHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.ContentLengthExceededHandler
Constructor.
contentType() - Method in interface io.micronaut.http.HttpHeaders
The request or response content type.
contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpHeaders
Sets the HttpHeaders.CONTENT_TYPE header to the given media type.
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
 
contentType(MediaType) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
context - Variable in class io.micronaut.context.AbstractBeanResolutionContext
 
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
 
ContextConfigurer - Annotation Type in io.micronaut.context.annotation
Annotation used to indicate the annotated class participates in the application context building phase.
ContextConfigurerVisitor - Class in io.micronaut.context.visitor
This visitor is responsible for generating service files for classes annotated with ContextConfigurer.
ContextConfigurerVisitor() - Constructor for class io.micronaut.context.visitor.ContextConfigurerVisitor
 
ContextConverterRegistrar - Class in io.micronaut.context.converters
A converter registry for converters required by the context.
contribute(ServiceInstance, Map<String, String>) - Method in interface io.micronaut.discovery.metadata.ServiceInstanceMetadataContributor
Contribute metadata to the given ServiceInstance prior to registration.
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.
contributeRepeatable(AnnotationMetadata, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Contributes repeatable annotation metadata to the given target.
contributeRepeatable(AnnotationMetadata, ClassElement) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Contributes repeatable annotation metadata to the given class element.
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
An exception thrown in the case of a ConversionError.
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
Handles exception of type ConversionErrorException.
ConversionErrorHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.ConversionErrorHandler
Constructor.
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.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
 
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<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(T, Class<ConvertibleMultiValues>, ConversionContext) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
 
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<SameSite>, ConversionContext) - Method in class io.micronaut.http.cookie.SameSiteConverter
 
convert(Map<String, Object>, Class<CorsOriginConfiguration>, ConversionContext) - Method in class io.micronaut.http.server.cors.CorsOriginConverter
 
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
Specialization of ConvertibleValues where each name has multiple possible values.
ConvertibleMultiValuesMap<V> - Class in io.micronaut.core.convert.value
An implementation of ConvertibleMultiValues that uses a backing LinkedHashMap.
ConvertibleMultiValuesMap() - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
Construct an empty ConvertibleValuesMap.
ConvertibleMultiValuesMap(Map<CharSequence, List<V>>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
Construct a ConvertibleValuesMap from the given map.
ConvertibleMultiValuesMap(Map<CharSequence, List<V>>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
Construct a ConvertibleValuesMap from the given map and conversion service.
ConvertibleMultiValuesSerializer - Class in io.micronaut.jackson.serialize
Serializer for ConvertibleMultiValues.
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
An implementation of ConvertibleValues backed by a map.
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
Serializer for ConvertibleValues.
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
An AnnotatedArgumentBinder implementation that uses the CookieValue annotation to trigger binding from an HTTP Cookie.
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.
CookieLocaleResolver - Class in io.micronaut.http.server.util.locale
Resolves the Locale from a Cookie within a HTTP Request.
CookieLocaleResolver(HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.http.server.util.locale.CookieLocaleResolver
 
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
 
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 interface io.micronaut.context.BeanResolutionContext
Copy current context to be used later.
copy() - Method in class io.micronaut.context.DefaultBeanResolutionContext
 
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
 
copyStateFrom(AbstractBeanResolutionContext) - Method in class io.micronaut.context.AbstractBeanResolutionContext
Copy the state from a previous resolution context.
copyToRuntime() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
This is used for testing scenarios only where annotation metadata is created without bean creation.
CoreNonNullTransformer - Class in io.micronaut.inject.annotation.internal
A transformer that remaps NonNull to javax.annotation.Nonnull.
CoreNonNullTransformer() - Constructor for class io.micronaut.inject.annotation.internal.CoreNonNullTransformer
 
CoreNullableTransformer - Class in io.micronaut.inject.annotation.internal
A transformer that remaps Nullable to javax.annotation.Nullable.
CoreNullableTransformer() - Constructor for class io.micronaut.inject.annotation.internal.CoreNullableTransformer
 
COROUTINE_SUSPENDED - Static variable in class io.micronaut.core.util.KotlinUtils
 
CoroutineHelper - Class in io.micronaut.http.server
Coroutines helper.
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
Responsible for converting a map of configuration to an instance of CorsOriginConfiguration.
CorsOriginConverter() - Constructor for class io.micronaut.http.server.cors.CorsOriginConverter
 
create() - Method in interface io.micronaut.context.scope.BeanCreationContext
Create a new instance.
create(Argument<T>, T) - Static method in interface io.micronaut.core.type.ArgumentValue
Create a new ArgumentValue for the given Argument and value.
create(Argument<T>, T) - Static method in interface io.micronaut.core.type.MutableArgumentValue
Create a new MutableArgumentValue for the given Argument and value.
create(URL) - Static method in interface io.micronaut.http.client.HttpClient
Create a new HttpClient.
create(URL, HttpClientConfiguration) - Static method in interface io.micronaut.http.client.HttpClient
Create a new HttpClient with the specified configuration.
create(String) - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
Creates a LoadBalancer for the given service ID.
create(ServiceInstanceList) - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListLoadBalancerFactory
Creates a LoadBalancer from the given ServiceInstanceList.
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.ProxyHttpClient
Create a new ProxyHttpClient.
create(URL, HttpClientConfiguration) - Static method in interface io.micronaut.http.client.ProxyHttpClient
Create a new ProxyHttpClient with the specified configuration.
create(URL) - Static method in interface io.micronaut.http.client.sse.SseClient
Create a new SseClient.
create(URL, HttpClientConfiguration) - Static method in interface io.micronaut.http.client.sse.SseClient
Create a new SseClient with the specified configuration.
create(URL) - Static method in interface io.micronaut.http.client.StreamingHttpClient
Create a new StreamingHttpClient.
create(URL, HttpClientConfiguration) - Static method in interface io.micronaut.http.client.StreamingHttpClient
Create a new StreamingHttpClient with the specified configuration.
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 a new MutableHttpRequest for the given method and URI.
create(HttpMethod, String, String) - Static method in interface io.micronaut.http.HttpRequest
Create a new MutableHttpRequest for the given method and URI.
create(HttpMethod, String) - Method in interface io.micronaut.http.HttpRequestFactory
Create a new MutableHttpRequest for the given method and URI.
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.
create(URL) - Static method in interface io.micronaut.websocket.WebSocketClient
Deprecated.
create(URL, HttpClientConfiguration) - Static method in interface io.micronaut.websocket.WebSocketClient
create(URI) - Static method in interface io.micronaut.websocket.WebSocketClient
Create a new WebSocketClient.
create(URI, HttpClientConfiguration) - Static method in interface io.micronaut.websocket.WebSocketClient
Create a new WebSocketClient with the specified configuration.
createAnnotationScanner(ClassLoader) - Method in class io.micronaut.context.env.DefaultEnvironment
Creates the default annotation scanner.
createArrayNode(List<JsonNode>) - Static method in class io.micronaut.json.tree.JsonNode
 
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.
createBeanDefinitionWriter() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
createBooleanNode(boolean) - Static method in class io.micronaut.json.tree.JsonNode
 
createChildBean(FieldElement) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Creates a child bean for the given producer field.
createChildBean(MethodElement) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Creates a child bean for the given producer method.
createClient(URL) - Method in interface io.micronaut.http.client.HttpClientFactory
Create a new HttpClient.
createClient(URL, HttpClientConfiguration) - Method in interface io.micronaut.http.client.HttpClientFactory
Create a new HttpClient with the specified configuration.
createClient(URL) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createClient(URL, HttpClientConfiguration) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createConversionService() - Method in class io.micronaut.context.DefaultApplicationContext
Creates the default conversion service.
createCustomScopeRegistry() - Method in class io.micronaut.context.DefaultBeanContext
Allows customizing the custom scope registry.
created(T) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.CREATED response with a body.
created(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.CREATED response with the location of the new resource.
created(T, URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.CREATED response with a body and the location of the new resource.
CreatedBean<T> - Interface in io.micronaut.context.scope
Represents a bean that has been created from a BeanCreationContext.
createDecoder(String) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
createDefaultErrorResponse(HttpRequest<?>, Throwable) - Method in class io.micronaut.http.server.RouteExecutor
Creates a default error response.
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, 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(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
Creates an EventLoopGroup.
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(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(EventLoopGroupConfiguration) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
createEventLoopGroup(int, ExecutorService, Integer) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
createEventLoopGroup(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
Creates the event loop group configuration.
createEventLoopGroup(int, ExecutorService, Integer) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
Creates the event loop group configuration.
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.
createNumberNode(int) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNode(long) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNode(BigDecimal) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNode(float) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNode(double) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNode(BigInteger) - Static method in class io.micronaut.json.tree.JsonNode
 
createNumberNodeImpl(Number) - Static method in class io.micronaut.json.tree.JsonNode
Hidden, so that we don't have to check that the number type is supported.
createObjectInput(InputStream, Class<?>) - Method in class io.micronaut.core.serialize.JdkSerializer
 
createObjectNode(Map<String, JsonNode>) - Static method in class io.micronaut.json.tree.JsonNode
 
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.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
createProxyClient(URL) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createProxyClient(URL, HttpClientConfiguration) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createProxyClient(URL) - Method in interface io.micronaut.http.client.ProxyHttpClientFactory
Create a new ProxyHttpClient.
createProxyClient(URL, HttpClientConfiguration) - Method in interface io.micronaut.http.client.ProxyHttpClientFactory
Create a new ProxyHttpClient with the specified configuration.
createReactiveParser(Consumer<Processor<byte[], JsonNode>>, boolean) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
createReactiveParser(Consumer<Processor<byte[], JsonNode>>, boolean) - Method in interface io.micronaut.json.JsonMapper
Create a reactive Processor that accepts json bytes and parses them as JsonNodes.
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.
createSseClient(URL) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createSseClient(URL, HttpClientConfiguration) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createSseClient(URL) - Method in interface io.micronaut.http.client.sse.SseClientFactory
Create a new SseClient.
createSseClient(URL, HttpClientConfiguration) - Method in interface io.micronaut.http.client.sse.SseClientFactory
Create a new SseClient with the specified configuration.
createStreamedMessage(HttpResponse, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
createStreamedMessage(HttpRequest, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
createStreamingClient(URL) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createStreamingClient(URL, HttpClientConfiguration) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createStreamingClient(URL) - Method in interface io.micronaut.http.client.StreamingHttpClientFactory
Create a new StreamingHttpClient.
createStreamingClient(URL, HttpClientConfiguration) - Method in interface io.micronaut.http.client.StreamingHttpClientFactory
Create a new StreamingHttpClient with the specified configuration.
createStringNode(String) - Static method in class io.micronaut.json.tree.JsonNode
 
createTemp(String) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
createTreeGenerator() - Method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
Create a JsonGenerator that will return a JsonNode when completed.
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.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
createVisitorContext() - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Creates the visitor context for this implementation.
createWebSocketClient(URI) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createWebSocketClient(URI, HttpClientConfiguration) - Method in class io.micronaut.http.client.netty.NettyHttpClientFactory
 
createWebSocketClient(URL) - Method in interface io.micronaut.websocket.WebSocketClientFactory
createWebSocketClient(URL, HttpClientConfiguration) - Method in interface io.micronaut.websocket.WebSocketClientFactory
createWebSocketClient(URI) - Method in interface io.micronaut.websocket.WebSocketClientFactory
Create a new WebSocketClient.
createWebSocketClient(URI, HttpClientConfiguration) - Method in interface io.micronaut.websocket.WebSocketClientFactory
Create a new WebSocketClient with the specified configuration.
createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Subclasses should implement to create the actual NettyWebSocketSession.
createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
createWith(MethodElement) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Specifies the bean will created with the given method element.
createWith(MethodElement) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
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
 
currentContext() - Method in class io.micronaut.http.netty.stream.JsonSubscriber
 
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
 
CustomScope<A extends Annotation> - Interface in io.micronaut.context.scope
Represents a custom scope within the BeanContext.
CustomScopeRegistry - Interface in io.micronaut.context.scope
An interface for a registry of CustomScope instances.

D

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>, Argument<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
dataStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Request a stream of data where each emitted item is a ByteBuffer instance.
dataStream(HttpRequest<I>, Argument<?>) - 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.
date(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
date(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
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.
declaringClass - Variable in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
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>, JsonNode) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
Decodes the given JSON node.
decode(Argument<T>, InputStream) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
decode(Argument<T>, JsonNode) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
Decodes the given JSON node.
decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
decode(Argument<T>, byte[]) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
decode(Argument<T>, String) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
 
decode(Argument<T>, byte[]) - 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.inject.visitor.VisitorConfiguration
 
DEFAULT - Static variable in class io.micronaut.json.JsonStreamConfig
The default stream configuration.
DEFAULT_ALLOCATOR - Static variable in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
DEFAULT_ARRAYSIZETHRESHOLD - Static variable in class io.micronaut.jackson.JacksonConfiguration
The default array size threshold value.
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.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
The default cache seconds.
DEFAULT_CACHESECONDS - Static variable in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
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_CONNECTION_POOL_IDLE_TIMEOUT_SECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
The default pool idle timeout in seconds.
DEFAULT_COOKIENAME - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
Cookie name.
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_ENABLED - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
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.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 class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
 
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_HTTP_TO_HTTPS_REDIRECT - Static variable in class io.micronaut.http.server.HttpServerConfiguration
The default value for redirect HTTP to HTTPS when using dual protocal.
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_KEEP_ALIVE_ON_SERVER_ERROR - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The default configuration for boolean flag indicating whether to add connection header `keep-alive` to responses with HttpStatus > 499.
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_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_PACKAGE - Static variable in interface io.micronaut.inject.ast.PackageElement
The default package.
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_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_POSITION - Static variable in interface io.micronaut.runtime.context.scope.refresh.RefreshEventListener
The default position as defined by Ordered.getOrder().
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_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_PREFIX - Static variable in annotation type io.micronaut.core.annotation.AccessorsStyle
The default read prefix.
DEFAULT_READ_TIMEOUT_SECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
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_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_SHUTDOWN_QUIET_PERIOD - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
The default shutdown quiet period in seconds.
DEFAULT_SHUTDOWN_QUIET_PERIOD_MILLISECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
The default shutdown timeout in millis.
DEFAULT_SHUTDOWN_TIMEOUT - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
The default shutdown quiet period.
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_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.digitalocean.DigitalOceanMetadataConfiguration
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_WRITE_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
The default write idle time in minutes.
DEFAULT_WRITE_PREFIX - Static variable in annotation type io.micronaut.core.annotation.AccessorsStyle
The default write prefix.
DefaultAnnotatedElementValidator - Class in io.micronaut.validation.validator
Default implementation of AnnotatedElementValidator.
DefaultAnnotatedElementValidator() - Constructor for class io.micronaut.validation.validator.DefaultAnnotatedElementValidator
Default constructor.
DefaultAnnotationMetadata - Class in io.micronaut.inject.annotation
Default implementation of AnnotationMetadata.
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.
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>>, boolean) - Constructor for class io.micronaut.inject.annotation.DefaultAnnotationMetadata
This constructor is designed to be used by compile time produced subclasses.
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>>, boolean, boolean) - 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
Creates a default implementation of the ApplicationContext interface.
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
Implementation of ApplicationContextBuilder.
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(Class<T>, String, AnnotationMetadata, boolean, Argument<?>...) - Constructor for class io.micronaut.core.type.DefaultArgument
 
DefaultArgument(Class<T>, String, AnnotationMetadata, Map<String, Argument<?>>, Argument<?>[], boolean) - 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
The default BeanDefinitionData implementation.
DefaultBeanDefinitionDataCollector - Class in io.micronaut.management.endpoint.beans.impl
The default BeanDefinitionDataCollector implementation.
DefaultBeanResolutionContext - Class in io.micronaut.context
Default implementation of BeanResolutionContext.
DefaultBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.DefaultBeanResolutionContext
 
DefaultBeanResolutionContext(BeanContext, BeanDefinition, Map<BeanIdentifier, Object>) - 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.
DefaultClassPathResourceLoader(ClassLoader, String, boolean) - 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
The default ConfigurationClient implementation.
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
The default CompositeDiscoveryClient that is activated when caching is disabled.
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 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
 
DefaultCustomScopeRegistry - Class in io.micronaut.context
Default implementation of the CustomScopeRegistry interface.
DefaultCustomScopeRegistry(BeanLocator) - Constructor for class io.micronaut.context.DefaultCustomScopeRegistry
 
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.
defaultEnvironments(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
The environments to use if no other environments are specified.
defaultEnvironments(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
defaultEnvironments(String...) - Method in class io.micronaut.runtime.Micronaut
 
defaultEventLoopGroup(ThreadFactory) - 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, Duration, Duration) - 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.
DefaultEventLoopGroupFactory(NioEventLoopGroupFactory, EventLoopGroupFactory, NettyGlobalConfiguration) - 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, BeanLocator) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
Default constructor.
DefaultExecutableBinder<S> - Class in io.micronaut.core.bind
Default implementation of the ExecutableBinder interface.
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, BeanProvider<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
Default implementation of the FunctionDiscoveryClient interface.
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
 
DefaultHealthAggregator - Class in io.micronaut.management.health.aggregator
Default implementation of HealthAggregator that creates a {status: , description: (optional) , details: } response.
DefaultHealthAggregator(ApplicationConfiguration) - Constructor for class io.micronaut.management.health.aggregator.DefaultHealthAggregator
Default constructor.
DefaultHttp2Content - Class in io.micronaut.http.netty.stream
An Http2Content default implementation.
DefaultHttp2Content(ByteBuf, Http2Stream) - Constructor for class io.micronaut.http.netty.stream.DefaultHttp2Content
Creates a new instance with the specified chunk content.
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, List<InvocationInstrumenterFactory>, 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, ChannelFactory, Collection<ChannelPipelineListener>, List<InvocationInstrumenterFactory>) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
Construct a client for the given arguments.
DefaultHttpClient(URI) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
 
DefaultHttpClient() - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
 
DefaultHttpClient(URI, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
 
DefaultHttpClient(LoadBalancer, HttpClientConfiguration, List<InvocationInstrumenterFactory>) - 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
Default implementation of HttpClientAddressResolver.
DefaultHttpClientAddressResolver(HttpServerConfiguration) - Constructor for class io.micronaut.http.server.util.DefaultHttpClientAddressResolver
 
DefaultHttpClientBinderRegistry - Class in io.micronaut.http.client.bind
Default implementation of HttpClientBinderRegistry that searches by annotation then by type.
DefaultHttpClientBinderRegistry(ConversionService<?>, List<ClientRequestBinder>, BeanContext) - Constructor for class io.micronaut.http.client.bind.DefaultHttpClientBinderRegistry
 
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
Default implementation of HttpHostResolver.
DefaultHttpHostResolver(HttpServerConfiguration, BeanProvider<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.
DefaultInterceptorRegistry - Class in io.micronaut.aop.chain
Default implementation of the interceptor registry interface.
DefaultInterceptorRegistry(BeanContext) - Constructor for class io.micronaut.aop.chain.DefaultInterceptorRegistry
 
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
Abstraction over LoadBalancer lookup.
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
Return the default ClassPathResourceLoader for the given class loader.
defaultLocale - Variable in class io.micronaut.core.util.locale.AbstractLocaleResolver
 
DefaultLocalFunctionRegistry - Class in io.micronaut.function
Default implementation of the LocalFunctionRegistry interface
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
Default implementation of LoggersManager.
DefaultLoggersManager() - Constructor for class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
 
DefaultMediaTypeCodecRegistry - Class in io.micronaut.http.codec
Registry of MediaTypeCodec instances.
DefaultNettyEmbeddedServerFactory - Class in io.micronaut.http.server.netty
Default implementation of NettyEmbeddedServerFactory.
DefaultNettyEmbeddedServerFactory(ApplicationContext, RouteExecutor, MediaTypeCodecRegistry, StaticResourceResolver, ThreadFactory, HttpCompressionStrategy, EventLoopGroupFactory, EventLoopGroupRegistry) - Constructor for class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
Default constructor.
DefaultNettyHttpClientRegistry - Class in io.micronaut.http.client.netty
Factory for the default implementation of the HttpClient interface based on Netty.
DefaultNettyHttpClientRegistry(HttpClientConfiguration, HttpClientFilterResolver, LoadBalancerResolver, NettyClientSslBuilder, ThreadFactory, MediaTypeCodecRegistry, EventLoopGroupRegistry, EventLoopGroupFactory, BeanContext, List<InvocationInstrumenterFactory>, JsonMapper) - Constructor for class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
Default constructor.
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
Default implementation of the RequestBinderRegistry interface.
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
A MethodInterceptor that retries an operation according to the specified Retryable annotation.
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
 
DefaultRouteDataCollector - Class in io.micronaut.management.endpoint.routes.impl
A Reactive route data collector.
DefaultRouteDataCollector(RouteData) - Constructor for class io.micronaut.management.endpoint.routes.impl.DefaultRouteDataCollector
 
DefaultRouter - Class in io.micronaut.web.router
The default Router implementation.
DefaultRouter(RouteBuilder...) - Constructor for class io.micronaut.web.router.DefaultRouter
Construct a new router for the given route builders.
DefaultRouter(Collection<RouteBuilder>) - Constructor for class io.micronaut.web.router.DefaultRouter
Construct a new router for the given route builders.
defaults - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
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
 
DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
 
defaultStyle() - Static method in enum io.micronaut.http.filter.FilterPatternStyle
 
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
 
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.
defaultValues(Map<String, Object>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the default values of the annotation.
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
 
definition() - Method in class io.micronaut.context.BeanRegistration
 
definition() - Method in interface io.micronaut.context.scope.BeanCreationContext
 
definition() - Method in interface io.micronaut.context.scope.CreatedBean
 
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
An interface for wrapping a BeanDefinition with another that delegates and potentially decorates the BeanDefinition instance.
DelegatingExecutableMethod<T,R> - Interface in io.micronaut.inject
An interface for ExecutableMethod instances that delegate to an underlying ExecutableMethod.
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
Return a MutableHttpRequest that executes an HttpMethod.DELETE request for the given URI.
DELETE(String, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.DELETE request for the given URI.
DELETE(String) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.DELETE request for the given URI.
delete(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.DELETE request for the given URI.
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
Find the first RouteMatch route for an HttpMethod.DELETE method and the given URI.
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, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, Argument, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, String) - 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, BeanDefinition, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, BeanDefinition, String, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
 
DependencyInjectionException(BeanResolutionContext, BeanDefinition, String, 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, BeanDefinition, String, 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, BeanDefinition, String, 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, BeanDefinition, String, 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, BeanDefinition, String, 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, BeanDefinition, String, 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
Deregister the ServiceInstance from service discovery services.
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
Describe an existing 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(GenericResource) - Static method in interface io.micronaut.http.hateoas.Resource
Factory method for deserialization.
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
 
deserialize(byte[], Class<T>) - Method in class io.micronaut.json.JsonObjectSerializer
 
deserialize(InputStream, Class<T>) - Method in class io.micronaut.json.JsonObjectSerializer
 
deserialize(byte[], Argument<T>) - Method in class io.micronaut.json.JsonObjectSerializer
 
deserialize(InputStream, Argument<T>) - Method in class io.micronaut.json.JsonObjectSerializer
 
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(Argument<T>) - Method in interface io.micronaut.context.BeanContext
Destroys the bean for the given type causing it to be re-created.
destroyBean(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanContext
Destroys the bean for the given type causing it to be re-created.
destroyBean(T) - Method in interface io.micronaut.context.BeanContext
Destroys the given bean.
destroyBean(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
destroyBean(T) - Method in class io.micronaut.context.DefaultBeanContext
 
destroyBean(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
destroyInjectScopedBeans() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
destroyInjectScopedBeans() - Method in interface io.micronaut.context.BeanResolutionContext
Call back to destroy any InjectScope beans.
destroyScope(Map<BeanIdentifier, CreatedBean<?>>) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
Destroys the scope.
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.
detectFeatures(AnnotationMetadata) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
detectFeatures(AnnotationMetadata) - Method in interface io.micronaut.json.JsonMapper
Detect JsonFeatures from the given annotation data.
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".
DIGITAL_OCEAN - Static variable in interface io.micronaut.context.env.Environment
Cloud provider Digital Ocean.
DigitalOceanInstanceMetadata - Class in io.micronaut.discovery.cloud.digitalocean
Represents ComputeInstanceMetadata for Digital Ocean.
DigitalOceanInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
DigitalOceanMetadataConfiguration - Class in io.micronaut.discovery.cloud.digitalocean
Default configuration for retrieving Digital Ocean metadata for ComputePlatform.DIGITAL_OCEAN.
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
Resolves ComputeInstanceMetadata for Digital Ocean.
DigitalOceanMetadataResolver(DigitalOceanMetadataConfiguration, JsonFactory, JsonMapper) - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
 
DigitalOceanMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
Construct with default settings.
DigitalOceanMetadataResolver(ObjectMapper, DigitalOceanMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
 
DigitalOceanNetworkInterface - Class in io.micronaut.discovery.cloud.digitalocean
A NetworkInterface implementation for Digital Ocean.
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
A ClassWriterOutputVisitor that writes to a target target directory.
DirectoryClassWriterOutputVisitor(File) - Constructor for class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
 
disable(JsonGenerator.Feature) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
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
 
discard() - Method in interface io.micronaut.http.multipart.FileUpload
Discards the contents of the file.
discard() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
discard() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
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
A LoadBalancer that uses the DiscoveryClient and a ServiceInstance ID to automatically load balance between discovered clients in a non-blocking manner.
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
 
dispatch(int, T, Object[]) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Triggers the invocation of the method at index.
dispatch(int, B, Object[]) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Triggers the invocation of the method at index.
dispatchOne(int, Object, Object) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Triggers the invocation of the method at index for a single argument call.
DispatchWriter - Class in io.micronaut.inject.writer
Switch based dispatch writer.
DispatchWriter(Type) - Constructor for class io.micronaut.inject.writer.DispatchWriter
 
DispatchWriter.DispatchTarget - Interface in io.micronaut.inject.writer
Dispatch target implementation writer.
DispatchWriter.FieldGetDispatchTarget - Class in io.micronaut.inject.writer
Field get dispatch target.
DispatchWriter.FieldSetDispatchTarget - Class in io.micronaut.inject.writer
Field set dispatch target.
DispatchWriter.InterceptableMethodDispatchTarget - Class in io.micronaut.inject.writer
Interceptable method invocation dispatch target.
DispatchWriter.MethodDispatchTarget - Class in io.micronaut.inject.writer
Method invocation dispatch target.
DisposableBeanDefinition<T> - Interface in io.micronaut.inject
A bean definition that provides disposing hooks normally in the form of PreDestroy annotated methods.
dispose(BeanResolutionContext, BeanContext, BeanDefinition<T1>, ExecutableMethod<T1, T1>, T1) - Static method in class io.micronaut.aop.chain.MethodInterceptorChain
Internal method that handles the logic for executing InterceptorKind.PRE_DESTROY interception.
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 interface io.micronaut.http.client.HttpClientRegistry
Dispose of the client defined by the given metadata.
disposeClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
disposeClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.ProxyHttpClientRegistry
Dispose of the client defined by the given metadata.
disposeClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.sse.SseClientRegistry
Dispose of the client defined by the given metadata.
disposeClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.StreamingHttpClientRegistry
Dispose of the client defined by the given metadata.
disposeClient(AnnotationMetadata) - Method in interface io.micronaut.websocket.WebSocketClientRegistry
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.AbstractInitializableBeanDefinition
Method to be implemented by the generated code if the bean definition is implementing ParametrizedBeanFactory.
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<?>, URI, SslContext, boolean, 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(HttpRequest<?>, String, int, SslContext, boolean, 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.
doCreate(BeanCreationContext<T>) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
Perform creation.
doCreateBean(BeanResolutionContext, BeanDefinition<T>, Argument<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
doCreateBean(BeanResolutionContext, BeanDefinition<T>, Qualifier<T>, Argument<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
A variation of HttpFilter.doFilter(HttpRequest, FilterChain) that receives a MutableHttpRequest allowing the request to be modified.
doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpClientFilter
 
doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpFilter
Intercepts a HttpRequest.
doFilter(HttpRequest<?>, ServerFilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
Variation of the HttpServerFilter.doFilter(HttpRequest, FilterChain) method that accepts a ServerFilterChain which allows to mutate the outgoing HTTP response.
doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
 
doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
Deprecated.
 
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(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.session.http.HttpSessionFilter
 
doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
Deprecated.
 
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
 
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
doOnComplete() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
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.core.parser.JacksonCoreProcessor
 
doOnComplete() - Method in class io.micronaut.jackson.parser.JacksonProcessor
 
doOnConnect(ChannelPipelineListener) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
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
doOnError(Throwable) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
doOnError(Throwable) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
 
doOnNext(R) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
 
doOnNext(T) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
doOnNext(T) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
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
 
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
doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
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
 
doResolve(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
Do resolve.
doScan(String, String) - Method in class io.micronaut.ast.groovy.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.
DOUBLE - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
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.
doubleValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
doubleValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The double[] value for the given member.
doubleValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The double[] value for the given member.
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.exceptions
Handles exceptions of type DuplicateRouteException.
DuplicateRouteHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.DuplicateRouteHandler
Constructor.

E

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
Whether to eager initialize ConfigurationProperties beans.
eagerInitSingletons(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
Whether to eager initialize singleton beans.
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.
ElementFactory<E,C extends E,M extends E,F extends E> - Interface in io.micronaut.inject.ast
A factory for creating elements.
ElementModifier - Enum in io.micronaut.inject.ast
An enum of modifier names now tied to the reflection API.
ElementQuery<T extends Element> - Interface in io.micronaut.inject.ast
An interface for querying the AST for elements.
ElementQuery.Result<T extends Element> - Interface in io.micronaut.inject.ast
Result interface when building a query.
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.
embedded(CharSequence, Resource) - Method in class io.micronaut.http.hateoas.VndError
 
embedded(CharSequence, Resource...) - Method in class io.micronaut.http.hateoas.VndError
 
embedded(CharSequence, List<Resource>) - Method in class io.micronaut.http.hateoas.VndError
 
EmbeddedApplication<T extends EmbeddedApplication> - Interface in io.micronaut.runtime
An EmbeddedApplication is a runnable application that starts and manages the ApplicationContext.
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.discovery
Extended version of the ServiceInstance interface for the EmbeddedServer.
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 class io.micronaut.core.util.EnvironmentProperties
Creates a new empty cache of environment variable names to Micronaut properties cache.
empty() - Static method in interface io.micronaut.core.value.OptionalMultiValues
An empty OptionalValues.
empty() - Static method in interface io.micronaut.core.value.OptionalValues
An empty OptionalValues.
empty() - Static method in interface io.micronaut.http.client.LoadBalancer
 
EMPTY - Static variable in class io.micronaut.web.router.resource.StaticResourceResolver
An empty resolver to use as a constant.
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_BOOLEAN_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty boolean array.
EMPTY_BYTE_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty byte array.
EMPTY_CHAR_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty char array.
EMPTY_CLASS_ARRAY - Static variable in class io.micronaut.core.reflect.ReflectionUtils
Constant for empty class array.
EMPTY_DOUBLE_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty double array.
EMPTY_ELEMENT_ARRAY - Static variable in interface io.micronaut.inject.ast.Element
An empty array of elements.
EMPTY_FLOAT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty float array.
EMPTY_HIERARCHY - Static variable in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
Constant to represent an empty hierarchy.
EMPTY_INT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty int array.
EMPTY_LOCATOR - Static variable in interface io.micronaut.context.env.BootstrapPropertySourceLocator
An empty version that does nothing.
EMPTY_LONG_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty long array.
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_SHORT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
An empty short array.
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
An PropertySource that is empty when instantiated.
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.
enable(JsonGenerator.Feature) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
ENABLED - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
Whether the configuration client, responsible for reading configuration for configuration servers, is enabled.
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(Argument<T>, T, OutputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
Encode the given type to the given OutputStream.
encode(Argument<T>, T) - Method in interface io.micronaut.http.codec.MediaTypeCodec
Encode the given type returning the object as a byte[].
encode(Argument<T>, 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.json.codec.MapperMediaTypeCodec
 
encode(Argument<T>, T, OutputStream) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
encode(T) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
encode(Argument<T>, T) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
encode(Argument<T>, T, ByteBufferFactory<?, B>) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
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.
Endpoint - Annotation Type in io.micronaut.management.endpoint.annotation
Defines a management endpoint for a given ID.
EndpointConfiguration - Class in io.micronaut.management.endpoint
An Endpoint configuration.
EndpointConfiguration(String, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.EndpointConfiguration
 
EndpointDefaultConfiguration - Class in io.micronaut.management.endpoint
The default Endpoint configuration.
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, 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
 
EntityReflectiveAccessAnnotationMapper - Class in io.micronaut.inject.beans.visitor
An annotation mapper that improves reflective access for JPA entities.
EntityReflectiveAccessAnnotationMapper() - Constructor for class io.micronaut.inject.beans.visitor.EntityReflectiveAccessAnnotationMapper
 
entries() - Method in class io.micronaut.json.tree.JsonArray
 
entries() - Method in class io.micronaut.json.tree.JsonNode
 
entries() - Method in class io.micronaut.json.tree.JsonObject
 
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(String, 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
 
enumValues(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
enumValues(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
enumValues(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
enumValues(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
enumValues(String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
enumValues(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
enumValues(Class<? extends Annotation>, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
enumValues(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
enumValues(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
enumValues(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
environment(Consumer<Environment>) - Method in interface io.micronaut.context.ApplicationContext
Allow configuration the Environment.
Environment - Interface in io.micronaut.context.env
The current application environment.
EnvironmentConfigurable - Interface in io.micronaut.context
Interface for components configurable by the environment.
EnvironmentEndpoint - Class in io.micronaut.management.endpoint.env
Endpoint that displays information about the environment and its property sources.
EnvironmentEndpoint(Environment) - Constructor for class io.micronaut.management.endpoint.env.EnvironmentEndpoint
 
EnvironmentEndpoint(Environment, EnvironmentEndpointFilter) - Constructor for class io.micronaut.management.endpoint.env.EnvironmentEndpoint
 
EnvironmentEndpointFilter - Interface in io.micronaut.management.endpoint.env
A bean interface that allows hiding or masking of parts of the environment and its property sources when they are displayed in the EnvironmentEndpoint.
EnvironmentFilterSpecification - Class in io.micronaut.management.endpoint.env
This class is passed to an instance of EnvironmentEndpointFilter (if one is defined) each time the EnvironmentEndpoint is invoked.
environmentName(String) - Static method in class io.micronaut.core.naming.NameUtils
Returns the underscore separated version of the given camel case string.
EnvironmentProperties - Class in io.micronaut.core.util
A mapping from environment variable names to Micronaut property names.
environmentPropertySource(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
Set whether environment variables should contribute to configuration.
environmentPropertySource(boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
EnvironmentPropertySource - Class in io.micronaut.context.env
Loads properties from environment variables via System.getenv().
EnvironmentPropertySource() - Constructor for class io.micronaut.context.env.EnvironmentPropertySource
Default constructor.
EnvironmentPropertySource(List<String>, List<String>) - Constructor for class io.micronaut.context.env.EnvironmentPropertySource
Allows for control over which environment variables are included.
environmentPropertySource(boolean) - Method in class io.micronaut.runtime.Micronaut
 
environments(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
The environments to use.
environments(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
environments(String...) - Method in class io.micronaut.runtime.Micronaut
 
ENVIRONMENTS_ENV - Static variable in interface io.micronaut.context.env.Environment
The environment key that stores additional environments.
ENVIRONMENTS_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
The property that stores additional environments.
environmentVariableExcludes(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Which environment variables should not contribute to configuration.
environmentVariableExcludes(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
environmentVariableExcludes(String...) - Method in class io.micronaut.runtime.Micronaut
 
environmentVariableIncludes(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Which environment variables should contribute to configuration.
environmentVariableIncludes(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
environmentVariableIncludes(String...) - Method in class io.micronaut.runtime.Micronaut
 
EnvJsonPropertySourceLoader - Class in io.micronaut.jackson.core.env
Reads properties from JSON stored in the environment variables SPRING_APPLICATION_JSON or MICRONAUT_APPLICATION_JSON.
EnvJsonPropertySourceLoader() - Constructor for class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
 
EpollAvailabilityCondition - Class in io.micronaut.http.netty.channel
Checks if epoll is available.
EpollAvailabilityCondition() - Constructor for class io.micronaut.http.netty.channel.EpollAvailabilityCondition
 
EpollChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
Creates channel options.
EpollChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
 
EpollEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
Factory for EpollEventLoopGroup.
EpollEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
 
equals(Object) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
equals(Object) - Method in class io.micronaut.ast.groovy.utils.ExtendedParameter
 
equals(Object) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
equals(Object) - Method in class io.micronaut.context.AbstractBeanDefinition
 
equals(Object) - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
equals(Object) - Method in class io.micronaut.context.AbstractExecutableMethod
 
equals(Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
equals(Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
equals(Object) - Method in class io.micronaut.context.AbstractMessageSource.MessageKey
 
equals(Object) - Method in class io.micronaut.context.BeanRegistration
 
equals(Object) - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
equals(Object) - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
equals(Object) - Method in class io.micronaut.core.annotation.AnnotationValue
 
equals(Object) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
equals(Object) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
equals(Object) - Method in class io.micronaut.core.cli.Option
 
equals(Object) - Method in class io.micronaut.core.type.DefaultArgument
 
equals(Object) - Method in class io.micronaut.core.value.OptionalValuesMap
 
equals(Object) - Method in class io.micronaut.health.HealthStatus
 
equals(Object) - Method in class io.micronaut.http.hateoas.GenericResource
 
equals(Object) - Method in class io.micronaut.http.MediaType
equals(Object) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
equals(Object) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
equals(Object) - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
equals(Object) - Method in class io.micronaut.http.uri.UriMatchVariable
 
equals(Object) - Method in class io.micronaut.http.uri.UriTemplate
 
equals(Object) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
equals(Object) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
equals(Object) - Method in class io.micronaut.inject.qualifiers.InterceptorBindingQualifier
 
equals(Object) - Method in class io.micronaut.inject.qualifiers.TypeAnnotationQualifier
 
equals(Object) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
equals(Object) - Method in class io.micronaut.jackson.codec.JacksonFeatures
 
equals(Object) - Method in class io.micronaut.json.tree.JsonArray
 
equals(Object) - Method in class io.micronaut.json.tree.JsonObject
 
equals(Object) - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators.ValidatorKey
 
equals(Object) - Method in class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
 
equals(Object) - Method in class io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier
 
equals(Object) - Method in class io.micronaut.websocket.CloseReason
 
equalsType(Argument<?>) - Method in interface io.micronaut.core.type.Argument
Whether the types are equivalent.
equalsType(Argument<?>) - Method in class io.micronaut.core.type.DefaultArgument
 
equalsType(Argument<?>) - Method in class io.micronaut.inject.ArgumentBeanType
 
Error - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to map it to an error route.
error(Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
Override for custom error handling.
Error - Interface in io.micronaut.http.server.exceptions.response
Contains information about an error that occurred.
error(Error) - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Adds an error to the context.
error(Class, Class<? extends Throwable>, Class, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
error(Class<? extends Throwable>, Class, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
error(Class<? extends Throwable>, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
error(Class, Class<? extends Throwable>, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
error(Class<? extends Throwable>, Class) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
error(Class<? extends Throwable>, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
error(Class<? extends Throwable>, Object, String) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
error(Class<? extends Throwable>, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the error.
ErrorContext - Interface in io.micronaut.http.server.exceptions.response
Contains methods to obtain Error and Throwable from an HttpRequest.
ErrorContext.Builder - Interface in io.micronaut.http.server.exceptions.response
A builder for a ErrorContext.
errorMessage(String) - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Adds an error to the context for the given message.
errorMessages(List<String>) - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Adds errors to the context for the given messages.
errorMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
Returns the method annotated with OnError.
ErrorResponseProcessor<T> - Interface in io.micronaut.http.server.exceptions.response
Creates Http responses that represent errors.
ErrorRoute - Interface in io.micronaut.web.router
Represents a Route that matches an exception.
errors(List<Error>) - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext.Builder
Adds the errors to the context.
ErrorsContext - Interface in io.micronaut.core.convert
Interface for reporting conversion errors.
ETAG - Static variable in interface io.micronaut.http.HttpHeaders
"ETag".
Event<T> - Interface in io.micronaut.http.sse
Represents a Server Sent Event.
EVENT - Static variable in interface io.micronaut.http.sse.Event
The event parameter.
EVENT_LOOPS - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
The configuration property prefix.
EventListener - Annotation Type in io.micronaut.runtime.event.annotation
An Adapter advice annotation that allows listening for events by implementing the ApplicationEventListener interface.
eventLoopGroup(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
Constructs an event loop group for each configuration.
EventLoopGroupConfiguration - Interface in io.micronaut.http.netty.channel
Default event loop group configuration interface.
EventLoopGroupFactory - Interface in io.micronaut.http.netty.channel
Factory for EventLoopGroup.
EventLoopGroupRegistry - Interface in io.micronaut.http.netty.channel
Registry of configured event loops.
eventLoopGroupThreadFactory(ExecutorConfiguration) - Method in class io.micronaut.scheduling.executor.ExecutorFactory
Constructs an executor thread factory.
events() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
 
events() - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
The sets of events that this log element must process.
events() - Method in class io.micronaut.session.http.SessionLogElement
 
eventStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
eventStream(HttpRequest<I>, Argument<B>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
eventStream(HttpRequest<I>, Argument<B>, Argument<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
eventStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP request and receive data as a stream of SSE Event objects as they become available without blocking.
eventStream(HttpRequest<I>, Argument<B>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP request and receive data as a stream of SSE Event objects as they become available without blocking.
eventStream(HttpRequest<I>, Argument<B>, Argument<?>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP request and receive data as a stream of SSE Event objects as they become available without blocking.
eventStream(HttpRequest<I>, Class<B>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP request and receive data as a stream of SSE Event objects as they become available without blocking.
eventStream(String, Class<B>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP GET request and receive data as a stream of SSE Event objects as they become available without blocking.
eventStream(String, Argument<B>) - Method in interface io.micronaut.http.client.sse.SseClient
Perform an HTTP GET request and receive data as a stream of SSE Event objects as they become available without blocking.
EvictionListener<K,V> - Interface in io.micronaut.core.util.clhm
A listener registered for notification when an entry is evicted.
exception(Throwable) - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
Builds the details based off an exception.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
ExceptionHandler<T extends Throwable> - Interface in io.micronaut.core.exceptions
Common interface for types that handle exceptions.
ExceptionHandler<T extends Throwable,R> - Interface in io.micronaut.http.server.exceptions
A generic hook for handling exceptions that occurs during the execution of an HTTP request.
exceptionType() - Method in interface io.micronaut.web.router.ErrorRoute
 
exchange(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(HttpRequest<I>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher.
exchange(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(String) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform a GET request for the given request object emitting the full HTTP response from returned Publisher.
exchange(String, Class<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform a GET request for the given request object emitting the full HTTP response from returned Publisher.
exchange(String, Class<O>, Class<E>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform a GET request for the given request object emitting the full HTTP response from returned Publisher.
exchange(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(HttpRequest<I>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher.
exchange(String) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP GET request for the given request object emitting the full HTTP response from returned Publisher.
exchange(String, Class<O>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP GET request for the given request object emitting the full HTTP response from returned Publisher.
exchange(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
exchange(HttpRequest<I>, Argument<O>, Argument<E>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
exchangeStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
exchangeStream(HttpRequest<I>, Argument<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
exchangeStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Requests a stream data where each emitted item is a ByteBuffer wrapped in the HttpResponse object (which remains the same for each emitted item).
exchangeStream(HttpRequest<I>, Argument<?>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Requests a stream data where each emitted item is a ByteBuffer wrapped in the HttpResponse object (which remains the same for each emitted item).
exclude(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Allow customizing the configurations that will be loaded.
exclude(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
Allow customizing the configurations that will be loaded.
exclude(Predicate<String>) - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Adds a predicate to test property keys.
exclude(String...) - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Adds literal strings to the list of excluded keys.
exclude(Pattern...) - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Adds regular expression patterns to the list of known masks.
exclude(String...) - Method in class io.micronaut.runtime.Micronaut
 
exclude(HttpMethod...) - Method in interface io.micronaut.web.router.ResourceRoute
Exclude a particular HTTP method from this resource route.
Executable - Annotation Type in io.micronaut.context.annotation
Annotation applied to the method or type indicating that a ExecutableMethod should be produced for this method.
Executable<T,R> - Interface in io.micronaut.core.type
Represents an executable reference.
executable() - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Make the method executable.
executable(boolean) - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Make the method executable.
ExecutableBinder<S> - Interface in io.micronaut.core.bind
An ExecutableBinder is capable of taking a target Executable and fulfilling the argument requirements using the provided binding source and ArgumentBinderRegistry
executableElement - Variable in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
ExecutableMethod<T,R> - Interface in io.micronaut.inject
An executable method is a compile time produced invocation of a method call.
executableMethodMap - Variable in class io.micronaut.context.AbstractBeanDefinition
 
ExecutableMethodProcessor<A extends Annotation> - Interface in io.micronaut.context.processor
A class capable of processing an ExecutableMethod instances.
ExecutableMethodsDefinition<T> - Interface in io.micronaut.inject
Collects a set of executable methods ExecutableMethod.
ExecutableMethodsDefinitionWriter - Class in io.micronaut.inject.writer
Writes out a ExecutableMethodsDefinition class.
ExecutableMethodsDefinitionWriter(String, String, OriginatingElements) - Constructor for class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
ExecutableMethodValidator - Interface in io.micronaut.validation.validator
Extended version of ExecutableValidator that operates on ExecutableMethod instances.
ExecutableMethodWriter - Class in io.micronaut.inject.writer
Writes out ExecutableMethod implementations.
ExecutableMethodWriter(String, boolean, boolean, boolean, boolean, OriginatingElements, AnnotationMetadata, String, String) - Constructor for class io.micronaut.inject.writer.ExecutableMethodWriter
 
ExecutableVisitor - Class in io.micronaut.validation.executable
A TypeElementVisitor that validates primitive types can't have a Nullable annotation.
ExecutableVisitor() - Constructor for class io.micronaut.validation.executable.ExecutableVisitor
 
execute(I) - Method in interface io.micronaut.function.executor.FunctionExecutor
Execute the function configured by LocalFunctionRegistry.FUNCTION_NAME.
execute(InputStream, OutputStream) - Method in class io.micronaut.function.executor.StreamFunctionExecutor
Execute the function for the given input and output.
execute(InputStream, OutputStream, C) - Method in class io.micronaut.function.executor.StreamFunctionExecutor
Execute the function with given context object.
execute(Runnable) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutor
 
execute(Map<String, Object>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
execute(Map<String, Object>) - Method in interface io.micronaut.web.router.RouteMatch
Execute the route with the given values.
execute() - Method in interface io.micronaut.web.router.RouteMatch
Execute the route with the given values.
ExecuteOn - Annotation Type in io.micronaut.scheduling.annotation
Annotation used to indicate which executor service a particular task should run on.
executeRoute(HttpRequest<?>, boolean, Flux<RouteMatch<?>>) - Method in class io.micronaut.http.server.RouteExecutor
Executes a route.
executionHandle - Variable in class io.micronaut.aop.chain.InterceptorChain
 
ExecutionHandle<T,R> - Interface in io.micronaut.inject
Represents a handle to an executable object.
ExecutionHandleLocator - Interface in io.micronaut.context
Interface for components that are able to locate and return ExecutionHandle instances for beans.
executionHandleLocator - Variable in class io.micronaut.web.router.DefaultRouteBuilder
 
ExecutorConfiguration - Interface in io.micronaut.scheduling.executor
 
ExecutorFactory - Class in io.micronaut.scheduling.executor
Constructs ExecutorService instances based on UserExecutorConfiguration instances.
ExecutorFactory(BeanLocator, ThreadFactory) - Constructor for class io.micronaut.scheduling.executor.ExecutorFactory
 
ExecutorSelector - Interface in io.micronaut.scheduling.executor
Interface that allows customizing the selection of the ExecutorService to run an operation on.
executorService - Variable in class io.micronaut.management.health.indicator.AbstractHealthIndicator
 
executorService(ExecutorConfiguration) - Method in class io.micronaut.scheduling.executor.ExecutorFactory
Create the ExecutorService with the given configuration.
ExecutorType - Enum in io.micronaut.scheduling.executor
An enum modelling different Executor types that mirror the methods defined in the Executors class.
exists() - Method in interface io.micronaut.core.io.Readable
Does the underlying readable resource exist.
exitWithError(Exception, boolean) - Method in class io.micronaut.function.executor.DefaultFunctionExitHandler
 
exitWithError(Exception, boolean) - Method in interface io.micronaut.function.executor.FunctionExitHandler
Exit the function with an error.
exitWithNoData() - Method in class io.micronaut.function.executor.DefaultFunctionExitHandler
 
exitWithNoData() - Method in interface io.micronaut.function.executor.FunctionExitHandler
Exit the function indicating no data was supplied.
exitWithSuccess() - Method in class io.micronaut.function.executor.DefaultFunctionExitHandler
 
exitWithSuccess() - Method in interface io.micronaut.function.executor.FunctionExitHandler
Exit the function with success.
expand(Map<String, ? super Object>) - Method in interface io.micronaut.http.uri.UriBuilder
Expands the URI if it is a template, using the given values.
expand(Map<String, Object>) - Method in class io.micronaut.http.uri.UriTemplate
Expand the string with the given parameters.
expand(Object) - Method in class io.micronaut.http.uri.UriTemplate
Expand the string with the given bean.
expand(Map<String, Object>, boolean, boolean) - Method in interface io.micronaut.http.uri.UriTemplate.PathSegment
Expands the query segment.
expand(Map<String, Object>) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
 
EXPECT - Static variable in interface io.micronaut.http.HttpHeaders
"Expect".
Experimental - Annotation Type in io.micronaut.core.annotation
Annotates a class or method as being experimental and subject to change or removal.
EXPIRES - Static variable in interface io.micronaut.http.HttpHeaders
"Expires".
expires(LocalDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the EXPIRES header for the given LocalDateTime.
expires(long) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the EXPIRES header for the given Long.
expires(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
expires(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
explicitlyConsumes(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
Whether the specified content type is explicitly an accepted type.
explicitlyProduces(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
Whether the specified content type is explicitly a producing type.
exposedPort(int) - Method in interface io.micronaut.web.router.UriRoute
The exposed port that the route applies to.
ExtendedParameter - Class in io.micronaut.ast.groovy.utils
This class was created to pass to the GroovyAnnotationMetadataBuilder because the method node the parameter belongs to is not available from the Parameter class itself.
ExtendedParameter(MethodNode, Parameter) - Constructor for class io.micronaut.ast.groovy.utils.ExtendedParameter
 
extension(String) - Static method in class io.micronaut.core.naming.NameUtils
Retrieves the extension of a file name.
extension - Variable in class io.micronaut.http.MediaType
 
EXTENSION_JSON - Static variable in class io.micronaut.http.MediaType
Default file extension used for JSON.
EXTENSION_PDF - Static variable in class io.micronaut.http.MediaType
Default file extension used for PDF.
EXTENSION_XLS - Static variable in class io.micronaut.http.MediaType
File extension for Microsoft Excel's workbook files in use between 97-2003.
EXTENSION_XLSX - Static variable in class io.micronaut.http.MediaType
File extension used for Microsoft Excel Open XML Spreadsheet (XLSX).
EXTENSION_XML - Static variable in class io.micronaut.http.MediaType
Default file extension used for XML.
extractPathWithinPattern(String, String) - Method in class io.micronaut.core.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.

F

Factory - Annotation Type in io.micronaut.context.annotation
A factory is a Singleton that produces one or many other bean implementations.
fail(String, Element) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
fail(String, Element) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
fail(Failure) - Method in interface io.micronaut.context.condition.ConditionContext
Fail the condition with the given message.
fail(String) - Method in interface io.micronaut.context.condition.ConditionContext
Fail the condition with the given message.
fail(String, Element) - Method in interface io.micronaut.inject.visitor.VisitorContext
Allows failing compilation for a given element with the given message.
Failure - Interface in io.micronaut.context.condition
Represents a failure in a Condition.
Fallback - Annotation Type in io.micronaut.retry.annotation
A Secondary Scope for types that should be used as a fallback.
FallbackException - Exception in io.micronaut.retry.exception
An exception thrown when an error occurs in the Fallback system.
FallbackException(String) - Constructor for exception io.micronaut.retry.exception.FallbackException
Constructs a new Fallback exception with the specified detail message.
FallbackException(String, Throwable) - Constructor for exception io.micronaut.retry.exception.FallbackException
Constructs a new Fallback exception with the specified detail message and cause.
FALSE - Static variable in class io.micronaut.core.util.StringUtils
Constant for the value false.
FEATURE_POLICY - Static variable in interface io.micronaut.http.HttpHeaders
"Feature-Policy".
FIELD_ANNOTATION_METADATA - Static variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
Field name for annotation metadata.
FIELD_BEAN_RESOLUTION_CONTEXT - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FIELD_READ_LOCK - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FIELD_READ_WRITE_LOCK - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FIELD_TARGET - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FIELD_TYPE_INTERCEPTORS - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FIELD_WRITE_LOCK - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
FieldElement - Interface in io.micronaut.inject.ast
Stores data about an element that references a field.
FieldGetDispatchTarget(FieldElement) - Constructor for class io.micronaut.inject.writer.DispatchWriter.FieldGetDispatchTarget
 
FieldInjectionPoint<B,T> - Interface in io.micronaut.inject
Defines an injection point for a field.
fieldInjectionPoints - Variable in class io.micronaut.context.AbstractBeanDefinition
 
FieldReference(Class, Argument, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition.FieldReference
 
FieldSetDispatchTarget(FieldElement) - Constructor for class io.micronaut.inject.writer.DispatchWriter.FieldSetDispatchTarget
 
FILE_EXTENSION - Static variable in class io.micronaut.jackson.core.env.JsonPropertySourceLoader
File extension for property source loader.
FILE_EXTENSION - Static variable in class io.micronaut.jackson.env.JsonPropertySourceLoader
File extension for property source loader.
FileChangedEvent - Class in io.micronaut.scheduling.io.watch.event
Event fired when a file that is being watched changes.
FileChangedEvent(Path, WatchEventType) - Constructor for class io.micronaut.scheduling.io.watch.event.FileChangedEvent
Constructs a new file changed event.
FileChangedEvent(Path, WatchEvent.Kind) - Constructor for class io.micronaut.scheduling.io.watch.event.FileChangedEvent
Constructs a new file changed event.
FileCustomizableResponseType - Interface in io.micronaut.http.server.types.files
A special type for file handling.
filename(String) - Static method in class io.micronaut.core.naming.NameUtils
Retrieves the fileName of a file without extension.
FileSystemResourceLoader - Interface in io.micronaut.core.io.file
Abstraction to load resources from the file system.
fileSystemResourceLoader() - Method in class io.micronaut.http.resource.ResourceLoaderFactory
 
FileTypeHandler - Class in io.micronaut.http.server.netty.types.files
Responsible for writing files out to the response in Netty.
FileTypeHandler(NettyHttpServerConfiguration.FileTypeHandlerConfiguration) - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandler
 
FileTypeHandlerConfiguration() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
Default constructor.
FileTypeHandlerConfiguration(Integer, Boolean) - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
Deprecated.
FileTypeHandlerConfiguration - Class in io.micronaut.http.server.netty.types.files
Deprecated.
FileTypeHandlerConfiguration() - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
 
FileTypeHandlerConfiguration.CacheControlConfiguration - Class in io.micronaut.http.server.netty.types.files
Deprecated.
FileUpload - Interface in io.micronaut.http.multipart
Represents a part of a MediaType.MULTIPART_FORM_DATA request.
fileUploadToCompletedFileUploadConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
fileUploadToObjectConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
FileWatchCondition - Class in io.micronaut.scheduling.io.watch
Custom condition to only enable file watch if the watch paths exist.
FileWatchCondition() - Constructor for class io.micronaut.scheduling.io.watch.FileWatchCondition
 
FileWatchConfiguration - Class in io.micronaut.scheduling.io.watch
Configuration for the file watch service.
FileWatchConfiguration() - Constructor for class io.micronaut.scheduling.io.watch.FileWatchConfiguration
 
FileWatchRestartListener - Class in io.micronaut.runtime.server.watch.event
Listener that stops the server if a file changes.
FileWatchRestartListener(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
Default constructor.
FileWatchRestartListener(EmbeddedServer) - Constructor for class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
fillInStackTrace() - Method in exception io.micronaut.annotation.processing.PostponeToNextRoundException
 
fillInStackTrace() - Method in exception io.micronaut.context.exceptions.DisabledBeanException
 
Filter - Annotation Type in io.micronaut.http.annotation
An annotation that can be applied to classes that implement HttpFilter to specify the patterns.
filter(Predicate<T>) - Method in interface io.micronaut.inject.ast.ElementQuery
A final filter that allows access to the materialized Element.
filter(HttpRequest<?>) - Method in interface io.micronaut.web.router.filter.RouteMatchFilter
A method responsible for filtering route matches based on request.
filter(HttpRequest<?>) - Method in class io.micronaut.web.router.version.RouteVersionFilter
Filters route matches by specified version.
FilterChain - Interface in io.micronaut.http.filter
A non-blocking and thread-safe filter chain.
FilteredRouter - Class in io.micronaut.web.router.filter
Allows decorating an existing Router with filtering capabilities.
FilteredRouter(Router, RouteMatchFilter) - Constructor for class io.micronaut.web.router.filter.FilteredRouter
Creates a decorated router for an existing router and RouteMatchFilter.
FilterMatcher - Annotation Type in io.micronaut.http.annotation
Stereotype annotation that helps to link together instance of the filter and http client that filter should be applied to.
FilterOrderProvider - Interface in io.micronaut.http.filter
Describes a bean that contains an order to define the order of a client or server filter.
FilterPatternStyle - Enum in io.micronaut.http.filter
Styles of filter patterns.
filterPublisher(AtomicReference<HttpRequest<?>>, Publisher<MutableHttpResponse<?>>) - Method in class io.micronaut.http.server.RouteExecutor
Applies server filters to a request/response.
FilterRoute - Interface in io.micronaut.web.router
A filter route is a route that matches an HttpFilter.
finalizeConfiguration() - Method in class io.micronaut.context.DefaultBeanContext
 
finalizeConfiguration() - Method in interface io.micronaut.context.InitializableBeanContext
Performs operations required before starting the application context, such as reading bean configurations.
find(Qualifier<T>) - Method in interface io.micronaut.context.BeanProvider
Finds a bean for the optionally specified qualifier.
find(String) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
find(String) - Method in interface io.micronaut.function.LocalFunctionRegistry
Find the first available registered function.
find(String) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
find(HttpRequest<?>) - Static method in class io.micronaut.session.http.SessionForRequest
Finds a session.
find(HttpRequest<?>, CharSequence) - Method in class io.micronaut.web.router.DefaultRouter
 
find(HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
find(HttpMethod, CharSequence, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
find(HttpMethod, CharSequence, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
find(HttpRequest<?>, CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
find(HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
find(HttpMethod, CharSequence, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Finds all of the possible routes for the given HTTP method and URI.
find(HttpMethod, URI, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Finds all of the possible routes for the given HTTP method and URI.
find(HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Finds all of the possible routes for the given HTTP request.
find(HttpRequest<?>, CharSequence) - Method in interface io.micronaut.web.router.Router
Find method, that should be used for non-standard http methods.
findAll(Predicate<String>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.StaticServiceLoader
 
findAllClosest(HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findAllClosest(HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findAllClosest(HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Finds the closest match for the given request.
findAnnotatedBinder(Class<?>) - Method in class io.micronaut.http.client.bind.DefaultHttpClientBinderRegistry
 
findAnnotatedBinder(Class<?>) - Method in interface io.micronaut.http.client.bind.HttpClientBinderRegistry
Locate an AnnotatedClientRequestBinder for a given annotation type (that is supposed to be applied to the method).
findAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get all of the values for the given annotation.
findAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
findAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
findAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Find an AnnotationValue for the given annotation name.
findAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Find an AnnotationValue for the given annotation type.
findAnnotation(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
findAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
findAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
findAny(CharSequence, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findAny(CharSequence, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findAny(CharSequence, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Find any RouteMatch regardless of HTTP method.
findArgumentBinder(Argument<T>, S) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
Locate an ArgumentBinder for the given argument and source type.
findArgumentBinder(Argument<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
 
findArgumentBinder(Argument<T>) - Method in class io.micronaut.http.client.bind.DefaultHttpClientBinderRegistry
 
findArgumentBinder(Argument<T>) - Method in interface io.micronaut.http.client.bind.HttpClientBinderRegistry
Locate an ClientArgumentRequestBinder for the given argument.
findArgumentBinder(Argument<T>, WebSocketState) - Method in class io.micronaut.websocket.bind.WebSocketStateBinderRegistry
 
findAvailableTcpPort() - Static method in class io.micronaut.core.io.socket.SocketUtils
Finds an available TCP port.
findAvailableTcpPort(int, int) - Static method in class io.micronaut.core.io.socket.SocketUtils
Finds an available TCP port.
findBean(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Finds a Bean for the given type and qualifier.
findBean(Argument<T>) - Method in interface io.micronaut.context.BeanLocator
Finds a Bean for the given type and qualifier.
findBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Finds a Bean for the given type and qualifier.
findBean(Class<T>) - Method in interface io.micronaut.context.BeanLocator
Finds a Bean for the given type.
findBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findBean(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findBean(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Find an optional bean of the given type and qualifier.
findBean(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Find an optional bean of the given type and qualifier.
findBeanCandidates(BeanResolutionContext, Argument<T>, BeanDefinition<?>, boolean) - Method in class io.micronaut.context.DefaultApplicationContext
 
findBeanCandidates(BeanResolutionContext, Argument<T>, boolean, Predicate<BeanDefinition<T>>) - Method in class io.micronaut.context.DefaultApplicationContext
 
findBeanCandidates(Class<T>, BeanDefinition<?>) - Method in class io.micronaut.context.DefaultBeanContext
Find bean candidates for the given type.
findBeanCandidates(BeanResolutionContext, Argument<T>, BeanDefinition<?>, boolean) - Method in class io.micronaut.context.DefaultBeanContext
Find bean candidates for the given type.
findBeanCandidates(BeanResolutionContext, Argument<T>, boolean, Predicate<BeanDefinition<T>>) - Method in class io.micronaut.context.DefaultBeanContext
Find bean candidates for the given type.
findBeanCandidatesForInstance(T) - Method in class io.micronaut.context.DefaultBeanContext
Find bean candidates for the given type.
findBeanConfiguration(String) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a bean configuration by name.
findBeanConfiguration(String) - Method in class io.micronaut.context.DefaultBeanContext
 
findBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
findBeanDefinition(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
findBeanDefinition(Argument<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
findBeanDefinition(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
findBeanDefinition(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findBeanDefinition(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findBeanForConstructorArgument(BeanResolutionContext, BeanContext, ConstructorInjectionPoint<T>, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
findBeanForConstructorArgument(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
findBeanForField(BeanResolutionContext, BeanContext, FieldInjectionPoint) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a an optional for the field at the given index and the argument at the given index
findBeanForField(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a an optional for the field at the given index and the argument at the given index
findBeanForMethodArgument(BeanResolutionContext, BeanContext, MethodInjectionPoint, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains an optional bean for the method at the given index and the argument at the given index
findBeanForMethodArgument(BeanResolutionContext, BeanContext, int, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains an optional bean for the method at the given index and the argument at the given index
findBeanRegistration(T) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given bean.
findBeanRegistration(T) - Method in class io.micronaut.context.DefaultBeanContext
 
findBeanRegistration(T) - Method in class io.micronaut.context.DefaultCustomScopeRegistry
 
findBeanRegistration(T) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
findBeanRegistration(T) - Method in interface io.micronaut.context.scope.CustomScope
Get the BeanDefinition for the given bean.
findBeanRegistration(T) - Method in interface io.micronaut.context.scope.CustomScopeRegistry
Finds A bean registration amongst the active scopes.
findBeanRegistration(T) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
findBiFunction(String) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findBiFunction(String) - Method in interface io.micronaut.function.LocalFunctionRegistry
Find a BiFunction for the given name.
findBiFunction(String) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findBinder(Argument<T>, Class<? extends Annotation>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
 
FindBugsRemapper - Class in io.micronaut.inject.annotation.internal
A remapper that remaps findbugs annotations to javax.annotation which are represented internally.
FindBugsRemapper() - Constructor for class io.micronaut.inject.annotation.internal.FindBugsRemapper
 
findCodec(MediaType) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findCodec(MediaType, Class<?>) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findCodec(MediaType) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findCodec(MediaType, Class<?>) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findCodec(MediaType) - Method in class io.micronaut.http.codec.DefaultMediaTypeCodecRegistry
 
findCodec(MediaType, Class<?>) - Method in class io.micronaut.http.codec.DefaultMediaTypeCodecRegistry
 
findCodec(MediaType) - Method in interface io.micronaut.http.codec.MediaTypeCodecRegistry
Find a codec for the given media type.
findCodec(MediaType, Class<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodecRegistry
Find a codec for the given media type and target type.
findConcreteCandidate(Class<T>, Qualifier<T>, Collection<BeanDefinition<T>>) - Method in class io.micronaut.context.DefaultApplicationContext
 
findConcreteCandidate(Class<T>, Qualifier<T>, Collection<BeanDefinition<T>>) - Method in class io.micronaut.context.DefaultBeanContext
Fall back method to attempt to find a candidate for the given definitions.
findConstraintValidator(Class<A>, Class<T>) - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidatorRegistry
Finds a constraint validator for the given type and target type.
findConstraintValidator(Class<A>, Class<T>) - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
 
findConstructor(Class<T>, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Obtains a declared method.
findConsumer(String) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findConsumer(String) - Method in interface io.micronaut.function.LocalFunctionRegistry
Find a Consumer for the given name.
findConsumer(String) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findCookie(CharSequence) - Method in interface io.micronaut.http.cookie.Cookies
Find a Cookie for the given name.
findCookie(CharSequence) - Method in class io.micronaut.http.netty.cookies.NettyCookies
 
findCookie(CharSequence) - Method in class io.micronaut.http.simple.cookies.SimpleCookies
 
findDate(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
Obtain the date header.
findDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get all of the values for the given annotation that are directly declared on the annotated element.
findDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
findDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
findDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Get all of the values for the given annotation that are directly declared on the annotated element.
findDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Get all of the values for the given annotation that are directly declared on the annotated element.
findDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
findDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
findDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
findDeclaredField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
 
findDeclaredScope(Argument<?>) - Method in class io.micronaut.context.DefaultCustomScopeRegistry
 
findDeclaredScope(BeanType<?>) - Method in class io.micronaut.context.DefaultCustomScopeRegistry
 
findDeclaredScope(Argument<?>) - Method in interface io.micronaut.context.scope.CustomScopeRegistry
Finds the declared scope for the given argument.
findDeclaredScope(BeanType<?>) - Method in interface io.micronaut.context.scope.CustomScopeRegistry
Finds the declared scope for the given bean type.
findErrorRoute(Class<?>, Throwable, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findErrorRoute(Throwable, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findErrorRoute(Class<?>, Throwable, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findErrorRoute(Throwable, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findErrorRoute(Class<?>, Throwable, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Match a route to an error.
findErrorRoute(Throwable, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Match a route to an error.
findExecutableMethod(Class<T>, String, Class[]) - Method in class io.micronaut.context.DefaultBeanContext
 
findExecutableMethod(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
findExecutionHandle(Class<T>, String, Class...) - Method in class io.micronaut.context.DefaultBeanContext
 
findExecutionHandle(Class<T>, Qualifier<?>, String, Class...) - Method in class io.micronaut.context.DefaultBeanContext
 
findExecutionHandle(T, String, Class[]) - Method in class io.micronaut.context.DefaultBeanContext
 
findExecutionHandle(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
findExecutionHandle(Class<T>, Qualifier<?>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
findExecutionHandle(T, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
findFallbackMethod(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.retry.intercept.RecoveryInterceptor
Finds a fallback method for the given context.
findField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds a field in the type or super type.
findFilters(HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findFilters(HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findFilters(HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Build a filtered Publisher for an action.
findFirst() - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findFirst() - Method in interface io.micronaut.function.LocalFunctionRegistry
Find the first available registered function.
findFirst() - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findFirst(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
Get the first value of the given header.
findFunction(String) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findFunction(String) - Method in interface io.micronaut.function.LocalFunctionRegistry
Find a Function for the given name.
findFunction(String) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findIndexedProperty(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Get all the bean properties annotated for the given type.
findInt(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
Find an integer header.
findIntrospectedTypes(Predicate<? super BeanIntrospectionReference<?>>) - Method in interface io.micronaut.core.beans.BeanIntrospector
Finds introspections with the given filter.
findIntrospection(Class<T>) - Method in interface io.micronaut.core.beans.BeanIntrospector
Find a BeanIntrospection for the given bean type.
findIntrospection(Class<?>) - Method in class io.micronaut.jackson.modules.BeanIntrospectionModule
Find an introspection for the given class.
findIntrospections(Predicate<? super BeanIntrospectionReference<?>>) - Method in interface io.micronaut.core.beans.BeanIntrospector
Finds introspections with the given filter.
findIntrospections(Class<? extends Annotation>) - Method in interface io.micronaut.core.beans.BeanIntrospector
Finds introspections for classes annotated with the given stereotype.
findIntrospections(Class<? extends Annotation>, String...) - Method in interface io.micronaut.core.beans.BeanIntrospector
Finds introspections for classes annotated with the given stereotype.
findLocalConstraintValidator(Class<A>, Class<T>) - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
Last chance resolve for constraint validator.
findMethod(String, Class<?>...) - Method in class io.micronaut.context.AbstractBeanDefinition
 
findMethod(String, Class<?>...) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
 
findMethod(String, Class<?>...) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
findMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds a method on the given type for the given name.
findMethod(String, Class<?>...) - Method in interface io.micronaut.inject.BeanDefinition
Finds a single ExecutableMethod for the given name and argument types.
findMethod(String, Class<?>...) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
findMethod(String, Class<?>...) - Method in interface io.micronaut.inject.ExecutableMethodsDefinition
Finds a single ExecutableMethod for the given name and argument types.
findMethodsByName(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds a method on the given type for the given name.
findOrCreate(HttpRequest<?>, SessionStore) - Static method in class io.micronaut.session.http.SessionForRequest
Finds a session or creates a new one and stores it in the request attributes.
findOrInstantiateBean(Class<T>) - Method in interface io.micronaut.context.BeanLocator
Finds a Bean for the given type or attempts to instantiate the given instance.
findPossibleMethods(String) - Method in class io.micronaut.context.AbstractBeanDefinition
 
findPossibleMethods(String) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
 
findPossibleMethods(String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
findPossibleMethods(String) - Method in interface io.micronaut.inject.BeanDefinition
Finds possible methods for the given method name.
findPossibleMethods(String) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
findPossibleMethods(String) - Method in interface io.micronaut.inject.ExecutableMethodsDefinition
Finds possible methods for the given method name.
findPropertyNamesForEnvironmentVariable(String) - Method in class io.micronaut.core.util.EnvironmentProperties
Returns, for an environment variable, the list of deduced Micronaut property names.
findPropertySources(Environment) - Method in interface io.micronaut.context.env.BootstrapPropertySourceLocator
A blocking interface that will attempt to resolve either remote or local PropertySource instances for the current Environment.
findProxyBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
findProxyBeanDefinition(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
findProxyBeanDefinition(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyBeanDefinition(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
findProxyTargetBeanDefinition(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
findProxyTargetBeanDefinition(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetBeanDefinition(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetMethod(Class<T>, String, Class[]) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetMethod(Class<T>, Qualifier<T>, String, Class...) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetMethod(Argument<T>, Qualifier<T>, String, Class...) - Method in class io.micronaut.context.DefaultBeanContext
 
findProxyTargetMethod(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds the original unproxied method for a ProxyBeanDefinition.
findProxyTargetMethod(Class<T>, Qualifier<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds the original unproxied method for a ProxyBeanDefinition.
findProxyTargetMethod(Argument<T>, Qualifier<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds the original unproxied method for a ProxyBeanDefinition.
findRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find repeatable annotation container.
findRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find repeatable annotation container.
findRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
findRepeatableAnnotation(Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
findRepeatableAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
findRepeatableAnnotation(Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
findRepeatableAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
findResources(String) - Method in class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
findRouteMatch(HttpRequest<?>) - Static method in class io.micronaut.web.router.RouteMatchUtils
 
findScope(Class<? extends Annotation>) - Method in class io.micronaut.context.DefaultCustomScopeRegistry
 
findScope(String) - Method in class io.micronaut.context.DefaultCustomScopeRegistry
 
findScope(String) - Method in interface io.micronaut.context.scope.CustomScopeRegistry
Find a custom scope for the given annotation.
findScope(Class<? extends Annotation>) - Method in interface io.micronaut.context.scope.CustomScopeRegistry
Find a custom scope for the given annotation.
findSession(String) - Method in class io.micronaut.session.InMemorySessionStore
 
findSession(String) - Method in interface io.micronaut.session.SessionStore
Find a session for the given ID.
findStatus(HttpStatus) - Method in interface io.micronaut.web.router.RouteInfo
Finds predefined route http status or uses default.
findStatusRoute(Class<?>, HttpStatus, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findStatusRoute(HttpStatus, HttpRequest<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
findStatusRoute(Class<?>, HttpStatus, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findStatusRoute(HttpStatus, HttpRequest<?>) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
findStatusRoute(Class<?>, HttpStatus, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Found a RouteMatch for the given HttpStatus code.
findStatusRoute(HttpStatus, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
Found a RouteMatch for the given HttpStatus code.
findSupplier(String) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
findSupplier(String) - Method in interface io.micronaut.function.LocalFunctionRegistry
Find a Supplier for the given name.
findSupplier(String) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
findTypeConverter(Class<?>, Class<T>, String) - Method in class io.micronaut.core.convert.DefaultConversionService
Find the type converter.
findTypeElementVisitors() - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
Discovers the TypeElementVisitor instances that are available.
findTypeHandler(Class<?>) - Method in class io.micronaut.http.server.netty.types.DefaultCustomizableResponseTypeHandlerRegistry
 
findTypeHandler(Class<?>) - Method in interface io.micronaut.http.server.netty.types.NettyCustomizableResponseTypeHandlerRegistry
Finds the first type handler that supports the given type.
findUnwrapValueExtractor(Class<T>) - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
 
findUnwrapValueExtractor(Class<T>) - Method in interface io.micronaut.validation.validator.extractors.ValueExtractorRegistry
Finds a concrete ValueExtractor without searching the hierarchy.
findValueExtractor(Class<T>) - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
 
findValueExtractor(Class<T>) - Method in interface io.micronaut.validation.validator.extractors.ValueExtractorRegistry
Finds a a ValueExtractor for the given type.
findWrapper(T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
Obtain a bean wrapper for the given bean.
findWrapper(Class<T2>, T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
Obtain a bean wrapper for the given bean.
finish() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
finish() - Method in class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
finish() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
finish(VisitorContext) - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
finish(VisitorContext) - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
finish(VisitorContext) - Method in interface io.micronaut.inject.visitor.BeanElementVisitor
Called once when visitor processing finishes.
finish(VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Called once when visitor processing finishes.
finish() - Method in class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
 
finish() - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Finish writing and flush any service entries to disk.
finish(VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
fireChannelRead(ChannelHandlerContext, HttpContent, Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
fire a channel read event.
fireChannelRead(ChannelHandlerContext, HttpMessage, Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
fire a channel read event.
fireExceedsLength(long, long) - Method in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
fireExceedsLength(long, long, ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
 
first() - Method in class io.micronaut.core.io.service.SoftServiceLoader
 
firstOr(String, ClassLoader) - Method in class io.micronaut.core.io.service.SoftServiceLoader
 
fixed(URL) - Static method in interface io.micronaut.http.client.LoadBalancer
Deprecated.
fixed(URI) - Static method in interface io.micronaut.http.client.LoadBalancer
A LoadBalancer that does no load balancing and always hits the given URI.
FixedLoadBalancer - Class in io.micronaut.http.client.loadbalance
A LoadBalancer that resolves a fixed URI.
FixedLoadBalancer(URL) - Constructor for class io.micronaut.http.client.loadbalance.FixedLoadBalancer
Deprecated.
FixedLoadBalancer(URI) - Constructor for class io.micronaut.http.client.loadbalance.FixedLoadBalancer
Constructs a new FixedLoadBalancer.
FixedLocaleResolver<T> - Class in io.micronaut.core.util.locale
Generic implementation of LocaleResolver for fixed locale resolution.
FixedLocaleResolver(Locale) - Constructor for class io.micronaut.core.util.locale.FixedLocaleResolver
 
FLOAT - Static variable in interface io.micronaut.core.type.Argument
Constant for float argument.
FLOAT - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
floatValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
floatValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The double value of the given member.
floatValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The float value of the given member.
floatValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The double value of the given member.
floatValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
floatValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The float[] value for the given member.
floatValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The float[] value for the given member.
FlowConverterRegistrar - Class in io.micronaut.reactive.flow.converters
Converts between a Flux and a Publisher.
FlowConverterRegistrar() - Constructor for class io.micronaut.reactive.flow.converters.FlowConverterRegistrar
 
flush() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
foldBoundGenericTypes(Function<ClassElement, ClassElement>) - Method in interface io.micronaut.inject.ast.ClassElement
Perform a fold operation on the type arguments (type arguments, wildcard bounds, resolved via ClassElement.getBoundGenericTypes()), and then on this type.
forArgument(Argument<?>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
Build a qualifier for the given argument.
forBase(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
forBase(String) - Method in class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
 
forBase(String) - Method in interface io.micronaut.core.io.ResourceLoader
Constructs a new resource loader designed to load resources from the given path.
forBase(String) - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
 
forceCleanup() - Method in interface io.micronaut.scheduling.instrument.Instrumentation
Return an instance which guarantees that cleanup will be forced to the instrumenter upon closing.
forClassLoader(ClassLoader) - Static method in interface io.micronaut.core.beans.BeanIntrospector
Creates a new default bean introspector that uses the given classloader.
forClient(BeanContext) - Static method in interface io.micronaut.websocket.context.WebSocketBeanRegistry
Create a WebSocketBeanRegistry from the given bean context.
forEach(BiConsumer<String, List<V>>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
 
forEach(BiConsumer<String, V>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Performs the given action for each value.
forEach(BiConsumer<CharSequence, ? super V>) - Method in interface io.micronaut.core.value.OptionalValues
Performs the given action for each entry in this OptionalValues until all entries have been processed or the action throws an exception.
forEachByte(ByteProcessor) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
forEachByte(int, int, ByteProcessor) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
forEachByteDesc(ByteProcessor) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
forEachValue(BiConsumer<String, V>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Performs the given action for each header.
forExecutables() - Method in class io.micronaut.validation.validator.DefaultValidator
 
forExecutables() - Method in interface io.micronaut.validation.validator.Validator
Overridden variation that returns a ExecutableMethodValidator.
forExtension(String) - Static method in class io.micronaut.http.MediaType
Resolve the MediaType for the given file extension.
forFilename(String) - Static method in class io.micronaut.http.MediaType
Resolve the MediaType for the given file name.
fork(EnvironmentProperties) - Static method in class io.micronaut.core.util.EnvironmentProperties
Creates a new environment properties cache which delegates queries to the delegate, but will cache values into its own cache when they are missing.
FORM - Static variable in class io.micronaut.http.MediaType
Format - Annotation Type in io.micronaut.core.convert.format
Annotation used to describe the format in the case where the format needs to be altered for the purposes of conversion.
format(String) - Method in enum io.micronaut.core.naming.conventions.StringConvention
Format the string with this format.
format(StringConvention, String) - Static method in enum io.micronaut.core.naming.conventions.StringConvention
Format a string according to a convention.
FORMAT_CSV - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
Values separated with commas ",".
FORMAT_DEEP_OBJECT - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
Values are put in the representation with property name for Map and POJO Object in square after the original parameter name.
FORMAT_MULTI - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
Values are repeated with the same parameter name for Iterable, while Map and POJO Object would be expanded with its property names.
FORMAT_PIPES - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
Values separated with the pipe "|" symbol similarly to CSV being separated with commas.
FORMAT_SSV - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
Values separated with spaces " " similarly to CSV being separated with commas.
FormattingTypeConverter<S,T,A extends Annotation> - Interface in io.micronaut.core.convert.format
 
FormDataHttpContentProcessor - Class in io.micronaut.http.server.netty
Decodes MediaType.MULTIPART_FORM_DATA in a non-blocking manner.
FormDataHttpContentSubscriberFactory - Class in io.micronaut.http.server.netty
FormDataHttpContentSubscriberFactory(NettyHttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.FormDataHttpContentSubscriberFactory
 
forMethod(String) - Static method in enum io.micronaut.core.naming.conventions.MethodConvention
Obtain the method convention for the given method.
forName(String, ClassLoader) - Static method in class io.micronaut.core.reflect.ClassUtils
Attempt to load a class for the given name from the given class loader.
forServer(BeanContext) - Static method in interface io.micronaut.websocket.context.WebSocketBeanRegistry
Create a WebSocketBeanRegistry from the given bean context.
FORWARDED - Static variable in interface io.micronaut.http.HttpHeaders
"Forwarded".
fragment(String) - Method in interface io.micronaut.http.uri.UriBuilder
Sets the URI fragment.
FROM - Static variable in interface io.micronaut.http.HttpHeaders
"From".
fromAnnotation(AnnotationValue<JacksonFeatures>) - Static method in class io.micronaut.jackson.codec.JacksonFeatures
 
fromArray() - Method in interface io.micronaut.inject.ast.ArrayableClassElement
 
fromArray() - Method in interface io.micronaut.inject.ast.ClassElement
Dereference a class element denoting an array type by converting it to its element type.
fromCompletableFuture(Supplier<CompletableFuture<T>>) - Static method in class io.micronaut.core.async.publisher.Publishers
fromCompletableFuture(CompletableFuture<T>) - Static method in class io.micronaut.core.async.publisher.Publishers
fromType(Class<?>) - Static method in class io.micronaut.http.MediaType
Resolve the MediaType produced by the given type based on the Produces annotation.
fulfill(Map<String, Object>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
fulfill(Map<String, Object>) - Method in interface io.micronaut.web.router.RouteMatch
Returns a new RouteMatch fulfilling arguments required by this route to execute.
fulfill(Map<String, Object>) - Method in interface io.micronaut.web.router.UriRouteMatch
 
fulfillArgumentRequirements(RouteMatch<?>, HttpRequest<?>, boolean) - Method in class io.micronaut.http.server.binding.RequestArgumentSatisfier
Attempt to satisfy the arguments of the given route with the data from the given request.
FullHttpRequest<B> - Class in io.micronaut.http
A request wrapper with knowledge of the body argument.
FullHttpRequest(HttpRequest<B>, Argument<B>) - Constructor for class io.micronaut.http.FullHttpRequest
 
FullNettyClientHttpResponse<B> - Class in io.micronaut.http.client.netty
Wraps a Netty FullHttpResponse for consumption by the HttpClient.
FUNCTION - Static variable in interface io.micronaut.context.env.Environment
The application is executing as a function.
FUNCTION_CHARSET - Static variable in interface io.micronaut.function.LocalFunctionRegistry
The name of the default function name.
FUNCTION_NAME - Static variable in interface io.micronaut.function.LocalFunctionRegistry
The name of the default function name.
FUNCTION_PREFIX - Static variable in interface io.micronaut.function.LocalFunctionRegistry
Prefix used to identify function names.
FunctionApplication - Class in io.micronaut.function.executor
Allows executing functions from the CLI.
FunctionApplication() - Constructor for class io.micronaut.function.executor.FunctionApplication
 
FunctionBean - Annotation Type in io.micronaut.function
An annotation applied to classes that should be exposed as functions.
FunctionClient - Annotation Type in io.micronaut.function.client
The FunctionClient annotation allows applying introduction advise to an interface such that methods defined by the interface become invokers of remote or local functions configured by the application.
FunctionClientAdvice - Class in io.micronaut.function.client.aop
Implements advice for the FunctionClient annotation.
FunctionClientAdvice(FunctionDiscoveryClient, FunctionInvokerChooser) - Constructor for class io.micronaut.function.client.aop.FunctionClientAdvice
Constructor.
FunctionDefinition - Interface in io.micronaut.function.client
Represents a discovered function definition.
FunctionDefinitionProvider - Interface in io.micronaut.function.client
Interface for a type that provides function definitions.
FunctionDiscoveryClient - Interface in io.micronaut.function.client
An interface for discovery functions, either remote or local.
FunctionException - Exception in io.micronaut.function.client.exceptions
An exception thrown when an error occurs in the function system.
FunctionException(String) - Constructor for exception io.micronaut.function.client.exceptions.FunctionException
Constructor.
FunctionException(String, Throwable) - Constructor for exception io.micronaut.function.client.exceptions.FunctionException
Constructor.
FunctionExecutionException - Exception in io.micronaut.function.client.exceptions
 
FunctionExecutionException(String) - Constructor for exception io.micronaut.function.client.exceptions.FunctionExecutionException
Constructor.
FunctionExecutionException(String, Throwable) - Constructor for exception io.micronaut.function.client.exceptions.FunctionExecutionException
Constructor.
FunctionExecutor<I,O> - Interface in io.micronaut.function.executor
Allows executing the function configured by LocalFunctionRegistry.FUNCTION_NAME
FunctionExitHandler - Interface in io.micronaut.function.executor
A strategy interface for handling exiting from a function when it is executed via the CLI.
FunctionInitializer - Class in io.micronaut.function.executor
A super class that can be used to initialize a function.
FunctionInitializer() - Constructor for class io.micronaut.function.executor.FunctionInitializer
Constructor.
FunctionInitializer(ApplicationContext) - Constructor for class io.micronaut.function.executor.FunctionInitializer
Start a function for an existing ApplicationContext.
FunctionInitializer(ApplicationContext, boolean) - Constructor for class io.micronaut.function.executor.FunctionInitializer
Start a function for an existing ApplicationContext.
FunctionInitializer.ParseContext - Class in io.micronaut.function.executor
The parse context supplied from the FunctionInitializer.run(String[], Function) method.
FunctionInvoker<I,O> - Interface in io.micronaut.function.client
 
FunctionInvokerChooser - Interface in io.micronaut.function.client
Strategy interface for choosing a FunctionInvoker.
FunctionNotFoundException - Exception in io.micronaut.function.client.exceptions
An exception thrown when no function can be found.
FunctionNotFoundException(String) - Constructor for exception io.micronaut.function.client.exceptions.FunctionNotFoundException
Constructor.

G

GAE - Static variable in interface io.micronaut.context.env.Environment
Cloud provider for google app engine.
generate(String, String) - Method in class io.micronaut.annotation.processing.test.JavaParser
Parses sources into CompilationUnitTree units.
generate(JavaFileObject...) - Method in class io.micronaut.annotation.processing.test.JavaParser
Parses sources into CompilationUnitTree units.
generate(String, String) - Static method in class io.micronaut.annotation.processing.test.Parser
Parses sources into compilation units.
generate(JavaFileObject...) - Static method in class io.micronaut.annotation.processing.test.Parser
Parses sources into compilation units.
Generated - Annotation Type in io.micronaut.core.annotation
A marker annotation for methods that are generated though an annotation processor.
generateDefault() - Method in class io.micronaut.inject.writer.StringSwitchWriter
Generate default statement.
GeneratedFile - Interface in io.micronaut.inject.writer
A common interface to allow referencing a generated file in either Groovy or Java.
generateId(Environment, ServiceInstance) - Method in class io.micronaut.discovery.DefaultServiceInstanceIdGenerator
 
generateId(Environment, ServiceInstance) - Method in interface io.micronaut.discovery.ServiceInstanceIdGenerator
Generates a service ID.
generateId() - Method in class io.micronaut.session.DefaultSessionIdGenerator
 
generateId() - Method in interface io.micronaut.session.SessionIdGenerator
 
generateServiceDescriptor(String, GeneratedFile) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Generates a service discovery for the given class name and file.
generateValueCase(GeneratorAdapter, String, Label) - Method in class io.micronaut.inject.writer.StringSwitchWriter
Generate the switch case.
GenericArgument<T> - Class in io.micronaut.core.type
Captures a generic Argument.
GenericArgument() - Constructor for class io.micronaut.core.type.GenericArgument
Default constructor.
GenericPlaceholder<T> - Interface in io.micronaut.core.type
Extends Argument to allow differentiating the variable name from the argument name in cases where this is required (parameters and fields for example).
GenericPlaceholderElement - Interface in io.micronaut.inject.ast
Represents a generic placeholder in source code.
GenericResource - Class in io.micronaut.http.hateoas
Resource with indeterminate structure.
GenericResource() - Constructor for class io.micronaut.http.hateoas.GenericResource
Create a new resource.
GenericTypeUtils - Class in io.micronaut.core.reflect
Utility methods for dealing with generic types via reflection.
GenericTypeUtils() - Constructor for class io.micronaut.core.reflect.GenericTypeUtils
 
GenericUtils - Class in io.micronaut.annotation.processing
Utility methods for dealing with generic type signatures.
GenericUtils(Elements, Types, ModelUtils) - Constructor for class io.micronaut.annotation.processing.GenericUtils
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
get(CharSequence, Class<T>) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
get() - Method in interface io.micronaut.context.BeanProvider
The get method will materialize an instance of the bean if it is resolvable.
get(Qualifier<T>) - Method in interface io.micronaut.context.BeanProvider
 
get(String) - Method in class io.micronaut.context.env.EmptyPropertySource
 
get(String) - Method in class io.micronaut.context.env.MapPropertySource
 
get(String) - Method in interface io.micronaut.context.env.PropertySource
Get a property value of the given key.
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
 
get(B) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
get(B) - Method in interface io.micronaut.core.beans.BeanProperty
Read the bean value.
get(B, Class<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
Read the value and try to convert it to the given type.
get(B, Argument<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
Read the value and try to convert it to the given type.
get(B, ArgumentConversionContext<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
Read the value and try to convert it to the given type.
get(B, Class<T2>, T2) - Method in interface io.micronaut.core.beans.BeanProperty
Read the value and try to convert it to the given type.
get() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
Obtains the value.
get(CharSequence) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Get a value without applying any conversion.
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
get(CharSequence) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
 
get(Class<T>) - Static method in class io.micronaut.core.optim.StaticOptimizations
Returns, if available, the optimization data of the requested type.
get(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
get() - Method in interface io.micronaut.core.util.functional.ThrowingSupplier
Gets a result.
get(CharSequence) - Method in interface io.micronaut.core.value.OptionalValues
Retrieve a value if it is present.
get(CharSequence) - Method in class io.micronaut.core.value.OptionalValuesMap
 
get(String, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.value.PropertyResolver
 
get(K, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.value.ValueResolver
Resolve the given property for the given name.
get(K, Class<T>) - Method in interface io.micronaut.core.value.ValueResolver
Resolve the given property for the given name.
get(K, Argument<T>) - Method in interface io.micronaut.core.value.ValueResolver
Resolve the given property for the given name.
get(K, Class<T>, T) - Method in interface io.micronaut.core.value.ValueResolver
Resolve the given property for the given name.
get(Class<T>) - Method in class io.micronaut.function.executor.FunctionInitializer.ParseContext
Get.
Get - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.GET.
get(String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
get(CharSequence) - Method in interface io.micronaut.http.cookie.Cookies
Get a cookie by name or return null.
GET(URI) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.GET request for the given URI.
GET(String) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.GET request for the given URI.
get(String) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.GET request for the given URI.
get(CharSequence, Class<T>) - Method in class io.micronaut.http.netty.cookies.NettyCookies
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.cookies.NettyCookies
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
get(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
get(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpParameters
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.NettyHttpParameters
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
get(NettyHttpRequest<?>) - Static method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
Lookup the response from the request.
get(CharSequence, Class<T>) - Method in class io.micronaut.http.simple.cookies.SimpleCookies
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.simple.cookies.SimpleCookies
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
get(CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
get(CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpParameters
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.simple.SimpleHttpParameters
 
get(String) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
get(Map<String, Object>) - Method in interface io.micronaut.inject.ParametrizedProvider
 
get(Object...) - Method in interface io.micronaut.inject.ParametrizedProvider
 
get() - Method in interface io.micronaut.inject.ParametrizedProvider
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.jackson.databind.convert.ObjectNodeConvertibleValues
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.json.convert.JsonNodeConvertibleValues
 
get(String) - Method in class io.micronaut.json.tree.JsonArray
 
get(int) - Method in class io.micronaut.json.tree.JsonArray
 
get(String) - Method in class io.micronaut.json.tree.JsonNode
 
get(int) - Method in class io.micronaut.json.tree.JsonNode
 
get(String) - Method in class io.micronaut.json.tree.JsonObject
 
get(int) - Method in class io.micronaut.json.tree.JsonObject
 
get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.session.InMemorySession
 
get(CharSequence) - Method in interface io.micronaut.session.Session
Retrieve an attribute for the given name.
GET(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
GET(String, Class<?>, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
GET(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
GET(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
GET(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP GET.
GET(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
GET(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
GET(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
GET(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
GET(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
GET(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
GET(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
GET(String, Class<?>, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
GET(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.GET method and the given URI.
GET_EXECUTABLE_AT_INDEX_METHOD - Static variable in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
getAccessibleTargetMethodByIndex(int) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Find Method representation at the method by index.
getAccessLogger() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Returns the AccessLogger configuration.
getAccount() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getAccount() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getAcquireTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
The time to wait to acquire a connection.
getActiveBeanRegistration(BeanDefinition<T>, Qualifier) - Method in class io.micronaut.context.DefaultBeanContext
Find an active singleton bean for the given definition and qualifier.
getActiveBeanRegistrations(Qualifier<?>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find active Singleton beans for the given qualifier.
getActiveBeanRegistrations(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find active Singleton beans for the given bean type.
getActiveBeanRegistrations(Qualifier<?>) - Method in class io.micronaut.context.DefaultBeanContext
 
getActiveBeanRegistrations(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getActiveNames() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getActiveNames() - Method in interface io.micronaut.context.env.Environment
Should respect the order as provided.
getAdditionalModules() - Method in class io.micronaut.jackson.codec.JacksonFeatures
Additional modules to load.
getAdditionalProperties() - Method in class io.micronaut.http.hateoas.GenericResource
Get the properties of this resource, as an untyped map.
getAdditionalTypes() - Method in class io.micronaut.http.codec.CodecConfiguration
 
getAggregatingTypeElementVisitorProcessor() - Method in class io.micronaut.annotation.processing.test.JavaParser
The type element visitor processor to use.
getAlias() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
 
getAll(CharSequence) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Get all the values for the given name without applying conversion.
getAll(CharSequence) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
getAll() - Method in interface io.micronaut.http.cookie.Cookies
 
getAll() - Method in class io.micronaut.http.netty.cookies.NettyCookies
 
getAll(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
getAll(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpParameters
 
getAll() - Method in class io.micronaut.http.simple.cookies.SimpleCookies
 
getAll(CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
getAll(CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpParameters
 
getAllBeanDefinitions() - Method in interface io.micronaut.context.BeanDefinitionRegistry
Get all of the registered BeanDefinition.
getAllBeanDefinitions() - Method in class io.micronaut.context.DefaultBeanContext
 
getAllInterfaces(TypeElement) - Method in class io.micronaut.annotation.processing.ModelUtils
 
getAllInterfaces(Class<?>) - Static method in class io.micronaut.core.reflect.ReflectionUtils
 
getAllowedHeaders() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
getAllowedHosts() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
getAllowedMethods() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
getAllowedOrigins() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
getAllProperties(StringConvention, MapFormat.MapTransformation) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
Returns a combined Map of all properties in the catalog.
getAllTypeArguments() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getAllTypeArguments() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getAllTypeArguments() - Method in interface io.micronaut.inject.ast.ClassElement
Builds a map of all the type parameters for a class, its super classes and interfaces.
getAndResetDependentBeans() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getAndResetDependentBeans() - Method in interface io.micronaut.context.BeanResolutionContext
 
getAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Find an AnnotationValue for the given annotation name.
getAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Find an AnnotationValue for the given annotation name.
getAnnotation(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Gets a list of AnnotationValue for the given member.
getAnnotation(String) - Method in class io.micronaut.core.annotation.AnnotationValue
Gets a list of AnnotationValue for the given member.
getAnnotationMappers(String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtain the annotation mappers for the given annotation name.
getAnnotationMember(Element, CharSequence) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationMember(AnnotatedNode, CharSequence) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationMember(T, CharSequence) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Get the annotation member.
getAnnotationMemberName(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationMemberName(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationMemberName(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the name of an annotation member.
getAnnotationMembers(String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationMembers(String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationMembers(String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Gets the annotation members for the given type.
getAnnotationMetadata(Element) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Get the annotation metadata for the given element.
getAnnotationMetadata(Element, Element) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Get the annotation metadata for the given element and the given parent.
getAnnotationMetadata(List<Element>, Element) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Get the annotation metadata for the given element and the given parents.
getAnnotationMetadata(TypeElement) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
 
getAnnotationMetadata() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
getAnnotationMetadata() - Method in class io.micronaut.aop.chain.InterceptorChain
 
getAnnotationMetadata() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
getAnnotationMetadata() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getAnnotationMetadata() - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractExecutableMethod
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getAnnotationMetadata() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
getAnnotationMetadata() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
getAnnotationMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
Supplies the metadata.
getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
 
getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
getAnnotationMetadata() - Method in interface io.micronaut.core.bind.BoundExecutable
 
getAnnotationMetadata() - Method in interface io.micronaut.core.convert.ArgumentConversionContext
 
getAnnotationMetadata() - Method in class io.micronaut.core.type.DefaultArgument
 
getAnnotationMetadata() - Method in class io.micronaut.http.client.filter.ClientFilterResolutionContext
 
getAnnotationMetadata() - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationMetadata() - Method in class io.micronaut.inject.annotation.AnnotationMetadataReference
 
getAnnotationMetadata() - Method in class io.micronaut.inject.ArgumentBeanType
 
getAnnotationMetadata() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
getAnnotationMetadata() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getAnnotationMetadata(T) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
getAnnotationMetadata() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getAnnotationMetadata() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getAnnotationMetadata() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
getAnnotationMetadata() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
getAnnotationMetadata() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getAnnotationMetadata() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getAnnotationMirror(String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationMirror(String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationMirror(String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Return a mirror for the given annotation.
getAnnotationName() - Method in enum io.micronaut.aop.InterceptorKind
 
getAnnotationName() - Method in class io.micronaut.core.annotation.AnnotationValue
The annotation name.
getAnnotationNameByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getAnnotationNameByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getAnnotationNameByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationNameByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationNameByStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationNames() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
All the annotation names this metadata declares.
getAnnotationNames() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationNames() - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationNames() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationNames() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationNamesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotation names that feature the given stereotype.
getAnnotationNamesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotation names that feature the given stereotype.
getAnnotationNamesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationNamesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationNamesByStereotype(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationNamesByStereotype(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationNamesByStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationPredicates() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getAnnotationProcessors() - Method in class io.micronaut.annotation.processing.test.JavaParser
The list of processors to use.
getAnnotations(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Gets a list of AnnotationValue for the given member.
getAnnotations(String) - Method in class io.micronaut.core.annotation.AnnotationValue
Gets a list of AnnotationValue for the given member.
getAnnotationsForType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationsForType(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationsForType(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtain the annotations for the given type.
getAnnotationTransformers(String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtain the transformers mappers for the given annotation name.
getAnnotationType() - Method in enum io.micronaut.aop.InterceptorKind
 
getAnnotationType(String, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets the type for a given annotation if it is present on the classpath.
getAnnotationType(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets the type for a given annotation if it is present on the classpath.
getAnnotationType(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationType(String, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationType() - Method in interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder
 
getAnnotationType() - Method in interface io.micronaut.http.bind.binders.BodyArgumentBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.CookieAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.HeaderAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.ParameterAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.PathVariableAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.QueryValueArgumentBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.RequestAttributeAnnotationBinder
 
getAnnotationType() - Method in class io.micronaut.http.bind.binders.RequestBeanAnnotationBinder
 
getAnnotationType() - Method in interface io.micronaut.http.client.bind.AnnotatedClientArgumentRequestBinder
 
getAnnotationType() - Method in interface io.micronaut.http.client.bind.AnnotatedClientRequestBinder
 
getAnnotationType() - Method in class io.micronaut.http.client.bind.binders.AttributeClientRequestBinder
 
getAnnotationType() - Method in class io.micronaut.http.client.bind.binders.HeaderClientRequestBinder
 
getAnnotationType() - Method in class io.micronaut.http.client.bind.binders.QueryValueClientArgumentRequestBinder
 
getAnnotationType() - Method in class io.micronaut.http.client.bind.binders.VersionClientRequestBinder
 
getAnnotationType(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationType(String, ClassLoader) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationType(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationType(String, ClassLoader) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationType(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationType(String, ClassLoader) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationType() - Method in class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
 
getAnnotationType() - Method in class io.micronaut.session.binder.SessionValueArgumentBinder
 
getAnnotationTypeByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getAnnotationTypeByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getAnnotationTypeByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationTypeByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationTypeByStereotype(Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationTypeByStereotype(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationTypeByStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationTypeName(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationTypeName(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationTypeName(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Get the given type of the annotation.
getAnnotationTypesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotation names that feature the given stereotype.
getAnnotationTypesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotation names that feature the given stereotype.
getAnnotationTypesByStereotype(Class<? extends Annotation>, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotation names that feature the given stereotype.
getAnnotationTypesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationTypesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationTypesByStereotype(Class<? extends Annotation>, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationUtils() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The annotation utils.
getAnnotationValues(Element, Element, Class<?>) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getAnnotationValues(AnnotatedNode, AnnotatedNode, Class<?>) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getAnnotationValues(T, T, Class<?>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Resolve the annotations values from the given member for the given type.
getAnnotationValuesByName(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets all the annotation values by the given repeatable type name.
getAnnotationValuesByName(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationValuesByName(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getAnnotationValuesByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets all the annotation values by the given repeatable type.
getAnnotationValuesByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getApplicationConfiguration() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getApplicationConfiguration() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getApplicationConfiguration() - Method in class io.micronaut.messaging.MessagingApplication
 
getApplicationConfiguration() - Method in interface io.micronaut.runtime.EmbeddedApplication
 
getApplicationContext() - Method in interface io.micronaut.context.ApplicationContextProvider
Resolves the ApplicationContext for this class.
getApplicationContext() - Method in class io.micronaut.function.executor.AbstractExecutor
 
getApplicationContext() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getApplicationContext() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getApplicationContext() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getApplicationContext() - Method in class io.micronaut.messaging.MessagingApplication
 
getApplicationContext() - Method in interface io.micronaut.runtime.EmbeddedApplication
 
getArgument() - Method in interface io.micronaut.context.BeanResolutionContext.Segment
 
getArgument() - Method in exception io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
 
getArgument() - Method in interface io.micronaut.core.convert.ArgumentConversionContext
 
getArgument() - Method in exception io.micronaut.core.convert.exceptions.ConversionErrorException
 
getArgument() - Method in interface io.micronaut.inject.ArgumentInjectionPoint
 
getArgument() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedRouteException
 
getArgumentNames() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getArgumentNames() - Method in interface io.micronaut.inject.MethodReference
 
getArguments() - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
getArguments() - Method in class io.micronaut.aop.chain.InterceptorChain
 
getArguments() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
getArguments() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
 
getArguments() - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
getArguments() - Method in interface io.micronaut.core.beans.BeanConstructor
 
getArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
 
getArguments() - Method in interface io.micronaut.core.type.Executable
The required argument types.
getArguments() - Method in interface io.micronaut.inject.CallableInjectionPoint
 
getArguments() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getArguments() - Method in interface io.micronaut.inject.ExecutionHandle
 
getArguments() - Method in interface io.micronaut.inject.MethodReference
 
getArgumentTypes() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getArgumentTypes() - Method in class io.micronaut.context.AbstractExecutableMethod
 
getArgumentTypes() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getArgumentTypes() - Method in interface io.micronaut.inject.MethodReference
 
getArrayDimensions() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getArrayDimensions() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getArrayDimensions() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getArrayDimensions() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
getArrayDimensions() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
getArrayDimensions() - Method in interface io.micronaut.inject.ast.TypedElement
If the type is an array, the number of dimensions.
getArraySizeThreshold() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getArraySizeThreshold() - Method in interface io.micronaut.json.JsonConfiguration
 
getAssertFalseValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The AssertFalse validator.
getAssertTrueValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The AssertTrue validator.
getAttribute(CharSequence) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getAttribute(CharSequence) - Method in interface io.micronaut.context.BeanResolutionContext
 
getAttribute(CharSequence) - Method in class io.micronaut.context.DefaultBeanContext
 
getAttribute(CharSequence, Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getAttribute(CharSequence) - Method in interface io.micronaut.core.attr.AttributeHolder
Obtain the value of an attribute on the HTTP method.
getAttribute(CharSequence, Class<T>) - Method in interface io.micronaut.core.attr.AttributeHolder
Obtain the value of an attribute on the HTTP method.
getAttribute(CharSequence) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getAttributes() - Method in class io.micronaut.context.DefaultBeanContext
 
getAttributes() - Method in interface io.micronaut.core.attr.AttributeHolder
A MutableConvertibleValues of the attributes for object.
getAttributes() - Method in interface io.micronaut.core.attr.MutableAttributeHolder
Overrides the default AttributeHolder.getAttributes() method to return a mutable object.
getAttributes() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getAttributes() - Method in interface io.micronaut.http.HttpMessage
A MutableConvertibleValues of the attributes for this HTTP message.
getAttributes() - Method in class io.micronaut.http.HttpMessageWrapper
 
getAttributes() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getAttributes() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getAttributes() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getAttributes() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getAttributes() - Method in interface io.micronaut.websocket.WebSocketSession
 
getAuthorization() - Method in interface io.micronaut.http.HttpHeaders
 
getAvailabilityZone() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getAvailabilityZone() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getAvailableFunctions() - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
getAvailableFunctions() - Method in interface io.micronaut.function.LocalFunctionRegistry
A map of available functions with the key being the function name and the value being the function URI.
getAvailableFunctions() - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
A map of available functions with the key being the function name and the value being the function URI.
getBean(BeanDefinition<T>) - Method in interface io.micronaut.context.BeanLocator
Obtains a Bean for the given bean definition.
getBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Obtains a Bean for the given type and qualifier.
getBean(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Obtains a Bean for the given type and qualifier.
getBean(Argument<T>) - Method in interface io.micronaut.context.BeanLocator
Obtains a Bean for the given type and qualifier.
getBean(Class<T>) - Method in interface io.micronaut.context.BeanLocator
Obtains a Bean for the given type.
getBean() - Method in class io.micronaut.context.BeanRegistration
 
getBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBean(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBean(BeanResolutionContext, Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
Get a bean of the given type.
getBean(BeanDefinition<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBean(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Get a bean of the given type and qualifier.
getBean(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Get a bean of the given type and qualifier.
getBean(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBean() - Method in class io.micronaut.context.event.BeanEvent
 
getBean() - Method in interface io.micronaut.core.beans.BeanWrapper
 
getBeanContext() - Method in interface io.micronaut.context.condition.ConditionContext
 
getBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinition(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinition(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinition(Argument<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinition() - Method in class io.micronaut.context.BeanRegistration
 
getBeanDefinition(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinition() - Method in class io.micronaut.context.event.BeanEvent
 
getBeanDefinition() - Method in interface io.micronaut.inject.BeanDefinitionMethodReference
 
getBeanDefinition() - Method in interface io.micronaut.websocket.context.WebSocketBean
The bean definition.
getBeanDefinitionInjectProcessor() - Method in class io.micronaut.annotation.processing.test.JavaParser
getBeanDefinitionName() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
getBeanDefinitionName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getBeanDefinitionName() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
getBeanDefinitionName() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
getBeanDefinitionName() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
getBeanDefinitionName() - Method in interface io.micronaut.inject.BeanDefinitionReference
 
getBeanDefinitionName() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
getBeanDefinitionName() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getBeanDefinitionName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getBeanDefinitionQualifiedClassName() - Method in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
Obtains the class name of the bean definition to be written.
getBeanDefinitionReferenceClassName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getBeanDefinitionReferenceClassName() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getBeanDefinitionReferenceClassName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getBeanDefinitionReferences() - Method in interface io.micronaut.context.BeanDefinitionRegistry
Get all of the enabled BeanDefinitionReference.
getBeanDefinitionReferences() - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitions(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinitions(Argument<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinitions(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinitions(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain a BeanDefinition for the given type.
getBeanDefinitions(Qualifier<Object>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Get all of the BeanDefinition for the given qualifier.
getBeanDefinitions(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitions(Argument<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitions(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitions(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitions(Qualifier<Object>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanDefinitionType() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
Implementors should provide an implementation of this method that returns the bean definition type.
getBeanDefinitionType() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
Implementors should provide an implementation of this method that returns the bean definition type.
getBeanElementBuilders() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getBeanElementBuilders() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getBeanForAnnotation(BeanResolutionContext, BeanContext, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getBeanForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean definition for a constructor at the given index
getBeanForConstructorArgument(BeanResolutionContext, BeanContext, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean definition for a constructor at the given index
getBeanForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean definition for the field at the given index and the argument at the given index
getBeanForField(BeanResolutionContext, BeanContext, FieldInjectionPoint) - Method in class io.micronaut.context.AbstractBeanDefinition
Resolves a bean for the given FieldInjectionPoint.
getBeanForField(BeanResolutionContext, BeanContext, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean definition for the field at the given index and the argument at the given index
getBeanForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean definition for the method at the given index and the argument at the given index
getBeanForMethodArgument(BeanResolutionContext, BeanContext, int, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean definition for the method at the given index and the argument at the given index
getBeanForSetter(BeanResolutionContext, BeanContext, String, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean definition for the method at the given index and the argument at the given index
getBeanIdentifier() - Method in class io.micronaut.context.event.BeanCreatedEvent
 
getBeanIntrospection(Object, Class<?>) - Method in class io.micronaut.validation.validator.DefaultValidator
looks up a bean introspection for the given object by instance's class or defined class.
getBeanIntrospection(Object) - Method in class io.micronaut.validation.validator.DefaultValidator
looks up a bean introspection for the given object.
getBeanMethods() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getBeanMethods() - Method in interface io.micronaut.core.beans.BeanIntrospection
Returns the BeanMethod instances for this introspection.
getBeanMethods() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getBeanProperties() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getBeanProperties() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getBeanProperties() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getBeanProperties() - Method in interface io.micronaut.core.beans.BeanIntrospection
 
getBeanProperties() - Method in interface io.micronaut.core.beans.BeanWrapper
The properties.
getBeanProperties() - Method in interface io.micronaut.inject.ast.ClassElement
Returns the bean properties (getters and setters) for this class element.
getBeanProperties() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getBeanPropertiesIndexedSubset(int[]) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Returns subset of bean properties defined by an array of indexes.
getBeanRegistration(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find a bean registration for the given bean type and optional qualifier.
getBeanRegistration(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find a bean registration for the given bean type and optional qualifier.
getBeanRegistration(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanRegistration(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanRegistration(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Obtains the bean registration for the given type and qualifier.
getBeanRegistrationForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean registration for a method injection point.
getBeanRegistrationForConstructorArgument(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean registration for a method injection point.
getBeanRegistrationForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean registration for a field injection point.
getBeanRegistrationForField(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean registration for a field injection point.
getBeanRegistrationForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean registration for a method injection point.
getBeanRegistrationForMethodArgument(BeanResolutionContext, BeanContext, int, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean registration for a method injection point.
getBeanRegistrations(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find and if necessary initialize Singleton beans for the given bean type, returning all the active registrations.
getBeanRegistrations(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find and if necessary initialize Singleton beans for the given bean type, returning all the active registrations.
getBeanRegistrations(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Find and if necessary initialize Singleton beans for the given bean type, returning all the active registrations.
getBeanRegistrations(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanRegistrations(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanRegistrations(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeanRegistrations(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Obtains the bean registrations for the given type and qualifier.
getBeanRegistrationsForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
getBeanRegistrationsForConstructorArgument(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
getBeanRegistrationsForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a field injection point.
getBeanRegistrationsForField(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a field injection point.
getBeanRegistrationsForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a method injection point.
getBeanRegistrationsForMethodArgument(BeanResolutionContext, BeanContext, int, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a method injection point.
getBeanResolutionContext() - Method in interface io.micronaut.context.condition.ConditionContext
 
getBeans() - Method in class io.micronaut.management.endpoint.beans.BeansEndpoint
 
getBeans(Collection<BeanDefinition<?>>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionDataCollector
 
getBeanSimpleName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getBeanSimpleName() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getBeanSimpleName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getBeansOfType(Class<T>) - Method in interface io.micronaut.context.BeanLocator
Get all beans of the given type.
getBeansOfType(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Get all beans of the given type.
getBeansOfType(Argument<T>) - Method in interface io.micronaut.context.BeanLocator
Get all beans of the given type.
getBeansOfType(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Get all beans of the given type.
getBeansOfType(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeansOfType(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeansOfType(Argument<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeansOfType(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getBeansOfType(BeanResolutionContext, Argument<T>) - Method in class io.micronaut.context.DefaultBeanContext
Get all beans of the given type.
getBeansOfType(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Get all beans of the given type and qualifier.
getBeansOfTypeForConstructorArgument(BeanResolutionContext, BeanContext, ConstructorInjectionPoint<T>, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index.
getBeansOfTypeForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index.
getBeansOfTypeForConstructorArgument(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a constructor argument at the given index.
getBeansOfTypeForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for the field at the given index.
getBeansOfTypeForField(BeanResolutionContext, BeanContext, FieldInjectionPoint) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean definition for the field at the given index and the argument at the given index
getBeansOfTypeForField(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for the field at the given index.
getBeansOfTypeForMethodArgument(BeanResolutionContext, BeanContext, MethodInjectionPoint, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for the method at the given index and the argument at the given index
getBeansOfTypeForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index.
getBeansOfTypeForMethodArgument(BeanResolutionContext, BeanContext, int, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a method argument at the given index.
getBeansOfTypeForSetter(BeanResolutionContext, BeanContext, String, Argument, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a method argument at the given index.
getBeanType() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
getBeanType() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getBeanType() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getBeanType() - Method in class io.micronaut.context.BeanRegistration
 
getBeanType() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
getBeanType() - Method in exception io.micronaut.context.exceptions.NonUniqueBeanException
 
getBeanType() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getBeanType() - Method in interface io.micronaut.core.beans.BeanIntrospection
The bean type.
getBeanType() - Method in interface io.micronaut.core.beans.BeanIntrospectionReference
The type.
getBeanType() - Method in interface io.micronaut.core.beans.BeanMap
 
getBeanType() - Method in class io.micronaut.inject.ArgumentBeanType
 
getBeanType() - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
getBeanType() - Method in interface io.micronaut.inject.BeanDefinition
 
getBeanType() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getBeanType() - Method in interface io.micronaut.inject.BeanType
Returns the bean type.
getBeanType() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getBeanType() - Method in class io.micronaut.inject.provider.BeanProviderDefinition
 
getBeanType() - Method in class io.micronaut.inject.provider.JakartaProviderBeanDefinition
 
getBeanType() - Method in class io.micronaut.inject.provider.JavaxProviderBeanDefinition
 
getBeanType() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
getBeanType() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
 
getBeanTypeName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getBeanTypeName() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getBeanTypeName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getBeanTypes() - Method in interface io.micronaut.inject.ast.beans.BeanElement
The type names produced by the bean.
getBeanTypes() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getBeanValidator() - Method in interface io.micronaut.context.BeanContext
 
getBeanValidator() - Method in class io.micronaut.context.DefaultBeanContext
 
getBigDecimal(T) - Method in interface io.micronaut.validation.validator.constraints.DigitsValidator
Resolve a big decimal for the given value.
getBigDecimalValue() - Method in class io.micronaut.json.tree.JsonNode
 
getBigIntegerValue() - Method in class io.micronaut.json.tree.JsonNode
 
getBinderRegistry() - Method in class io.micronaut.http.server.binding.RequestArgumentSatisfier
 
getBody() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getBody(Class<T>) - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getBody(Argument<T>) - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getBody() - Method in exception io.micronaut.http.exceptions.HttpStatusException
 
getBody() - Method in class io.micronaut.http.FullHttpRequest
 
getBody() - Method in interface io.micronaut.http.HttpMessage
 
getBody(Argument<T>) - Method in interface io.micronaut.http.HttpMessage
Return the body as the given type.
getBody(Class<T>) - Method in interface io.micronaut.http.HttpMessage
Return the body as the given type.
getBody() - Method in class io.micronaut.http.HttpMessageWrapper
 
getBody(Class<T>) - Method in class io.micronaut.http.HttpMessageWrapper
 
getBody(Argument<T>) - Method in class io.micronaut.http.HttpMessageWrapper
 
getBody() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getBody(Class<T1>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getBody(Argument<T>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getBody() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getBody(Class<T1>) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getBody(Argument<T1>) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getBody() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getBodyArgument() - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
getBodyArgument() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
getBodyArgument() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getBodyArgument() - Method in interface io.micronaut.web.router.RouteMatch
 
getBodyType() - Method in interface io.micronaut.web.router.RouteInfo
 
getBodyVariableName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedBodyRouteException
 
getBoolean(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBooleanArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for boolean[].
getBooleanValue() - Method in class io.micronaut.json.tree.JsonNode
 
getBoundArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
That arguments that will be used to invoke the method.
getBoundGenericTypes() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getBoundGenericTypes() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getBoundGenericTypes() - Method in interface io.micronaut.inject.ast.ClassElement
The list of type arguments bound to this type, or an empty list if there are no type arguments or this is a raw type.
getBoundPorts() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServer
Gets the set of all ports this Netty server is bound to.
getBoundPorts() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getBounds() - Method in interface io.micronaut.inject.ast.GenericPlaceholderElement
Returns the bounds of this the generic placeholder empty.
getBy() - Method in class io.micronaut.http.server.util.ProxyHeaderParser
 
getByte(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Get the byte at the specified index.
getByte(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getByteArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for byte[].
getByteBuf() - Method in class io.micronaut.http.server.netty.HttpDataReference.Component
 
getByteBuf() - Method in class io.micronaut.http.server.netty.multipart.NettyPartData
 
getByteBuffer() - Method in interface io.micronaut.http.multipart.PartData
Gets the content of this chunk as a ByteBuffer.
getByteBuffer() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
getByteBuffer() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
Gets the content of this part as a ByteBuffer.
getByteBuffer() - Method in class io.micronaut.http.server.netty.multipart.NettyPartData
The contents of the chunk are released immediately.
getBytes() - Method in interface io.micronaut.http.multipart.PartData
Gets the content of this chunk as a byte[].
getBytes(int, ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, ByteBuf, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, ByteBuf, int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, byte[]) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, byte[], int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, ByteBuffer) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, OutputStream, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, GatheringByteChannel, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes(int, FileChannel, long, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getBytes() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
getBytes() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
Gets the content of this part as a byte[].
getBytes() - Method in class io.micronaut.http.server.netty.multipart.NettyPartData
The contents of the chunk are released immediately.
getCacheControl() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
 
getCacheControl() - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
 
getCacheSeconds() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
 
getCacheSeconds() - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
 
getCanonicalName() - Method in interface io.micronaut.inject.ast.ClassElement
This method will return the name of the underlying type automatically unwrapping in the case of an optional or wrapped representation of the type.
getCapturedException() - Method in interface io.micronaut.retry.RetryState
 
getCause() - Method in interface io.micronaut.core.convert.ConversionError
 
getCertificate() - Method in interface io.micronaut.http.HttpRequest
Retrieves the Certificate used for mutual authentication.
getCertificate() - Method in class io.micronaut.http.HttpRequestWrapper
 
getChannelGroup() - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
Returns the ChannelGroup used to store WebSocketSessions.
getChannelGroup() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getChannelHandlerContext() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getChannelOptionFactory() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getChannelOptionFactory() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getChannelOptions() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getChar(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getCharacterEncoding() - Method in interface io.micronaut.http.HttpMessage
 
getCharacterEncoding() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getCharArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for char[].
getCharSequence(int, int, Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getCharset() - Method in interface io.micronaut.core.convert.ConversionContext
 
getCharset() - Method in class io.micronaut.http.MediaType
 
getCheckInterval() - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
The interval to wait between checks.
getChildBeans() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Any child bean definitions.
getChildOptions() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getCidr() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
getCiphers() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getClassArrayName(TypeElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Get the array class name for the given type element.
getClassElement(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getClassElement(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getClassElement(Class<?>) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getClassElement(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
This method will lookup another class element by name.
getClassElement(Class<?>) - Method in interface io.micronaut.inject.visitor.VisitorContext
This method will lookup another class element by name.
getClassElements(String, String...) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getClassElements(String, String...) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getClassElements(String, String...) - Method in interface io.micronaut.inject.visitor.VisitorContext
Find all the classes within the given package and having the given annotation.
getClassesOutputPath() - Method in interface io.micronaut.inject.visitor.VisitorContext
Provide the Path to the annotation processing classes output directory, i.e.
getClassFileName(String) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getClassLoader() - Method in interface io.micronaut.context.BeanContext
 
getClassLoader() - Method in interface io.micronaut.context.BeanContextConfiguration
The class loader to use.
getClassLoader() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getClassLoader() - Method in class io.micronaut.context.DefaultBeanContext
 
getClassLoader() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getClassLoader() - Method in interface io.micronaut.context.env.Environment
 
getClassLoader() - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
The class loader to use.
getClassLoader() - Method in interface io.micronaut.core.io.scan.ClassPathResourceLoader
 
getClassLoader() - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
 
getClassName() - Method in class io.micronaut.inject.annotation.AnnotationMetadataReference
 
getClassName() - Method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
 
getClassName(TypeElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Get the class name for the given type element.
getClassname(TypedElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Return the type reference for a class.
getClassName() - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
getClassName() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
getClassNameWithoutPackage(TypeElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Get the class name for the given type element without the package.
getClassPathResourceLoader() - Method in class io.micronaut.http.resource.ResourceLoaderFactory
 
getClasspathResources(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getClasspathResources(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getClasspathResources(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
Obtain a set of resources from the user classpath.
getClassType() - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
 
getClassType() - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
getClassWriter() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.HttpClientRegistry
Return the client for the given annotation metadata.
getClient(HttpVersion, String, String) - Method in interface io.micronaut.http.client.HttpClientRegistry
Return the client for the client ID and path.
getClient(HttpVersion, String, String) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getClientAddressHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getClientAuthentication() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getClientIds() - Method in class io.micronaut.http.client.filter.ClientFilterResolutionContext
 
getClientName() - Method in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
 
getClock() - Method in class io.micronaut.validation.validator.DefaultClockProvider
 
getClockProvider() - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidatorContext
Returns the provider for obtaining the current time in the form of a Clock, e.g.
getClockProvider() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getClockProvider() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getClockProvider() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
 
getCode() - Method in enum io.micronaut.http.HttpStatus
 
getCode() - Method in class io.micronaut.websocket.CloseReason
 
getCodec() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
getCodecs() - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
getCodecs() - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
getCodecs() - Method in class io.micronaut.http.codec.DefaultMediaTypeCodecRegistry
 
getCodecs() - Method in interface io.micronaut.http.codec.MediaTypeCodecRegistry
 
getComment() - Method in interface io.micronaut.http.sse.Event
 
getCompilationUnit() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getCompiler() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
getCompletedValue() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
getComponent() - Method in interface io.micronaut.context.condition.ConditionContext
The component for which the condition is being evaluated.
getCompressionLevel() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The default compression level.
getCompressionLevel() - Method in interface io.micronaut.http.server.netty.HttpCompressionStrategy
 
getCompressionThreshold() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The default compression threshold.
getComputePlatform() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getComputePlatform() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
getConfiguration() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
getConfiguration() - Method in interface io.micronaut.inject.visitor.VisitorContext
 
getConfiguration() - Method in class io.micronaut.session.http.CookieHttpSessionStrategy
 
getConfigurationMetadataBuilder() - Static method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
Obtains the currently active metadata builder.
getConfigurations() - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
 
getConfigurations() - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
getConfiguredHost(HttpRequest, HttpServerConfiguration.HostResolutionConfiguration) - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
 
getConfiguredHost(HttpRequest, String, String, String, boolean) - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
 
getConnectionPoolConfiguration() - Method in class io.micronaut.http.client.DefaultHttpClientConfiguration
 
getConnectionPoolConfiguration() - Method in class io.micronaut.http.client.HttpClientConfiguration
Obtains the connection pool configuration.
getConnectionPoolConfiguration() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
 
getConnectionPoolIdleTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getConnectTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getConnectTtl() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getConstantPropertySources() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getConstraintsForClass(Class<?>) - Method in class io.micronaut.validation.validator.DefaultValidator
 
getConstraintType() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators.ValidatorKey
 
getConstraintValidator(Class<A>, Class<T>) - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidatorRegistry
Finds a constraint validator for the given type and target type.
getConstraintValidatorFactory() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getConstraintValidatorRegistry() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getConstraintValidatorRegistry() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
 
getConstructor() - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
getConstructor() - Method in interface io.micronaut.aop.ConstructorInvocationContext
 
getConstructor() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getConstructor() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getConstructor() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getConstructor() - Method in interface io.micronaut.core.beans.BeanIntrospection
 
getConstructor() - Method in interface io.micronaut.inject.BeanDefinition
The single concrete constructor that is an injection point for creating the bean.
getConstructor() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getConstructor() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getConstructorAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getConstructorArguments() - Method in interface io.micronaut.core.beans.BeanIntrospection
The constructor arguments needed to instantiate the bean.
getConstructorArguments() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getConstructorDescriptor(Class<?>...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getConstructorDescriptor(Type[]) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getConstructorDescriptor(Collection<ParameterElement>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getConsumes() - Method in interface io.micronaut.web.router.Route
The media types able to produced by this route.
getConsumes() - Method in interface io.micronaut.web.router.RouteInfo
The media types able to produced by this route.
getContainerElement() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getContainerElement() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getContainerElement() - Method in interface io.micronaut.inject.BeanDefinition
If BeanType.isContainerType() returns true this will return the container element.
getContent() - Method in class io.micronaut.websocket.WebSocketPongMessage
 
getContentLength() - Method in interface io.micronaut.http.HttpMessage
 
getContentType() - Method in interface io.micronaut.http.HttpHeaders
 
getContentType() - Method in interface io.micronaut.http.HttpMessage
The request or response content type.
getContentType() - Method in interface io.micronaut.http.multipart.FileUpload
Gets the content type of this part.
getContentType() - Method in interface io.micronaut.http.multipart.PartData
Gets the content type of this chunk.
getContentType() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getContentType() - Method in class io.micronaut.http.server.netty.HttpDataReference
 
getContentType() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
getContentType() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
getContentType() - Method in class io.micronaut.http.server.netty.multipart.NettyPartData
 
getContentType() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
getContext() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getContext() - Method in interface io.micronaut.context.BeanResolutionContext
 
getContextConfiguration() - Method in interface io.micronaut.context.BeanContext
Obtains the configuration for this context.
getContextConfiguration() - Method in class io.micronaut.context.DefaultBeanContext
 
getContextPath() - Method in interface io.micronaut.discovery.ServiceInstanceList
 
getContextPath() - Method in class io.micronaut.discovery.StaticServiceInstanceList
 
getContextPath() - Method in class io.micronaut.http.client.loadbalance.FixedLoadBalancer
 
getContextPath() - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListRoundRobinLoadBalancer
 
getContextPath() - Method in interface io.micronaut.http.client.LoadBalancer
 
getContextPath() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
 
getContextPath() - Method in interface io.micronaut.http.context.ClientContextPathProvider
 
getContextPath() - Method in interface io.micronaut.http.context.ServerContextPathProvider
 
getContextPath() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getConvention() - Method in class io.micronaut.context.env.EnvironmentPropertySource
 
getConvention() - Method in class io.micronaut.context.env.KubernetesEnvironmentPropertySource
 
getConvention() - Method in interface io.micronaut.context.env.PropertySource
 
getConversionError() - Method in exception io.micronaut.core.convert.exceptions.ConversionErrorException
 
getConversionErrors() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
 
getConversionService() - Method in interface io.micronaut.context.ApplicationContext
 
getConversionService() - Method in interface io.micronaut.context.ApplicationContextConfiguration
The default conversion service to use.
getConversionService() - Method in class io.micronaut.context.DefaultApplicationContext
 
getConvertibleValues() - Method in class io.micronaut.core.annotation.AnnotationValue
 
getCookie(String) - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getCookie(String) - Method in interface io.micronaut.http.HttpResponse
Helper method for retrieving a single Cookie on a response.
getCookieDomain() - Method in interface io.micronaut.http.cookie.CookieConfiguration
Gets the domain name of this Cookie.
getCookieDomain() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getCookieMaxAge() - Method in interface io.micronaut.http.cookie.CookieConfiguration
 
getCookieMaxAge() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getCookieName() - Method in interface io.micronaut.http.cookie.CookieConfiguration
 
getCookieName() - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
getCookieName() - Method in interface io.micronaut.http.server.util.locale.HttpLocaleResolutionConfiguration
 
getCookieName() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getCookieName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedCookieValueRouteException
 
getCookiePath() - Method in interface io.micronaut.http.cookie.CookieConfiguration
The path of the cookie.
getCookiePath() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getCookies() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getCookies() - Method in interface io.micronaut.http.HttpRequest
 
getCookies() - Method in class io.micronaut.http.HttpRequestWrapper
 
getCookies() - Method in interface io.micronaut.http.HttpResponse
Helper method for retrieving all Cookies on a response.
getCookies() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getCookies() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getCookieSameSite() - Method in interface io.micronaut.http.cookie.CookieConfiguration
 
getCookieSameSite() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getCorePoolSize() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getCorePoolSize() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getCoreRepeatableAnnotations() - Static method in class io.micronaut.inject.annotation.AnnotationMetadataSupport
 
getCoroutineContext() - Method in interface io.micronaut.aop.kotlin.KotlinInterceptedMethod
 
getCoroutineHelper() - Method in class io.micronaut.http.server.RouteExecutor
 
getCors() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getCreationTime() - Method in class io.micronaut.session.InMemorySession
 
getCreationTime() - Method in interface io.micronaut.session.Session
Returns the time when this session was created.
getCurrent() - Static method in class io.micronaut.context.condition.OperatingSystem
Resolves and returns the current operating system.
getCurrentQualifier() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getCurrentQualifier() - Method in interface io.micronaut.context.BeanResolutionContext
 
getData(MultipartDataFactory<T>) - Method in class io.micronaut.http.client.multipart.MultipartBody
Create a list of data objects using the given factory.
getData() - Method in interface io.micronaut.http.sse.Event
 
getData(BeanDefinition<?>) - Method in interface io.micronaut.management.endpoint.beans.BeanDefinitionData
 
getData(Collection<BeanDefinition<?>>) - Method in interface io.micronaut.management.endpoint.beans.BeanDefinitionDataCollector
 
getData(BeanDefinition<?>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionData
 
getData(Collection<BeanDefinition<?>>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionDataCollector
 
getData() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
 
getData(UriRoute) - Method in class io.micronaut.management.endpoint.routes.impl.DefaultRouteData
 
getData(Stream<UriRoute>) - Method in class io.micronaut.management.endpoint.routes.impl.DefaultRouteDataCollector
 
getData(UriRoute) - Method in interface io.micronaut.management.endpoint.routes.RouteData
 
getData(Stream<UriRoute>) - Method in interface io.micronaut.management.endpoint.routes.RouteDataCollector
 
getDate(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
Obtain the date header.
getDateFormat() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getDecimalMaxValidatorCharSequence() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The DecimalMax validator for char sequences.
getDecimalMaxValidatorNumber() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The DecimalMax validator for number.
getDecimalMinValidatorCharSequence() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The DecimalMin validator for char sequences.
getDecimalMinValidatorNumber() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The DecimalMin validator for number.
getDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Get all of the values for the given annotation that are directly declared on the annotated element.
getDeclaredAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Find an AnnotationValue for the given annotation name.
getDeclaredAnnotationMetadata(Element) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Get the declared annotation metadata for the given element.
getDeclaredAnnotationNameByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getDeclaredAnnotationNameByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationNames() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
All the declared annotation names this metadata declares.
getDeclaredAnnotationNames() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationNames() - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getDeclaredAnnotationNames() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDeclaredAnnotationNames() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDeclaredAnnotationNamesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Resolve all of the annotations names for the given stereotype that are declared annotations.
getDeclaredAnnotationNamesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationNamesByStereotype(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getDeclaredAnnotationNamesByStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDeclaredAnnotationTypeByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first declared annotation name for the given stereotype.
getDeclaredAnnotationTypeByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Find the first annotation name for the given stereotype.
getDeclaredAnnotationTypeByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationTypeByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationValuesByName(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets only declared annotation values by the given repeatable type name.
getDeclaredAnnotationValuesByName(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDeclaredAnnotationValuesByName(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDeclaredAnnotationValuesByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets only declared annotation values by the given repeatable type.
getDeclaredAnnotationValuesByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getDeclaredAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDeclaredAnnotationValuesByType(Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDeclaredGenericPlaceholders() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getDeclaredGenericPlaceholders() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getDeclaredGenericPlaceholders() - Method in interface io.micronaut.inject.ast.ClassElement
The type arguments declared on the raw class.
getDeclaredMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Gets the declared metadata without inherited metdata.
getDeclaredMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDeclaredMetadata() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDeclaredMetadata() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDeclaredMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Obtains a declared method.
getDeclaredQualifier() - Method in interface io.micronaut.inject.BeanDefinition
Resolve the declared qualifier for this bean.
getDeclaredQualifier() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
getDeclaredTypeVariables() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getDeclaredTypeVariables() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getDeclaredTypeVariables() - Method in interface io.micronaut.inject.ast.MethodElement
 
getDeclaringBean() - Method in class io.micronaut.context.AbstractBeanResolutionContext.AnnotationSegment
 
getDeclaringBean() - Method in class io.micronaut.context.AbstractBeanResolutionContext.ConstructorArgumentSegment
 
getDeclaringBean() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
getDeclaringBean() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
getDeclaringBean() - Method in class io.micronaut.context.AbstractConstructorInjectionPoint
 
getDeclaringBean() - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
getDeclaringBean() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
getDeclaringBean() - Method in interface io.micronaut.core.beans.BeanMethod
 
getDeclaringBean() - Method in interface io.micronaut.core.beans.BeanProperty
 
getDeclaringBean() - Method in interface io.micronaut.inject.InjectionPoint
 
getDeclaringBeanType() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
 
getDeclaringBeanType() - Method in interface io.micronaut.core.beans.BeanConstructor
Returns the bean type.
getDeclaringBeanType() - Method in interface io.micronaut.inject.ConstructorInjectionPoint
 
getDeclaringClass() - Method in interface io.micronaut.inject.ast.beans.BeanElement
Returns the declaring ClassElement which may differ from the BeanElement.getBeanTypes() in the case of factory beans.
getDeclaringClass() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getDeclaringElement() - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Returns the class that declares the bean.
getDeclaringElement() - Method in interface io.micronaut.inject.ast.GenericPlaceholderElement
 
getDeclaringType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getDeclaringType() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getDeclaringType() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getDeclaringType() - Method in interface io.micronaut.aop.ConstructorInvocationContext
 
getDeclaringType() - Method in interface io.micronaut.aop.InvocationContext
 
getDeclaringType() - Method in interface io.micronaut.aop.MethodInvocationContext
 
getDeclaringType(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getDeclaringType() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getDeclaringType() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getDeclaringType() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getDeclaringType() - Method in class io.micronaut.context.AbstractExecutableMethod
 
getDeclaringType() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getDeclaringType() - Method in interface io.micronaut.context.BeanResolutionContext.Segment
 
getDeclaringType() - Method in interface io.micronaut.core.beans.BeanMethod
 
getDeclaringType() - Method in interface io.micronaut.core.beans.BeanProperty
The declaring type of the property.
getDeclaringType() - Method in interface io.micronaut.core.bind.BoundExecutable
 
getDeclaringType() - Method in interface io.micronaut.core.type.Executable
 
getDeclaringType(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtains the declaring type for an element.
getDeclaringType() - Method in interface io.micronaut.inject.ast.MemberElement
 
getDeclaringType() - Method in interface io.micronaut.inject.BeanDefinition
 
getDeclaringType() - Method in class io.micronaut.inject.beans.AbstractExecutableBeanMethod
 
getDeclaringType() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getDeclaringType() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getDeclaringType() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getDeclaringType() - Method in interface io.micronaut.inject.ExecutionHandle
 
getDeclaringType() - Method in interface io.micronaut.inject.MethodInjectionPoint
 
getDeclaringType() - Method in interface io.micronaut.inject.MethodReference
 
getDeclaringType() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getDeclaringType() - Method in interface io.micronaut.web.router.RouteInfo
 
getDeduceEnvironments() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
getDeduceEnvironments() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getDefaultCharset() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getDefaultCharset() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getDefaultCharset() - Method in class io.micronaut.runtime.ApplicationConfiguration
 
getDefaultClient() - Method in interface io.micronaut.http.client.HttpClientRegistry
 
getDefaultConstructor() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getDefaultConstructor() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getDefaultConstructor() - Method in interface io.micronaut.inject.ast.ClassElement
Find and return a single default constructor.
getDefaultEnvironments() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
getDefaultEnvironments() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getDefaultEventLoopGroup() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
 
getDefaultEventLoopGroup() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
 
getDefaultHost(HttpRequest) - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
 
getDefaultLocale() - Method in interface io.micronaut.core.util.locale.LocaleResolutionConfiguration
 
getDefaultLocale() - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
getDefaultProxyHttpClient() - Method in interface io.micronaut.http.client.ProxyHttpClientRegistry
 
getDefaultSseClient() - Method in interface io.micronaut.http.client.sse.SseClientRegistry
 
getDefaultStreamingHttpClient() - Method in interface io.micronaut.http.client.StreamingHttpClientRegistry
 
getDefaultTyping() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getDefaultValue(String, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Return the default value for the given annotation member.
getDefaultValue(String, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Return the default value for the given annotation member.
getDefaultValue(Class<? extends Annotation>, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Return the default value for the given annotation member.
getDefaultValue(Class<? extends Annotation>, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Return the default value for the given annotation member.
getDefaultValue(String, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDefaultValue(Class<? extends Annotation>, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDefaultValue(Class<? extends Annotation>, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDefaultValue(String, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDefaultValue(String, String, Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getDefaultValue(String, String, Argument<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getDefaultValue(String, String, Argument<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDefaultValue(String, String, Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDefaultValue(String, String, Argument<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDefaultValue() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getDefaultValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Return the default values for the given annotation name.
getDefaultValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getDefaultValues(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getDefaultValues(String) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataSupport
 
getDefaultValues(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getDefaultValues(String) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
getDefaultVersion() - Method in class io.micronaut.web.router.version.RoutesVersioningConfiguration
 
getDefaultWebSocketClient() - Method in interface io.micronaut.websocket.WebSocketClientRegistry
 
getDefinedSize() - Method in interface io.micronaut.http.multipart.FileUpload
Returns the defined content length of the part.
getDefinedSize() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
getDefinedSize() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
getDefinition() - Method in interface io.micronaut.context.BeanProvider
Obtains a reference to the BeanDefinition if the bean is resolvable.
getDelay() - Method in interface io.micronaut.retry.RetryState
 
getDelegate() - Method in class io.micronaut.http.HttpMessageWrapper
 
getDelegate() - Method in class io.micronaut.http.HttpRequestWrapper
 
getDelegate() - Method in class io.micronaut.http.HttpResponseWrapper
 
getDependencies(BeanDefinition<?>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionData
 
getDeprecation() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getDeprecation() - Method in interface io.micronaut.http.hateoas.Link
 
getDescription() - Method in interface io.micronaut.core.beans.BeanConstructor
The description of the constructor.
getDescription(boolean) - Method in interface io.micronaut.core.beans.BeanConstructor
The description of the constructor.
getDescription() - Method in class io.micronaut.core.cli.Option
 
getDescription() - Method in interface io.micronaut.core.naming.Described
A description that describes this object.
getDescription(boolean) - Method in interface io.micronaut.core.naming.Described
Allows returning a more simple description if requested.
getDescription() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getDescription() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getDescription() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
 
getDescription() - Method in class io.micronaut.discovery.config.DefaultCompositeConfigurationClient
 
getDescription() - Method in class io.micronaut.health.HealthStatus
 
getDescription() - Method in interface io.micronaut.inject.ast.Element
 
getDescription(boolean) - Method in interface io.micronaut.inject.ast.Element
 
getDescription(boolean) - Method in interface io.micronaut.inject.ast.FieldElement
 
getDescription(boolean) - Method in interface io.micronaut.inject.ast.MethodElement
Get the method description.
getDescription(boolean) - Method in interface io.micronaut.inject.ast.ParameterElement
 
getDescription() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
getDescription() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getDescription(boolean) - Method in interface io.micronaut.inject.ExecutableMethod
Get the method description.
getDescription() - Method in interface io.micronaut.inject.ExecutableMethod
 
getDescription() - Method in class io.micronaut.messaging.MessagingApplication
 
getDeserializationFeatures() - Method in class io.micronaut.jackson.codec.JacksonFeatures
Deserialization features.
getDeserializationSettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getDetails() - Method in interface io.micronaut.management.health.indicator.HealthResult
 
getDetailsVisible() - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
 
getDigitsValidatorCharSequence() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Digits validator for char sequence.
getDigitsValidatorNumber() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Digits validator for number.
getDiscoveryClient() - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
 
getDiscoveryClients() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
The underlying clients.
getDispatchTargets() - Method in class io.micronaut.inject.writer.DispatchWriter
 
getDocumentation() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getDocumentation() - Method in interface io.micronaut.inject.ast.Element
 
getDomain() - Method in interface io.micronaut.http.cookie.Cookie
Gets the domain name of this Cookie.
getDomain() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getDomain() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getDomainName() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getDouble(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getDoubleArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for double[].
getDoubleValue() - Method in class io.micronaut.json.tree.JsonNode
 
getDownstreamSubscriber() - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
Resolve the current Subscriber.
getEagerInitAnnotated() - Method in interface io.micronaut.context.BeanContextConfiguration
 
getEagerInitAnnotated() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getElementFactory() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getElementFactory() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getElementFactory() - Method in interface io.micronaut.inject.visitor.VisitorContext
Gets the element factory for this visitor context.
getElementName(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getElementName(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getElementName(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Get the name for the given element.
getElementPredicates() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getElements() - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
 
getElements() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The elements.
getElementType() - Method in class io.micronaut.context.visitor.ContextConfigurerVisitor
 
getElementType() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getElementType() - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
 
getElementValidator() - Method in class io.micronaut.annotation.processing.AnnotationUtils
getElementValidator() - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getElementValidator() - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getElementValidator() - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtains the element validator.
getEmbedded() - Method in class io.micronaut.http.hateoas.AbstractResource
 
getEmbedded() - Method in interface io.micronaut.http.hateoas.Resource
 
getEmbeddedHost() - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
 
getEmbeddedServer() - Method in interface io.micronaut.discovery.EmbeddedServerInstance
 
getEnabled() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
The default multipart enabled setting is false for servlets, but effectively true for Netty.
getEnclosedElement(ElementQuery<T>) - Method in interface io.micronaut.inject.ast.ClassElement
Return the first enclosed element matching the given query.
getEnclosedElements(ElementQuery<T>) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getEnclosedElements(ElementQuery<T>) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getEnclosedElements(ElementQuery<T>) - Method in interface io.micronaut.inject.ast.ClassElement
Return the elements that match the given query.
getEnclosingType() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getEnclosingType() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getEnclosingType() - Method in interface io.micronaut.inject.ast.ClassElement
Returns the enclosing type if ClassElement.isInner() return true.
getEndpointMethods() - Method in class io.micronaut.management.endpoint.EndpointSensitivityProcessor
 
getenv(String) - Static method in class io.micronaut.context.env.CachedEnvironment
Returns the value of the requested environment variable.
getenv() - Static method in class io.micronaut.context.env.CachedEnvironment
Returns the complete set of environment variables.
getEnvironment() - Method in interface io.micronaut.context.ApplicationContext
 
getEnvironment() - Method in class io.micronaut.context.DefaultApplicationContext
 
getEnvironment() - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
Resolves the Environment for this metadata.
getEnvironment() - Method in interface io.micronaut.runtime.EmbeddedApplication
 
getEnvironmentInfo() - Method in class io.micronaut.management.endpoint.env.EnvironmentEndpoint
 
getEnvironments() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
getEnvironments() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getEnvironmentVariableExcludes() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
getEnvironmentVariableExcludes() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getEnvironmentVariableIncludes() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
getEnvironmentVariableIncludes() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getEnvValue() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
getEnvValue() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
getEnvValue() - Method in class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
 
getEnvValueAsStream() - Method in class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
 
getErrorMessages() - Method in class io.micronaut.validation.routes.RouteValidationResult
The error messages.
getErrorResponseProcessor() - Method in class io.micronaut.http.server.RouteExecutor
 
getErrorRoutes() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getErrorRoutes() - Method in interface io.micronaut.web.router.RouteBuilder
 
getErrors() - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext
 
getErrorType(MediaType) - Method in interface io.micronaut.http.client.exceptions.HttpClientErrorDecoder
Gets the error type for the given media type.
getEventLoopGroup() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getEventLoopGroup(String) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
 
getEventLoopGroup(String) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
Obtain a configured Event Loop Group from the registry.
getEventLoopGroupConfiguration(String) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
 
getEventLoopGroupConfiguration(String) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
Obtain a configured Event Loop Group from the registry.
getEventLoopGroupRegistry() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getEventLoopGroupRegistry() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getEventPublisher(Class<E>) - Method in interface io.micronaut.context.BeanContext
Obtain an ApplicationEventPublisher for the given even type.
getEventPublisher(Class<E>) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getEventPublisher(Class<E>) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
Get an event publisher for the server for the given type.
getEventType() - Method in class io.micronaut.scheduling.io.watch.event.FileChangedEvent
The watch event type.
getExcludes() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
getExclusions() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
 
getExecutableMethod() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getExecutableMethod() - Method in interface io.micronaut.aop.MethodInvocationContext
The underlying ExecutableMethod reference.
getExecutableMethod(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getExecutableMethod() - Method in interface io.micronaut.inject.MethodExecutionHandle
The underlying ExecutableMethod reference.
getExecutableMethodByIndex(int) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Gets ExecutableMethod method by it's index.
getExecutableMethods() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getExecutableMethods() - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
 
getExecutableMethods() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getExecutableMethods() - Method in interface io.micronaut.inject.BeanDefinition
 
getExecutableMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getExecutableMethods() - Method in interface io.micronaut.inject.ExecutableMethodsDefinition
 
getExecutableMethodsWriter() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
Returns ExecutableMethodsDefinitionWriter of one exists.
getExecutionHandle(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getExecutionHandle(T, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getExecutionHandleLocator() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getExecutionHandleLocator() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
The execution handler locator to use.
getExecutorName() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getExecutorName() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
getExecutorName() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getExecutorSelector() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getExecutorSelector() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getExecutorSelector() - Method in class io.micronaut.http.server.RouteExecutor
 
getExecutorService() - Method in class io.micronaut.session.SessionConfiguration
 
getExposedHeaders() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
getExposedPorts() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getExposedPorts() - Method in class io.micronaut.web.router.DefaultRouter
 
getExposedPorts() - Method in class io.micronaut.web.router.filter.FilteredRouter
 
getExposedPorts() - Method in interface io.micronaut.web.router.RouteBuilder
 
getExposedPorts() - Method in interface io.micronaut.web.router.Router
 
getExposedTypes() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getExposedTypes() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
getExposedTypes() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getExposedTypes() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
getExposedTypes() - Method in interface io.micronaut.inject.BeanType
Returns a potentially limited subset of bean types exposed by this bean.
getExpression() - Method in class io.micronaut.scheduling.cron.CronExpression
 
getExpressions() - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver.PlaceholderSegment
 
getExtension() - Method in class io.micronaut.http.MediaType
 
getExtensions() - Method in class io.micronaut.context.env.PropertiesPropertySourceLoader
 
getExtensions() - Method in interface io.micronaut.context.env.PropertySourceReader
 
getExtensions() - Method in class io.micronaut.context.env.yaml.YamlPropertySourceLoader
 
getExtensions() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
getExtensions() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
getExtensions() - Method in class io.micronaut.jackson.core.env.JsonPropertySourceLoader
 
getExtensions() - Method in class io.micronaut.jackson.env.JsonPropertySourceLoader
 
getFactorySettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getFailures() - Method in interface io.micronaut.context.condition.ConditionContext
 
getFallbackFormat(Argument) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
 
getFallbackFormat(Argument) - Method in class io.micronaut.http.bind.binders.CookieAnnotationBinder
 
getFallbackFormat(Argument) - Method in class io.micronaut.http.bind.binders.HeaderAnnotationBinder
 
getFallbackFormat(Argument) - Method in class io.micronaut.http.bind.binders.RequestAttributeAnnotationBinder
 
getFallbackProtocol() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getFamily() - Method in class io.micronaut.context.condition.OperatingSystem
 
getFeatureMask() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
getField() - Method in interface io.micronaut.inject.FieldInjectionPoint
Resolves the underlying field.
getFields() - Method in interface io.micronaut.inject.ast.ClassElement
Return all the fields of this class element.
getFields(Predicate<Set<ElementModifier>>) - Method in interface io.micronaut.inject.ast.ClassElement
getFile() - Method in class io.micronaut.http.server.types.files.SystemFile
 
getFileManager() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
getFilename() - Method in interface io.micronaut.http.multipart.FileUpload
Gets the name of this part.
getFilename() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
getFilename() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
getFileName() - Method in class io.micronaut.inject.configuration.JsonConfigurationMetadataWriter
 
getFiler() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
getFileTypeHandlerConfiguration() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getFilter() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
getFilter() - Method in interface io.micronaut.web.router.FilterRoute
 
getFilterMethods() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
getFilterRoutes() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getFilterRoutes() - Method in interface io.micronaut.web.router.RouteBuilder
 
getFirst(CharSequence) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Get the first value of the given header.
getFirst(CharSequence, Class<T>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Find a header and convert it to the given type.
getFirst(CharSequence, Argument<T>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Find a header and convert it to the given type.
getFirst(CharSequence, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Find a header and convert it to the given type.
getFirst(CharSequence, Class<T>, T) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Find a header and convert it to the given type.
getFirst(CharSequence) - Method in interface io.micronaut.core.value.OptionalMultiValues
Retrieve a value if it is present.
getFirstTypeArgument(TypeMirror) - Method in class io.micronaut.annotation.processing.GenericUtils
Return the first type argument for the given type mirror.
getFirstTypeArgument() - Method in interface io.micronaut.inject.ast.ClassElement
 
getFirstTypeVariable() - Method in class io.micronaut.core.type.DefaultArgument
 
getFirstTypeVariable() - Method in interface io.micronaut.core.type.TypeVariableResolver
 
getFixed() - Method in interface io.micronaut.core.util.locale.LocaleResolutionConfiguration
 
getFixed() - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
getFloat(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getFloatArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for float[].
getFloatValue() - Method in class io.micronaut.json.tree.JsonNode
 
getFor() - Method in class io.micronaut.http.server.util.ProxyHeaderParser
 
getFormat() - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
 
getFunction(String) - Method in class io.micronaut.function.client.DefaultFunctionDiscoveryClient
 
getFunction(String) - Method in interface io.micronaut.function.client.FunctionDiscoveryClient
Finds a function for the given function name.
getFunctionDefinitions() - Method in interface io.micronaut.function.client.FunctionDefinitionProvider
 
getFunctionDefinitions() - Method in class io.micronaut.function.client.local.LocalFunctionDefinitionProvider
 
getFutureDateConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Future validator for Date accessor.
getFutureOrPresentDateConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The FutureOrPresent validator for Date accessor.
getFutureOrPresentTemporalAccessorConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The FutureOrPresent validator for temporal accessor.
getFutureTemporalAccessorConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Future validator for temporal accessor.
getGateway() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getGeneratedResources() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getGeneratedResources() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
getGeneratedResources() - Method in interface io.micronaut.inject.visitor.VisitorContext
Provide a collection of generated classpath resources that other TypeElement visitors might want to consume.
getGeneratorSettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getGenericElement(SourceUnit, ClassNode, ClassElement, Map<String, ClassNode>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Get a generic element for the given element and data.
getGenericField() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getGenericField() - Method in interface io.micronaut.inject.ast.FieldElement
Obtain the generic type with the associated annotation metadata for the field.
getGenericReturnType() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getGenericReturnType() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getGenericReturnType() - Method in interface io.micronaut.inject.ast.MethodElement
The generic return type of the method.
getGenericType() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
getGenericType() - Method in interface io.micronaut.inject.ast.TypedElement
Returns the generic type of the element.
getGenericTypeInfo() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
Builds and returns the generic type information.
getGenericUtils() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The generic utils object.
getGroup() - Method in interface io.micronaut.discovery.ServiceInstance
Returns the application group.
getGroup() - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
getHandshakeTimeout() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getHeaderName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedHeaderRouteException
 
getHeaderNames() - Method in class io.micronaut.session.http.HeadersHttpSessionIdStrategy
 
getHeaderNames() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getHeaders() - Method in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
 
getHeaders() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getHeaders() - Method in interface io.micronaut.http.HttpMessage
 
getHeaders() - Method in class io.micronaut.http.HttpMessageWrapper
 
getHeaders() - Method in interface io.micronaut.http.MutableHttpMessage
 
getHeaders() - Method in interface io.micronaut.http.MutableHttpRequest
 
getHeaders() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getHeaders() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getHeaders() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getHeaderTableSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_HEADER_TABLE_SIZE value.
getHealth(Principal) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
Return all health indicators.
getHealth(Principal, HealthCheckType) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
Return health indicators based on the selector.
getHealthCheckInterval() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
The default duration to check health status.
getHealthCheckUri() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
The URI to check the service for health status.
getHealthInformation() - Method in class io.micronaut.management.health.indicator.AbstractHealthIndicator
Provides information (typically a Map) to be returned.
getHealthInformation() - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicator
 
getHealthPath() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
getHealthResult() - Method in class io.micronaut.management.health.indicator.AbstractHealthIndicator
Builds the whole health result.
getHealthStatus() - Method in interface io.micronaut.discovery.ServiceInstance
 
getHost() - Method in interface io.micronaut.discovery.ServiceInstance
 
getHost() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getHost() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getHost() - Method in class io.micronaut.http.server.util.ProxyHeaderParser
 
getHost() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
getHostHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
getHostResolution() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getHref() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getHref() - Method in interface io.micronaut.http.hateoas.Link
 
getHreflang() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getHreflang() - Method in interface io.micronaut.http.hateoas.Link
 
getHttp2() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Returns the Http2Settings.
getHttpCompressionStrategy() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getHttpCompressionStrategy() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getHttpMapping() - Method in class io.micronaut.management.endpoint.health.HealthEndpoint.StatusConfiguration
 
getHttpMethod() - Method in interface io.micronaut.web.router.UriRoute
 
getHttpMethod() - Method in interface io.micronaut.web.router.UriRouteMatch
 
getHttpMethodName() - Method in interface io.micronaut.web.router.UriRoute
 
getHttpVersion() - Method in class io.micronaut.http.client.HttpClientConfiguration
The HTTP version to use.
getHttpVersion() - Method in interface io.micronaut.http.HttpRequest
 
getHttpVersion() - Method in class io.micronaut.http.HttpRequestWrapper
 
getHttpVersion() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getHttpVersion() - Method in class io.micronaut.http.server.HttpServerConfiguration
The HTTP version to use.
getId() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getId() - Method in interface io.micronaut.discovery.ServiceInstance
 
getID() - Method in interface io.micronaut.discovery.ServiceInstanceList
 
getID() - Method in class io.micronaut.discovery.StaticServiceInstanceList
 
getId() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getId() - Method in interface io.micronaut.http.sse.Event
 
getId() - Method in class io.micronaut.management.endpoint.EndpointConfiguration
 
getId() - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
getId() - Method in class io.micronaut.session.InMemorySession
 
getId() - Method in interface io.micronaut.session.Session
A unique identifier for the session.
getId() - Method in interface io.micronaut.websocket.WebSocketSession
The ID of the session.
getIdentifier() - Method in class io.micronaut.context.BeanRegistration
 
getIdleTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getImageId() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getImageId() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getIncludes() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
getIncrementalProcessorKind() - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
getIncrementalProcessorType() - Method in class io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor
 
getIncrementalProcessorType() - Method in class io.micronaut.annotation.processing.ServiceDescriptionProcessor
 
getIndexedProperties(Class<? extends Annotation>) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getIndexedProperties(Class<? extends Annotation>) - Method in interface io.micronaut.core.beans.BeanIntrospection
Get all the bean properties annotated for the given annotation type.
getIndexedProperties(Class<? extends Annotation>) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getIndexedProperty(Class<? extends Annotation>, String) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getIndexedProperty(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.beans.BeanIntrospection
Get all the bean properties annotated for the given type.
getIndexedProperty(Class<? extends Annotation>) - Method in interface io.micronaut.core.beans.BeanIntrospection
Get all the bean properties annotated for the given type.
getIndexedProperty(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getInFlightBean(BeanIdentifier) - Method in interface io.micronaut.context.BeanResolutionContext
Obtains an inflight bean for the given identifier.
getInFlightBean(BeanIdentifier) - Method in class io.micronaut.context.DefaultBeanResolutionContext
 
getInitialBufferSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The initial buffer size.
getInitialWindowSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_INITIAL_WINDOW_SIZE value.
getInjectedFields() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getInjectedFields() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getInjectedFields() - Method in interface io.micronaut.inject.BeanDefinition
All the fields that require injection.
getInjectedFields() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getInjectedMethods() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getInjectedMethods() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getInjectedMethods() - Method in interface io.micronaut.inject.BeanDefinition
All methods that require injection.
getInjectedMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.AnnotationSegment
 
getInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.ConstructorSegment
 
getInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
getInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
getInjectionPoint() - Method in interface io.micronaut.context.BeanResolutionContext.Segment
 
getInjectionPoints() - Method in interface io.micronaut.inject.ast.beans.BeanElement
Returns all of the injection points for the bean.
getInjectionPoints() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getInputStream() - Method in interface io.micronaut.http.multipart.PartData
Gets the content of this chunk as an InputStream.
getInputStream() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
getInputStream() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
Gets the content of this part as a InputStream.
getInputStream() - Method in class io.micronaut.http.server.netty.multipart.NettyPartData
The contents of the chunk will be released when the stream is closed.
getInputStream() - Method in interface io.micronaut.http.server.netty.types.stream.NettyStreamedCustomizableResponseType
 
getInputStream() - Method in class io.micronaut.http.server.types.files.StreamedFile
 
getInstance() - Method in class io.micronaut.core.annotation.AnnotationClassValue
Returns the backing instance if there is one.
getInstance() - Static method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
 
getInstance() - Method in class io.micronaut.runtime.ApplicationConfiguration
 
getInstance() - Static method in interface io.micronaut.validation.validator.Validator
Constructs a new default instance.
getInstanceId() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getInstanceId() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getInstanceId() - Method in interface io.micronaut.discovery.ServiceInstance
 
getInstances(String) - Method in class io.micronaut.discovery.CompositeDiscoveryClient
 
getInstances(String) - Method in interface io.micronaut.discovery.DiscoveryClient
Obtain a list of ServiceInstance for the given service id.
getInstances() - Method in interface io.micronaut.discovery.ServiceInstanceList
Returns the current list of services.
getInstances() - Method in class io.micronaut.discovery.StaticServiceInstanceList
 
getInt(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
Obtain an integer header.
getInt(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getIntArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for int[].
getInterceptedType() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getInterceptedType() - Method in interface io.micronaut.inject.AdvisedBeanType
Returns the target type for AOP advice.
getInterceptedType() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getInterceptedType() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getInterfaces() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getInterfaces() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getInterfaces() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getInterfaces() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
The network interfaces attached to the compute instance.
getInterfaces() - Method in interface io.micronaut.inject.ast.ClassElement
 
getInternalName(String) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getInternalName() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
getInternalNameForCast(TypedElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getInternalNameForCast(Class<?>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getInternalNameForCast(Type) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getInterval() - Method in class io.micronaut.health.HeartbeatConfiguration
 
getIntLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getIntrospection(Class<T2>) - Static method in interface io.micronaut.core.beans.BeanIntrospection
Obtains an introspection from the default BeanIntrospector.
getIntrospection(Class<T>) - Method in interface io.micronaut.core.beans.BeanIntrospector
Retrieves an introspection for the given type.
getIntrospection() - Method in interface io.micronaut.core.beans.BeanWrapper
 
getIntValue() - Method in class io.micronaut.json.tree.JsonNode
 
getIoRatio() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getIoRatio() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
getIoRatio() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getIpAddr() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
The IP address to use to register.
getIpv4() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getIpv6() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getIpv6Gateway() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
getIterableValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for iterable.
getJavacTask(JavaFileObject...) - Method in class io.micronaut.annotation.processing.test.JavaParser
gets the javac task.
getJsonMapper() - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
getKey(Class<? extends OncePerRequestHttpServerFilter>) - Static method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
Deprecated.
Implement custom keys for request attributes based on the need of the filter.
getKey() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getKeyManagerFactory(SslConfiguration) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
 
getKeyManagerFactory(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
 
getKeys() - Method in class io.micronaut.inject.writer.StringSwitchWriter
 
getKeyStore(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
getKeyStore(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
 
getKeyStore() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getKind() - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
getKind() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getKind() - Method in interface io.micronaut.aop.InvocationContext
 
getKnownCompletableTypes() - Static method in class io.micronaut.core.async.publisher.Publishers
 
getKnownReactiveTypes() - Static method in class io.micronaut.core.async.publisher.Publishers
 
getKnownSingleTypes() - Static method in class io.micronaut.core.async.publisher.Publishers
 
getLastAccessedTime() - Method in class io.micronaut.session.InMemorySession
 
getLastAccessedTime() - Method in interface io.micronaut.session.Session
Returns the last time the client sent a request associated with this session as an Instant.
getLastError() - Method in interface io.micronaut.core.convert.ErrorsContext
Obtain the last error.
getLastModified() - Method in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
getLastModified() - Method in interface io.micronaut.http.server.types.files.FileCustomizableResponseType
 
getLastModified() - Method in class io.micronaut.http.server.types.files.StreamedFile
 
getLastModified() - Method in class io.micronaut.http.server.types.files.SystemFile
 
getLastTask() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
getLength() - Method in interface io.micronaut.http.server.types.files.FileCustomizableResponseType
 
getLength() - Method in class io.micronaut.http.server.types.files.StreamedFile
 
getLength() - Method in class io.micronaut.http.server.types.files.SystemFile
 
getLinks() - Method in class io.micronaut.http.hateoas.AbstractResource
 
getLinks() - Method in interface io.micronaut.http.hateoas.Resource
 
getLoadBalancedURIs() - Method in class io.micronaut.discovery.StaticServiceInstanceList
 
getLoadBalancerDiscriminator() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
getLoadedVisitors() - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
getLoader(Class<T>) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that matches or is a subclass of the specified type.
getLoaderForBasePath(String) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that supports the given path.
getLocale() - Method in class io.micronaut.context.AbstractLocalizedMessageSource
 
getLocale() - Method in interface io.micronaut.context.MessageSource.MessageContext
The locale to use to resolve messages.
getLocale(Locale) - Method in interface io.micronaut.context.MessageSource.MessageContext
The locale to use to resolve messages.
getLocale() - Method in interface io.micronaut.core.convert.ConversionContext
 
getLocale() - Method in interface io.micronaut.http.HttpMessage
 
getLocale() - Method in interface io.micronaut.http.HttpRequest
 
getLocale() - Method in class io.micronaut.http.HttpRequestWrapper
 
getLocale() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getLocale() - Method in class io.micronaut.http.server.util.locale.HttpLocalizedMessageSource
 
getLocale() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getLocaleResolution() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getLocalHostname() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getLocalHostname() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getLocation() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
getLock(Object) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
getLog() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
getLogFormat() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Returns the log format to use.
getLogger(Class) - Static method in class io.micronaut.core.reflect.ClassUtils
Special case getLogger method that should be used by classes that are used in the annotation processor.
getLogger(ManagedLoggingSystem, String) - Method in class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
 
getLogger(String) - Method in class io.micronaut.management.endpoint.loggers.impl.Log4jLoggingSystem
 
getLogger(String) - Method in class io.micronaut.management.endpoint.loggers.impl.LogbackLoggingSystem
 
getLogger(ManagedLoggingSystem, String) - Method in interface io.micronaut.management.endpoint.loggers.LoggersManager
Find (or create if not found) the named logger in the system.
getLogger(String) - Method in interface io.micronaut.management.endpoint.loggers.ManagedLoggingSystem
Returns a LoggerConfiguration for the logger found by name (or created if not found).
getLoggerName() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getLoggerName() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
The logger name to use.
getLoggers(ManagedLoggingSystem) - Method in class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
 
getLoggers() - Method in class io.micronaut.management.endpoint.loggers.impl.Log4jLoggingSystem
 
getLoggers() - Method in class io.micronaut.management.endpoint.loggers.impl.LogbackLoggingSystem
 
getLoggers(ManagedLoggingSystem) - Method in interface io.micronaut.management.endpoint.loggers.LoggersManager
Collect all existing loggers in the system.
getLoggers() - Method in interface io.micronaut.management.endpoint.loggers.ManagedLoggingSystem
Returns all existing loggers.
getLogLevel() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getLogLevel() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The server LogLevel to enable.
getLogref() - Method in class io.micronaut.http.hateoas.JsonError
 
getLong(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getLongLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getLongValue() - Method in class io.micronaut.json.tree.JsonNode
 
getLowerBounds() - Method in interface io.micronaut.inject.ast.WildcardElement
 
getMac() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getMachineType() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getMachineType() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getMappedAnnotationNames() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
 
getMappedAnnotationPackages() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
 
getMapperSettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getMapping() - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
The static resource mapping.
getMapValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for iterable.
getMatchedRoute() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getMatchTemplate() - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
 
getMatchTemplate() - Method in class io.micronaut.http.uri.UriTypeMatchTemplate.TypedUriMatchTemplateParser
 
getMaxActiveSessions() - Method in class io.micronaut.session.SessionConfiguration
 
getMaxAge() - Method in interface io.micronaut.http.cookie.Cookie
 
getMaxAge() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getMaxAge() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
getMaxAge() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getMaxAttempts() - Method in interface io.micronaut.retry.RetryState
 
getMaxChunkSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The maximum chunk size.
getMaxConcurrentStreams() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_MAX_CONCURRENT_STREAMS value.
getMaxConnections() - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
The maximum number of connections.
getMaxContentLength() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getMaxDelay() - Method in interface io.micronaut.retry.RetryState
 
getMaxFileSize() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
getMaxFrameSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_MAX_FRAME_SIZE value.
getMaxH2cUpgradeRequestSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The maximum size of the body of the HTTP1.1 request used to upgrade a connection to HTTP2 clear-text (h2c).
getMaxHeaderListSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_MAX_HEADER_LIST_SIZE value.
getMaxHeaderSize() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The maximum size of an individual HTTP setter.
getMaxInactiveInterval() - Method in class io.micronaut.session.InMemorySession
 
getMaxInactiveInterval() - Method in interface io.micronaut.session.Session
Returns the maximum time interval as a Duration that sessions will be kept open between client accesses.
getMaxInactiveInterval() - Method in class io.micronaut.session.SessionConfiguration
 
getMaxInitialLineLength() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The maximum length of the initial HTTP request line.
getMaxNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Max validator for numbers.
getMaxPendingAcquires() - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Maximum number of futures awaiting connection acquisition.
getMaxRequestSize() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getMediaType() - Method in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
getMediaType() - Method in interface io.micronaut.http.server.types.files.FileCustomizableResponseType
 
getMediaType() - Method in class io.micronaut.http.server.types.files.StreamedFile
 
getMediaType() - Method in class io.micronaut.http.server.types.files.SystemFile
 
getMediaTypeCodecRegistry() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
getMediaTypeCodecRegistry() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getMediaTypeCodecRegistry() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getMediaTypes() - Method in interface io.micronaut.http.codec.MediaTypeCodec
 
getMediaTypes() - Method in class io.micronaut.http.server.codec.TextStreamCodec
 
getMediaTypes() - Method in class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
 
getMediaTypes() - Method in class io.micronaut.json.codec.JsonStreamMediaTypeCodec
 
getMediaTypes() - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
getMediaTypes() - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
 
getMedium(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getMediumLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getMemberNames() - Method in class io.micronaut.core.annotation.AnnotationValue
Resolves the names of all the present annotation members.
getMessage(String, Object...) - Method in class io.micronaut.context.AbstractLocalizedMessageSource
Resolve a message for the given code and variables for the messages.
getMessage(String, Map<String, Object>) - Method in class io.micronaut.context.AbstractLocalizedMessageSource
Resolve a message for the given code and variables for the messages.
getMessage(String) - Method in class io.micronaut.context.AbstractLocalizedMessageSource
 
getMessage() - Method in interface io.micronaut.context.condition.Failure
 
getMessage(String) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code.
getMessage(String, Object...) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code and variables for the messages.
getMessage(String, Map<String, Object>) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code and variables for the messages.
getMessage(String, Locale) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, Locale, Object...) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, Locale, Map<String, Object>) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, MessageSource.MessageContext) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, String, Locale) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, String, Locale, Map<String, Object>) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, String, Locale, Object...) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(String, MessageSource.MessageContext, String) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getMessage(Object) - Method in interface io.micronaut.http.client.exceptions.HttpClientErrorDecoder
Default message decoder.
getMessage() - Method in exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
getMessage() - Method in class io.micronaut.http.hateoas.JsonError
 
getMessage(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Get the FullHttpMessage associated with stream.
getMessage() - Method in interface io.micronaut.http.server.exceptions.response.Error
 
getMessage() - Method in class io.micronaut.websocket.event.WebSocketMessageProcessedEvent
 
getMessageInterpolator() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getMessageOrDefault(String, String) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code.
getMessageOrDefault(String, String, Object...) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code.
getMessageOrDefault(String, String, Map<String, Object>) - Method in interface io.micronaut.context.LocalizedMessageSource
Resolve a message for the given code.
getMessager() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The messager.
getMessageSource() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getMessageSource() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
 
getMetadata() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getMetadata() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
The metadata as a map.
getMetadata() - Method in interface io.micronaut.discovery.ServiceInstance
 
getMetadata() - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
getMethod(String, Class<?>...) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Finds executable method or returns a null otherwise.
getMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Obtains a method.
getMethod() - Method in interface io.micronaut.http.HttpRequest
 
getMethod() - Method in class io.micronaut.http.HttpRequestWrapper
 
getMethod() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getMethod() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getMethod() - Method in interface io.micronaut.inject.MethodInjectionPoint
Resolves the Method instance.
getMethodDescriptor(String, String...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodDescriptor(TypedElement, Collection<? extends TypedElement>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodDescriptor(Class<?>, Collection<Class<?>>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodDescriptor(Type, Collection<Type>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodDescriptorForReturnType(Type, Collection<? extends TypedElement>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodElement() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
 
getMethodElement() - Method in class io.micronaut.inject.writer.DispatchWriter.MethodDispatchTarget
 
getMethodName() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getMethodName() - Method in class io.micronaut.context.AbstractExecutableMethod
 
getMethodName() - Method in interface io.micronaut.http.HttpRequest
 
getMethodName() - Method in class io.micronaut.http.HttpRequestWrapper
 
getMethodName() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getMethodName() - Method in class io.micronaut.inject.beans.AbstractExecutableBeanMethod
 
getMethodName() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getMethodName() - Method in interface io.micronaut.inject.MethodReference
 
getMethodNode() - Method in class io.micronaut.ast.groovy.utils.ExtendedParameter
 
getMethodSignature(String, String...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getMethodString(MethodExecutionHandle) - Method in class io.micronaut.management.endpoint.routes.impl.DefaultRouteData
 
getMicronautVersion() - Static method in class io.micronaut.core.version.VersionUtils
 
getMinNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Min validator for numbers.
getMissingTypes() - Method in class io.micronaut.core.reflect.ClassUtils.Optimizations
 
getModelUtils() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The model utils.
getModifierPredicates() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getModifiers() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
getModifiers() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getModifiers() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getModifiers() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getModifiers() - Method in interface io.micronaut.inject.ast.Element
 
getModifiers() - Method in interface io.micronaut.inject.ast.MemberElement
 
getMultipart() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getMultiplier() - Method in interface io.micronaut.retry.RetryState
 
getName() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
getName() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getName() - Method in class io.micronaut.annotation.processing.visitor.JavaPackageElement
 
getName() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getName() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getName() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getName() - Method in class io.micronaut.ast.groovy.visitor.GroovyPackageElement
 
getName() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
getName() - Method in class io.micronaut.context.AbstractBeanConfiguration
 
getName() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getName() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
getName() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getName() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
getName() - Method in interface io.micronaut.context.BeanResolutionContext.Segment
 
getName() - Method in interface io.micronaut.context.env.ActiveEnvironment
 
getName() - Method in class io.micronaut.context.env.EmptyPropertySource
 
getName() - Method in class io.micronaut.context.env.MapPropertySource
 
getName() - Method in interface io.micronaut.context.env.PropertySource
 
getName() - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
getName() - Method in class io.micronaut.core.beans.AbstractBeanIntrospectionReference
 
getName() - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
getName() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
getName() - Method in class io.micronaut.core.cli.Option
 
getName() - Method in interface io.micronaut.core.io.service.ServiceDefinition
 
getName() - Method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
 
getName() - Method in interface io.micronaut.core.naming.Named
 
getName() - Method in interface io.micronaut.core.type.Argument
 
getName() - Method in class io.micronaut.core.type.DefaultArgument
 
getName() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getName() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
The name of the instance.
getName() - Method in enum io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataKeys
 
getName() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getName() - Method in interface io.micronaut.function.client.FunctionDefinition
 
getName() - Method in class io.micronaut.health.HealthStatus
 
getName() - Method in interface io.micronaut.http.cookie.Cookie
 
getName() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getName() - Method in interface io.micronaut.http.hateoas.Link
 
getName() - Method in class io.micronaut.http.MediaType
 
getName() - Method in interface io.micronaut.http.multipart.CompletedPart
 
getName() - Method in interface io.micronaut.http.multipart.FileUpload
Gets the name of this part.
getName() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getName() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getName() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getName() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
getName() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
getName() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
getName() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getName() - Method in interface io.micronaut.http.sse.Event
 
getName() - Method in class io.micronaut.http.uri.UriMatchVariable
 
getName() - Method in class io.micronaut.inject.annotation.internal.CoreNonNullTransformer
 
getName() - Method in class io.micronaut.inject.annotation.internal.CoreNullableTransformer
 
getName() - Method in class io.micronaut.inject.annotation.internal.JakartaPostConstructTransformer
 
getName() - Method in class io.micronaut.inject.annotation.internal.JakartaPreDestroyTransformer
 
getName() - Method in class io.micronaut.inject.annotation.internal.KotlinNotNullMapper
 
getName() - Method in class io.micronaut.inject.annotation.internal.KotlinNullableMapper
 
getName() - Method in class io.micronaut.inject.annotation.internal.PersistenceContextAnnotationMapper
 
getName() - Method in class io.micronaut.inject.annotation.internal.TimedAnnotationMapper
 
getName() - Method in class io.micronaut.inject.ArgumentBeanType
 
getName() - Method in interface io.micronaut.inject.ast.ConstructorElement
 
getName() - Method in interface io.micronaut.inject.ast.Element
 
getName() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
getName() - Method in interface io.micronaut.inject.BeanConfiguration
 
getName() - Method in interface io.micronaut.inject.BeanDefinition
 
getName() - Method in class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
 
getName() - Method in class io.micronaut.inject.beans.visitor.EntityReflectiveAccessAnnotationMapper
 
getName() - Method in class io.micronaut.inject.beans.visitor.JsonCreatorAnnotationMapper
 
getName() - Method in class io.micronaut.inject.beans.visitor.MappedSuperClassIntrospectionMapper
 
getName() - Method in interface io.micronaut.inject.BeanType
 
getName() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
getName() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getName() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getName() - Method in interface io.micronaut.inject.FieldInjectionPoint
 
getName() - Method in interface io.micronaut.inject.MethodInjectionPoint
 
getName() - Method in interface io.micronaut.inject.MethodReference
 
getName() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
getName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getName() - Method in interface io.micronaut.inject.writer.GeneratedFile
 
getName() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
 
getName() - Method in class io.micronaut.management.health.indicator.AbstractHealthIndicator
Used to populate the HealthResult.
getName() - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicator
 
getName() - Method in interface io.micronaut.management.health.indicator.HealthResult
 
getName() - Method in class io.micronaut.runtime.ApplicationConfiguration
The application name.
getName() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getName() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getNamePredicates() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getNames() - Method in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
 
getNames() - Method in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
 
getNativeAllocator() - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
 
getNativeAllocator() - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
 
getNativeRequest() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getNativeResponse() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getNativeType() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
getNativeType() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getNativeType() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getNativeType() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getNativeType() - Method in class io.micronaut.ast.groovy.visitor.GroovyPackageElement
 
getNativeType() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
getNativeType() - Method in interface io.micronaut.inject.ast.Element
Returns the native underlying type.
getNativeType() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
getNativeType() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
getNativeType() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getNegativeNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Negative validator for numbers.
getNegativeOrZeroNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NegativeOrZero validator for numbers.
getNetmask() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getNettyCookie() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getNettyHeaders() - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
getNettyHeaders() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
The netty headers.
getNettyHttpStatus() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
The netty http response status.
getNettyHttpVersion() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
The netty http version.
getNettyRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getNetwork() - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
getNextAvailable(List<ServiceInstance>) - Method in class io.micronaut.http.client.loadbalance.AbstractRoundRobinLoadBalancer
 
getNotBlankValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotBlank validator for char sequences.
getNotEmptyBooleanArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for boolean[].
getNotEmptyByteArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for byte[].
getNotEmptyCharArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for char[].
getNotEmptyCharSequenceValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for char sequence.
getNotEmptyCollectionValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for collection.
getNotEmptyDoubleArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for double[].
getNotEmptyFloatArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for float[].
getNotEmptyIntArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for int[].
getNotEmptyLongArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for long[].
getNotEmptyMapValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for map.
getNotEmptyObjectArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for Object[].
getNotEmptyShortArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotEmpty validator for short[].
getNotNullValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The NotNull validator.
getNullValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Null validator.
getNumberOfThreads() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getNumberOfThreads() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getNumberValue() - Method in class io.micronaut.json.tree.JsonNode
 
getNumOfThreads() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getNumOfThreads() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getNumThreads() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getNumThreads() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
getNumThreads() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getObjectArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for Object[].
getObjectMapper() - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
getObjectMapper() - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
getObjectType(Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getObservedConfigurationPrefixes() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getObservedConfigurationPrefixes() - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
getObservedConfigurationPrefixes() - Method in interface io.micronaut.runtime.context.scope.refresh.RefreshEventListener
Returns the set of observed configuration prefixes that the event listener should listen for.
getOnlyAccessibleFromType() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getOpenSessions() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getOpenSessions() - Method in interface io.micronaut.websocket.WebSocketSession
The current open sessions.
getOperational() - Method in class io.micronaut.health.HealthStatus
Whether the status represents a functioning service.
getOptionalDoubleValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for OptionalDouble.
getOptionalIntValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for OptionalInt.
getOptionalLongValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for OptionalLong.
getOptionalValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for optional.
getOptions() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
Java visitor context options from javac arguments and System.getProperties()
getOptions() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
Groovy options source are System.getProperties() based.
getOptions() - Method in interface io.micronaut.core.cli.CommandLine
 
getOptions() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getOptions() - Method in interface io.micronaut.inject.visitor.VisitorContext
The annotation processor environment custom options.
getOr(NettyHttpRequest<?>, HttpResponse<?>) - Static method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
Lookup the response from the context.
getOrCreate(BeanCreationContext<T>) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
getOrCreate(BeanCreationContext<T>) - Method in interface io.micronaut.context.scope.CustomScope
Resolve an object from the given scope.
getOrCreate(NettyHttpRequest<?>) - Static method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
Lookup the response from the context.
getOrCreate(BeanCreationContext<T>) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
getOrder() - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
getOrder() - Method in class io.micronaut.context.BeanRegistration
 
getOrder() - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
getOrder() - Method in class io.micronaut.context.env.CommandLinePropertySource
 
getOrder() - Method in class io.micronaut.context.env.EnvironmentPropertySource
 
getOrder() - Method in class io.micronaut.context.env.KubernetesEnvironmentPropertySource
 
getOrder() - Method in class io.micronaut.context.env.SystemPropertiesPropertySource
 
getOrder() - Method in class io.micronaut.context.visitor.BeanImportVisitor
 
getOrder() - Method in interface io.micronaut.core.order.Ordered
 
getOrder(Object) - Static method in class io.micronaut.core.order.OrderUtil
Get the order for the given object.
getOrder(AnnotationMetadata, Object) - Static method in class io.micronaut.core.order.OrderUtil
Get the order of the given object.
getOrder(AnnotationMetadata) - Static method in class io.micronaut.core.order.OrderUtil
Get the order for the given annotation metadata.
getOrder(Ordered) - Static method in class io.micronaut.core.order.OrderUtil
Get the order for the given Ordered object.
getOrder() - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
getOrder() - Method in class io.micronaut.http.client.filters.ClientServerContextFilter
 
getOrder() - Method in class io.micronaut.http.server.cors.CorsFilter
 
getOrder() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.NotImplementedElementBuilder
 
getOrder() - Method in class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
 
getOrder() - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
getOrder() - Method in class io.micronaut.http.server.util.locale.HttpAbstractLocaleResolver
 
getOrder() - Method in class io.micronaut.http.server.util.locale.HttpFixedLocaleResolver
 
getOrder() - Method in class io.micronaut.http.server.util.locale.RequestLocaleResolver
 
getOrder() - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
getOrder() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
getOrder() - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
getOrder() - Method in class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
 
getOrder() - Method in class io.micronaut.management.endpoint.EndpointsFilter
 
getOrder() - Method in class io.micronaut.management.health.indicator.service.ServiceReadyHealthIndicator
 
getOrder() - Method in class io.micronaut.retry.intercept.DefaultRetryInterceptor
 
getOrder() - Method in class io.micronaut.retry.intercept.RecoveryInterceptor
 
getOrder() - Method in interface io.micronaut.runtime.context.scope.refresh.RefreshEventListener
 
getOrder() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
getOrder() - Method in class io.micronaut.scheduling.async.AsyncInterceptor
 
getOrder() - Method in class io.micronaut.session.http.HttpSessionFilter
 
getOrder() - Method in class io.micronaut.validation.ValidatingInterceptor
 
getOrigin() - Method in interface io.micronaut.http.HttpHeaders
 
getOriginalValue() - Method in interface io.micronaut.core.convert.ConversionError
 
getOriginatingElement() - Method in class io.micronaut.aop.writer.AopProxyWriter
Deprecated.
getOriginatingElement() - Method in interface io.micronaut.inject.ast.beans.BeanElement
 
getOriginatingElement() - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
getOriginatingElement() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
getOriginatingElement() - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getOriginatingElement() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getOriginatingElements() - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
 
getOriginatingElements() - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
getOriginatingElements() - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getOriginatingElements() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getOriginatingElements() - Method in interface io.micronaut.inject.writer.OriginatingElements
 
getOriginatingElements() - Method in class io.micronaut.inject.writer.StaticOriginatingElements
 
getOriginatingRequest() - Method in class io.micronaut.websocket.bind.WebSocketState
 
getOutboundHandlers() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getOutboundHandlers() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getOuterInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.ConstructorArgumentSegment
 
getOuterInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
getOuterInjectionPoint() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodArgumentSegment
 
getOuterInjectionPoint() - Method in interface io.micronaut.inject.ArgumentInjectionPoint
 
getOutputContext() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
getOverallDelay() - Method in interface io.micronaut.retry.RetryState
 
getOverrideConfigLocations() - Method in interface io.micronaut.context.ApplicationContextConfiguration
The config locations.
getOverrideConfigLocations() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getOwningType() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getOwningType() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getOwningType() - Method in interface io.micronaut.inject.ast.MemberElement
The owing type is the type that owns this element.
getPackage() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getPackage() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getPackage() - Method in class io.micronaut.context.AbstractBeanConfiguration
 
getPackage() - Method in interface io.micronaut.inject.ast.ClassElement
The package name.
getPackage() - Method in interface io.micronaut.inject.BeanConfiguration
 
getPackageName() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getPackageName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getPackageName() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getPackageName(String) - Static method in class io.micronaut.core.naming.NameUtils
Returns the package name for a class represented as string.
getPackageName() - Method in interface io.micronaut.inject.annotation.AnnotationRemapper
 
getPackageName() - Method in class io.micronaut.inject.annotation.internal.FindBugsRemapper
 
getPackageName() - Method in class io.micronaut.inject.annotation.internal.JakartaRemapper
 
getPackageName() - Method in interface io.micronaut.inject.ast.ClassElement
The package name.
getPackageName(TypeElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
 
getPackageName() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getPackageName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getPackages() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getPackages() - Method in interface io.micronaut.context.env.Environment
 
getParallelism() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getParallelism() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getParameter() - Method in class io.micronaut.ast.groovy.utils.ExtendedParameter
 
getParameterNameProvider() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getParameters() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getParameters() - Method in interface io.micronaut.aop.InvocationContext
Returns the current parameters as a map of mutable argument values.
getParameters() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getParameters() - Method in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
 
getParameters() - Method in interface io.micronaut.http.HttpRequest
 
getParameters() - Method in class io.micronaut.http.HttpRequestWrapper
 
getParameters() - Method in class io.micronaut.http.MediaType
 
getParameters() - Method in interface io.micronaut.http.MutableHttpRequest
 
getParameters() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getParameters() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getParameters() - Method in interface io.micronaut.inject.ast.beans.BeanConstructorElement
 
getParameters() - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
 
getParameters() - Method in interface io.micronaut.inject.ast.MethodElement
 
getParameterValueMap() - Method in interface io.micronaut.aop.InvocationContext
Returns the current state of the parameters as a map keyed by parameter name.
getParameterValues() - Method in interface io.micronaut.aop.InvocationContext
Returns the current state of the parameters as an array by parameter index.
getParent() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getParserSettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getPartName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedPartRouteException
 
getPassword() - Method in class io.micronaut.http.BasicAuth
 
getPassword() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
 
getPassword() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
getPassword() - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
getPastDateConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Past validator for Date accessor.
getPastOrPresentDateConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The PastOrPresent validator for Date accessor.
getPastOrPresentTemporalAccessorConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The PastOrPresent validator for temporal accessor.
getPastTemporalAccessorConstraintValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Past validator for temporal accessor.
getPath() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getPath() - Method in interface io.micronaut.context.BeanResolutionContext
 
getPath() - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
 
getPath() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
The context path to use for requests.
getPath() - Method in interface io.micronaut.http.cookie.Cookie
The path of the cookie.
getPath() - Method in class io.micronaut.http.hateoas.JsonError
 
getPath() - Method in interface io.micronaut.http.HttpRequest
 
getPath() - Method in class io.micronaut.http.HttpRequestWrapper
 
getPath() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getPath() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getPath() - Method in interface io.micronaut.http.server.exceptions.response.Error
 
getPath() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getPath() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
getPath() - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
getPath() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getPath() - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
 
getPath() - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
 
getPath() - Method in class io.micronaut.scheduling.io.watch.event.FileChangedEvent
The path to the file / directory that changed.
getPathMatcher() - Method in enum io.micronaut.http.filter.FilterPatternStyle
 
getPathParameters() - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
 
getPaths() - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
The paths to watch.
getPathVariableName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedPathVariableRouteException
 
getPathVariableSegmentCount() - Method in class io.micronaut.http.uri.UriTemplate
 
getPatterns() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
getPatterns(BeanDefinition<?>) - Method in class io.micronaut.web.router.AnnotatedFilterRouteBuilder
 
getPatternStyle() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
getPcapLoggingPathPattern() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The path pattern to use for logging incoming connections to pcap.
getPipelineCustomizers() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getPlaceholderResolver() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getPlaceholderResolver() - Method in interface io.micronaut.context.env.Environment
 
getPongArgument() - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
getPongArgument() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
getPort() - Method in interface io.micronaut.discovery.ServiceInstance
 
getPort() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getPort() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getPort() - Method in class io.micronaut.http.server.util.ProxyHeaderParser
 
getPort() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getPort() - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
 
getPort() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
getPort() - Method in interface io.micronaut.web.router.UriRoute
 
getPortHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
getPosition() - Method in enum io.micronaut.aop.InterceptPhase
 
getPositiveNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Positive validator for numbers.
getPositiveOrZeroNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The PositiveOrZero validator for numbers.
getPossibleCandidates() - Method in exception io.micronaut.context.exceptions.NonUniqueBeanException
 
getPostConstructMethods() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getPostConstructMethods() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getPostConstructMethods() - Method in interface io.micronaut.inject.BeanDefinition
All the methods that should be called once the bean has been fully initialized and constructed.
getPostConstructMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getPostConstructMethodVisits() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getPreDestroyMethods() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getPreDestroyMethods() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getPreDestroyMethods() - Method in interface io.micronaut.inject.BeanDefinition
All the methods that should be called when the object is to be destroyed.
getPreDestroyMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getPrefix() - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
 
getPrefix() - Method in interface io.micronaut.context.env.PropertyPlaceholderResolver
 
getPrefix() - Method in class io.micronaut.session.http.CookieHttpSessionIdGenerator
 
getPrefix() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
getPrimaryConstructor() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getPrimaryConstructor() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getPrimaryConstructor() - Method in interface io.micronaut.inject.ast.ClassElement
Find and return a single primary constructor.
getPrimitiveType(String) - Static method in class io.micronaut.core.reflect.ClassUtils
The primitive type for the given type name.
getPrimitiveType(Class) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Obtain the primitive type for the given wrapper type.
getPriority() - Method in interface io.micronaut.context.env.ActiveEnvironment
A 0 based index representing the priority of the environment relative to other active environments.
getPrivateHostname() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPrivateHostname() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getPrivateIpV4() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPrivateIpV4() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getPrivateIpV6() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPrivateIpV6() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getProcessingEnv() - Method in class io.micronaut.annotation.processing.test.JavaParser
 
getProcessingEnv() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getProcessorOptions(ProcessingEnvironment) - Static method in class io.micronaut.inject.util.VisitorContextUtils
Get visitor's context options from ProcessingEnvironment.getOptions()
getProduces() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getProduces() - Method in interface io.micronaut.web.router.Route
The media types able to produced by this route.
getProduces() - Method in interface io.micronaut.web.router.RouteInfo
The media types able to produced by this route.
getProduces() - Method in interface io.micronaut.web.router.RouteMatch
The media types able to produced by this route.
getProducingElement() - Method in interface io.micronaut.inject.ast.beans.BeanElement
The element that produces the bean, this could be a ClassElement for regular beans, or either a MethodElement or FieldElement for factory beans.
getProducingElement() - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
getProducingElement() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getProfile() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getProfile() - Method in interface io.micronaut.http.hateoas.Link
 
getProjectDir() - Method in interface io.micronaut.inject.visitor.VisitorContext
Obtain the project directory.
getProperties(String, StringConvention) - Method in class io.micronaut.context.DefaultApplicationContext
 
getProperties(String, StringConvention) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
getProperties(String) - Method in class io.micronaut.core.annotation.AnnotationValue
Resolves a map of properties for a member that is an array of annotations that have members called "name" or "key" to represent the key and "value" to represent the value.
getProperties(String, String) - Method in class io.micronaut.core.annotation.AnnotationValue
Resolve properties with a custom key member.
getProperties(String) - Method in interface io.micronaut.core.value.PropertyResolver
Return all the properties under the given key.
getProperties(String, StringConvention) - Method in interface io.micronaut.core.value.PropertyResolver
Return all the properties under the given key.
getProperties() - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
getProperties(String) - Method in class io.micronaut.management.endpoint.env.EnvironmentEndpoint
 
getProperty(String, ArgumentConversionContext<T>) - Method in class io.micronaut.context.DefaultApplicationContext
 
getProperty(String) - Static method in class io.micronaut.context.env.CachedEnvironment
Returns the system property of the requested name.
getProperty(String, ArgumentConversionContext<T>) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
getProperty(String) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
getProperty(String) - Method in interface io.micronaut.core.beans.BeanIntrospection
Obtain a property by name.
getProperty(String, Class<P>) - Method in interface io.micronaut.core.beans.BeanIntrospection
Obtain a property by name and type.
getProperty(String, Class<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property of the given name and type.
getProperty(String, Argument<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property of the given name and type.
getProperty(String, ArgumentConversionContext<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property of the given name and type.
getProperty(String, ArgumentConversionContext<T>) - Method in class io.micronaut.core.value.MapPropertyResolver
 
getProperty(String, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name, type and generic type arguments.
getProperty(String, Argument<T>) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name, type and generic type arguments.
getProperty(String, Class<T>, ConversionContext) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name, type and generic type arguments.
getProperty(String, Class<T>) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name.
getProperty(String, Class<T>, T) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name.
getProperty(String) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
getPropertyByIndex(int) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Obtain a property by its index.
getPropertyEntries(String) - Method in class io.micronaut.context.DefaultApplicationContext
 
getPropertyEntries(String) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
getPropertyEntries(String) - Method in class io.micronaut.core.value.MapPropertyResolver
 
getPropertyEntries(String) - Method in interface io.micronaut.core.value.PropertyResolver
Returns a collection of properties entries under the given key.
getPropertyNameForGetter(String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given getter.
getPropertyNameForGetter(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given getter and read prefix.
getPropertyNameForGetter(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given getter and read prefixes.
getPropertyNameForSetter(String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given setter.
getPropertyNameForSetter(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given setter and write prefix.
getPropertyNameForSetter(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent property name for the given setter and write prefixes.
getPropertyNames() - Method in interface io.micronaut.core.beans.BeanIntrospection
The property names as an array.
getPropertyNames() - Method in interface io.micronaut.core.beans.BeanWrapper
The property names.
getPropertyNamingStrategy() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getPropertyPlaceholderValueForConstructorArgument(BeanResolutionContext, BeanContext, int, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a property value for a bean definition for a constructor at the given index
getPropertyPlaceholderValueForField(BeanResolutionContext, BeanContext, Argument, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
getPropertyPlaceholderValueForMethodArgument(BeanResolutionContext, BeanContext, int, int, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a placeholder value for the given method argument.
getPropertyPlaceholderValueForSetter(BeanResolutionContext, BeanContext, String, Argument<?>, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a placeholder value for the given method argument.
getPropertySourceLoaders() - Method in class io.micronaut.context.env.DefaultEnvironment
Obtains the PropertySourceLoader instances.
getPropertySourceLoaders() - Method in interface io.micronaut.context.env.Environment
Obtains the PropertySourceLoader instances.
getPropertySourceRootName() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getPropertySources() - Method in class io.micronaut.context.env.DefaultEnvironment
 
getPropertySources() - Method in interface io.micronaut.context.env.Environment
 
getPropertySources(Environment) - Method in interface io.micronaut.discovery.config.ConfigurationClient
Retrieves all of the PropertySource registrations for the given environment.
getPropertySources(Environment) - Method in class io.micronaut.discovery.config.DefaultCompositeConfigurationClient
 
getPropertyValueForConstructorArgument(BeanResolutionContext, BeanContext, int, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a property value for a bean definition for a constructor at the given index
getPropertyValueForField(BeanResolutionContext, BeanContext, Argument, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
getPropertyValueForMethodArgument(BeanResolutionContext, BeanContext, int, int, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a property value for the given method argument.
getPropertyValueForSetter(BeanResolutionContext, BeanContext, String, Argument<?>, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a property value for the given method argument.
getProtocol() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getProtocolHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
getProtocols() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getProtocolVersion() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getProtocolVersion() - Method in interface io.micronaut.websocket.WebSocketSession
The protocol version of the WebSocket protocol currently being used.
getProvidedType() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getProvidedType() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
The provided type of the bean.
getProvidedType() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getProvider() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
getProvider() - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
getProxiedBean(BeanContext) - Method in class io.micronaut.context.AbstractBeanDefinition
Resolves the proxied bean instance for this bean.
getProxiedBean(BeanContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Resolves the proxied bean instance for this bean.
getProxiedBeanDefinitionName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getProxiedBeanDefinitionName() - Method in interface io.micronaut.inject.writer.ProxyingBeanDefinitionVisitor
 
getProxiedTypeName() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getProxiedTypeName() - Method in interface io.micronaut.inject.writer.ProxyingBeanDefinitionVisitor
 
getProxyAddress() - Method in class io.micronaut.http.client.HttpClientConfiguration
The proxy to use.
getProxyHttpClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getProxyHttpClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.ProxyHttpClientRegistry
Return the client for the given annotation metadata.
getProxyPassword() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getProxySelector() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getProxyTargetBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Resolves the proxy target for a given bean type.
getProxyTargetBean(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Resolves the proxy target for a given bean type.
getProxyTargetBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getProxyTargetBean(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
getProxyTargetBean(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Resolves the proxy target for a given bean type.
getProxyTargetBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
getProxyTargetBeanDefinition(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Obtain the original BeanDefinition for a ProxyBeanDefinition.
getProxyTargetMethod(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getProxyTargetMethod(Class<T>, Qualifier<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getProxyTargetMethod(Argument<T>, Qualifier<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
Finds an optimized execution handle for invoking a bean method.
getProxyType() - Method in class io.micronaut.http.client.HttpClientConfiguration
The proxy to use.
getProxyUsername() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getPublic() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration
 
getPublic() - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
Deprecated.
 
getPublicHostname() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPublicHostname() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getPublicIpV4() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPublicIpV4() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getPublicIpV6() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getPublicIpV6() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getPushEnabled() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Gets the SETTINGS_ENABLE_PUSH value.
getQualifiers() - Method in interface io.micronaut.inject.ast.beans.BeanElement
 
getQualifiers() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getQuality() - Method in class io.micronaut.http.MediaType
 
getQualityAsNumber() - Method in class io.micronaut.http.MediaType
 
getQueryParameterName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedQueryValueRouteException
 
getQueryParameters() - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
 
getQuietly(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getRawArguments() - Method in interface io.micronaut.core.cli.CommandLine
 
getRawClassElement() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getRawClassElement() - Method in interface io.micronaut.inject.ast.ClassElement
Get a ClassElement instance corresponding to this type, but without any type arguments bound.
getRawMessage(String, MessageSource.MessageContext) - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
 
getRawMessage(String, MessageSource.MessageContext) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getRawMessage(String, MessageSource.MessageContext, String) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context.
getRawMessage(String, MessageSource.MessageContext) - Method in class io.micronaut.context.StaticMessageSource
 
getRawMessage(String, MessageSource.MessageContext) - Method in class io.micronaut.runtime.context.CompositeMessageSource
 
getRawSegmentCount() - Method in class io.micronaut.http.uri.UriTemplate
 
getRawSegmentLength() - Method in class io.micronaut.http.uri.UriTemplate
 
getReadIdleTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
For streaming requests and WebSockets, the HttpClientConfiguration.getReadTimeout() method does not apply instead a configurable idle timeout is applied.
getReadIdleTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getReadinessHealthIndicators(HealthIndicator[], HealthIndicator[]) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
 
getReadMethod() - Method in interface io.micronaut.inject.ast.PropertyElement
 
getReadTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getReadTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getReason() - Method in enum io.micronaut.http.HttpStatus
 
getReason() - Method in class io.micronaut.websocket.CloseReason
 
getReceiverType() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getReceiverType() - Method in interface io.micronaut.inject.ast.MethodElement
Returns the receiver type of this executable, or empty if the method has no receiver type.
getRegion() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getRegion() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
getRegion() - Method in interface io.micronaut.discovery.ServiceInstance
Returns the region to use.
getRemainingArgs() - Method in interface io.micronaut.core.cli.CommandLine
 
getRemainingArgsString() - Method in interface io.micronaut.core.cli.CommandLine
 
getRemainingArgsWithOptionsString() - Method in interface io.micronaut.core.cli.CommandLine
 
getRemoteAddress() - Method in interface io.micronaut.http.HttpRequest
 
getRemoteAddress() - Method in class io.micronaut.http.HttpRequestWrapper
 
getRemoteAddress() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getRepeatableAnnotation(String) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataSupport
 
getRepeatableName(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getRepeatableName(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getRepeatableName(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtain the name of the repeatable annotation if the annotation is is one.
getRepeatableNameForType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getRepeatableNameForType(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getRepeatableNameForType(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Obtain the name of the repeatable annotation if the annotation is is one.
getRequest() - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext
 
getRequestArgumentSatisfier() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getRequestArgumentSatisfier() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getRequestArgumentSatisfier() - Method in class io.micronaut.http.server.RouteExecutor
 
getRequestAttributeName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedRequestAttributeRouteException
 
getRequestParameters() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getRequestParameters() - Method in interface io.micronaut.websocket.WebSocketSession
The request parameters used to create this session.
getRequestURI() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
getRequestURI() - Method in interface io.micronaut.websocket.WebSocketSession
The request URI this session was opened under.
getRequiredArguments() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
getRequiredArguments() - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
 
getRequiredArguments() - Method in interface io.micronaut.inject.ParametrizedBeanFactory
 
getRequiredArguments() - Method in interface io.micronaut.web.router.MethodBasedRouteMatch
Returns the required arguments for this RouteMatch<./p>
getRequiredArguments() - Method in interface io.micronaut.web.router.RouteMatch
Returns the required arguments for this RouteMatch.
getRequiredArguments() - Method in interface io.micronaut.web.router.UriRouteMatch
Returns the required arguments for this RouteMatch.
getRequiredComponents() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getRequiredComponents() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getRequiredComponents() - Method in interface io.micronaut.inject.BeanDefinition
 
getRequiredComponents() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getRequiredField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds a field on the given type for the given name.
getRequiredInput(String) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getRequiredInput(String) - Method in interface io.micronaut.web.router.RouteMatch
Return whether the given named input is required by this route.
getRequiredInternalConstructor(Class<T>, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds an internal constructor defined by the Micronaut API and throws a NoSuchMethodError if it doesn't exist.
getRequiredInternalMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds an internal method defined by the Micronaut API and throws a NoSuchMethodError if it doesn't exist.
getRequiredMessage(String, MessageSource.MessageContext) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context or throw an exception.
getRequiredMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Finds a method on the given type for the given name.
getRequiredMethod(String, Class<?>...) - Method in interface io.micronaut.inject.BeanDefinition
Finds a single ExecutableMethod for the given name and argument types.
getRequiredMethod(String, Class<?>...) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getRequiredProperty(String, Class<P>) - Method in interface io.micronaut.core.beans.BeanIntrospection
Gets a property of the given name and type or throws IntrospectionException if the property is not present.
getRequiredProperty(String, Class<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property value of the given type or throw an exception if it is unobtainable.
getRequiredProperty(String, Argument<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property value of the given type or throw an exception if it is unobtainable.
getRequiredProperty(String, ArgumentConversionContext<P>) - Method in interface io.micronaut.core.beans.BeanWrapper
Get the property value of the given type or throw an exception if it is unobtainable.
getRequiredProperty(String, Class<T>) - Method in interface io.micronaut.core.value.PropertyResolver
Resolve the given property for the given name.
getRequiredRawMessage(String, MessageSource.MessageContext) - Method in interface io.micronaut.context.MessageSource
Resolve a message for the given code and context or throw an exception.
getRequiredValue(Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Get the value of the value member of the annotation.
getRequiredValue(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Get the value of the value member of the annotation.
getResource(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
getResource(String) - Method in class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
 
getResource(String) - Method in interface io.micronaut.core.io.ResourceLoader
Obtains the URL to a given resource.
getResource(String) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that supports the given path.
getResource(String) - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
Obtains a resource URL.
getResourceAsStream(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
getResourceAsStream(String) - Method in class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
 
getResourceAsStream(String) - Method in interface io.micronaut.core.io.ResourceLoader
Obtains a resource as a stream.
getResourceAsStream(String) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that supports the given path.
getResourceAsStream(String) - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
Obtains a resource as a stream.
getResourceLeakDetectorLevel() - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
Provides the value set for the resource leak detection.
getResourceLoader() - Method in interface io.micronaut.context.ApplicationContextConfiguration
The class path resource loader to use.
getResourceLoader() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
getResourceLoaders() - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
 
getResources(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
getResources(String) - Method in class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
 
getResources(String) - Method in interface io.micronaut.core.io.ResourceLoader
Obtains all resources with the given name.
getResources(String) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that supports the given path.
getResources(String) - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
Obtains a stream of resource URLs.
getResponse() - Method in exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
getResponse() - Method in interface io.micronaut.http.HttpResponseProvider
 
getResult() - Method in class io.micronaut.management.health.indicator.AbstractHealthIndicator
 
getResult() - Method in class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicator
 
getResult() - Method in interface io.micronaut.management.health.indicator.HealthIndicator
 
getResult() - Method in class io.micronaut.management.health.indicator.jdbc.JdbcIndicator
 
getResult() - Method in class io.micronaut.management.health.indicator.service.ServiceReadyHealthIndicator
 
getRetentionPolicy(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getRetentionPolicy(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getRetentionPolicy() - Method in class io.micronaut.core.annotation.AnnotationValue
 
getRetentionPolicy(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Gets the retention policy for the given annotation.
getRetry() - Method in interface io.micronaut.http.sse.Event
 
getRetryCount() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
getRetryDelay() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
getRetryPredicate() - Method in interface io.micronaut.retry.RetryState
 
getRetryState() - Method in class io.micronaut.retry.event.CircuitOpenEvent
 
getRetryState() - Method in class io.micronaut.retry.event.RetryEvent
 
getReturnType() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getReturnType() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getReturnType() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getReturnType() - Method in class io.micronaut.context.AbstractExecutableMethod
 
getReturnType() - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
getReturnType() - Method in interface io.micronaut.core.beans.BeanMethod
 
getReturnType() - Method in interface io.micronaut.inject.ast.ConstructorElement
 
getReturnType() - Method in interface io.micronaut.inject.ast.MethodElement
 
getReturnType() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getReturnType() - Method in interface io.micronaut.inject.MethodReference
 
getReturnType() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getReturnType() - Method in interface io.micronaut.web.router.RouteInfo
 
getReturnType() - Method in interface io.micronaut.web.router.RouteMatch
 
getRootBean() - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidatorContext
In case of using this constraint validator with javax.validation.ConstraintValidator returns null, because JRS-303 doesn't support passing a root bean in their validation context.
getRootBeanType() - Method in exception io.micronaut.context.exceptions.BeanCreationException
 
getRootCause() - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext
 
getRootDefinition() - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
getRootDefinition() - Method in interface io.micronaut.context.BeanResolutionContext
 
getRootMetadata() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getRoute() - Method in interface io.micronaut.web.router.UriRouteMatch
 
getRouteExecutor() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getRouteExecutor() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getRouteKey(UriRoute) - Method in class io.micronaut.management.endpoint.routes.impl.DefaultRouteDataCollector
 
getRouter() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getRouter() - Method in class io.micronaut.http.server.RouteExecutor
 
getRoutes() - Method in class io.micronaut.management.endpoint.routes.RoutesEndpoint
 
getSameSite() - Method in interface io.micronaut.http.cookie.Cookie
Checks to see if this Cookie can be sent along cross-site requests.
getSameSite() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getSameSite() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getScheme() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getScheme() - Method in class io.micronaut.http.server.util.ProxyHeaderParser
 
getScheme() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
getScope() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getScope() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getScope() - Method in interface io.micronaut.inject.ast.beans.BeanElement
The scope of the bean.
getScope() - Method in interface io.micronaut.inject.BeanDefinition
 
getScope() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getScope() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getScope(BeanDefinition<?>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionData
 
getScopeMap(boolean) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
getScopeName() - Method in class io.micronaut.context.AbstractBeanDefinition
 
getScopeName() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getScopeName() - Method in interface io.micronaut.inject.BeanDefinition
 
getScopeName() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getSerializationFeatures() - Method in class io.micronaut.jackson.codec.JacksonFeatures
Serialization features.
getSerializationInclusion() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getSerializationSettings() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getServerAddress() - Method in interface io.micronaut.http.HttpRequest
 
getServerAddress() - Method in class io.micronaut.http.HttpRequestWrapper
 
getServerAddress() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getServerConfiguration() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getServerCookieEncoder() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getServerHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getServerName() - Method in interface io.micronaut.http.HttpRequest
 
getServerName() - Method in class io.micronaut.http.HttpRequestWrapper
 
getServerName() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
getServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
Gets the server socket channel instance.
getServerSslBuilder() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getServerSslBuilder() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getServiceEntries() - Method in class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
 
getServiceEntries() - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
The META-INF/services entries to write.
getServiceID() - Method in exception io.micronaut.discovery.exceptions.NoAvailableServiceException
 
getServiceID() - Method in class io.micronaut.http.client.loadbalance.AbstractRoundRobinLoadBalancer
 
getServiceID() - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientRoundRobinLoadBalancer
 
getServiceID() - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListRoundRobinLoadBalancer
 
getServiceId() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
The service id.
getServiceIdPattern() - Method in interface io.micronaut.http.util.OutgointRequestProcessorMatcher
 
getServiceIds() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
 
getServiceIds() - Method in interface io.micronaut.discovery.DiscoveryClient
 
getServiceLoaders() - Method in class io.micronaut.core.io.service.SoftServiceLoader.Optimizations
 
getSession() - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
getSession() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
getSession() - Method in class io.micronaut.websocket.bind.WebSocketState
 
getSessionAttribute() - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
getSessionAttribute() - Method in interface io.micronaut.http.server.util.locale.HttpLocaleResolutionConfiguration
 
getSeverity() - Method in class io.micronaut.health.HealthStatus
The severity of the status.
getShort(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getShortArrayValueExtractor() - Method in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
Value extractor for short[].
getShortLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getShutdownQuietPeriod() - Method in class io.micronaut.http.client.HttpClientConfiguration
The amount of quiet period for shutdown.
getShutdownQuietPeriod() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getShutdownQuietPeriod() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
getShutdownQuietPeriod() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getShutdownTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
The amount of time to wait for shutdown.
getShutdownTimeout() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
getShutdownTimeout() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
getShutdownTimeout() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
getSimpleName() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getSimpleName() - Method in class io.micronaut.annotation.processing.visitor.JavaPackageElement
 
getSimpleName() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getSimpleName() - Method in class io.micronaut.ast.groovy.visitor.GroovyPackageElement
 
getSimpleName(String) - Static method in class io.micronaut.core.naming.NameUtils
Returns the simple name for a class represented as string.
getSimpleName() - Method in interface io.micronaut.core.type.TypeInformation
Obtains the type's simple name.
getSimpleName() - Method in interface io.micronaut.inject.ast.ClassElement
The simple name without the package name.
getSimpleName() - Method in interface io.micronaut.inject.ast.Element
The simple name of the element.
getSize() - Method in interface io.micronaut.http.multipart.FileUpload
Returns the size of the part.
getSize() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
getSize() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
getSize(T) - Method in interface io.micronaut.validation.validator.constraints.SizeValidator
Evaluate the size for the given value.
getSizeBooleanArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for boolean[].
getSizeByteArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for byte[].
getSizeCharArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for char[].
getSizeCharSequenceValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for CharSequence.
getSizeCollectionValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for Collection.
getSizeDoubleArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for double[].
getSizeFloatArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for float[].
getSizeIntArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for int[].
getSizeLongArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for long[].
getSizeMapValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for Map.
getSizeObjectArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for Object[].
getSizeShortArrayValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
The Size validator for short[].
getSource() - Method in class io.micronaut.context.event.BeanContextEvent
 
getSource() - Method in class io.micronaut.discovery.event.AbstractServiceInstanceEvent
 
getSource() - Method in class io.micronaut.http.context.event.HttpRequestReceivedEvent
 
getSource() - Method in class io.micronaut.http.context.event.HttpRequestTerminatedEvent
 
getSource() - Method in interface io.micronaut.management.endpoint.info.InfoSource
 
getSource() - Method in class io.micronaut.management.endpoint.info.source.BuildInfoSource
 
getSource() - Method in class io.micronaut.management.endpoint.info.source.ConfigurationInfoSource
 
getSource() - Method in class io.micronaut.management.endpoint.info.source.GitInfoSource
 
getSource() - Method in class io.micronaut.retry.event.CircuitClosedEvent
 
getSource() - Method in class io.micronaut.retry.event.CircuitOpenEvent
 
getSource() - Method in class io.micronaut.retry.event.RetryEvent
 
getSource() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshEvent
 
getSource() - Method in class io.micronaut.runtime.event.AbstractEmbeddedApplicationEvent
 
getSource() - Method in class io.micronaut.runtime.server.event.ServerShutdownEvent
 
getSource() - Method in class io.micronaut.runtime.server.event.ServerStartupEvent
 
getSource() - Method in class io.micronaut.scheduling.io.watch.event.FileChangedEvent
 
getSource() - Method in class io.micronaut.session.event.AbstractSessionEvent
 
getSource() - Method in class io.micronaut.websocket.event.WebSocketEvent
 
getSseClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getSseClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.sse.SseClientRegistry
Return the client for the given annotation metadata.
getSslConfiguration() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getSslConfiguration() - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
getSslConfiguration() - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
 
getSslConfiguration() - Method in interface io.micronaut.http.server.netty.ssl.ServerSslBuilder
 
getStaticResourceResolver() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getStaticResourceResolver() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getStatus() - Method in class io.micronaut.health.HeartbeatEvent
This method will return the HealthStatus if the server is configured to calculate the status.
getStatus() - Method in exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
getStatus() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
getStatus() - Method in exception io.micronaut.http.exceptions.HttpStatusException
 
getStatus() - Method in interface io.micronaut.http.HttpResponse
 
getStatus() - Method in class io.micronaut.http.HttpResponseWrapper
 
getStatus() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
getStatus() - Method in interface io.micronaut.management.health.indicator.HealthResult
 
getStatusConfiguration() - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
 
getStatusRoutes() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getStatusRoutes() - Method in interface io.micronaut.web.router.RouteBuilder
 
getStereotypes() - Method in class io.micronaut.core.annotation.AnnotationValue
 
getStreamConfig() - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
getStreamConfig() - Method in interface io.micronaut.json.JsonMapper
 
getStreamingHttpClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getStreamingHttpClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.StreamingHttpClientRegistry
Return the client for the given annotation metadata.
getStreamOfTypeForConstructorArgument(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
getStreamOfTypeForField(BeanResolutionContext, BeanContext, FieldInjectionPoint) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a bean definition for the field at the given index and the argument at the given index
getStreamOfTypeForField(BeanResolutionContext, BeanContext, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains a bean definition for the field at the given index and the argument at the given index
getStreamOfTypeForMethodArgument(BeanResolutionContext, BeanContext, int, int, Argument, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Obtains all bean definitions for the method at the given index and the argument at the given index
getStringValue() - Method in class io.micronaut.json.tree.JsonNode
 
getSubprotocol() - Method in interface io.micronaut.websocket.WebSocketSession
The subprotocol if one is used.
getSubscriber() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
Get the current Subscriber.
getSubtype() - Method in class io.micronaut.http.MediaType
 
getSuperType() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getSuperType() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getSuperType() - Method in interface io.micronaut.inject.ast.ClassElement
Returns the super type of this element or empty if the element has no super type.
getSupportedAnnotation() - Method in class io.micronaut.management.endpoint.processors.DeleteEndpointRouteBuilder
 
getSupportedAnnotation() - Method in class io.micronaut.management.endpoint.processors.ReadEndpointRouteBuilder
 
getSupportedAnnotation() - Method in class io.micronaut.management.endpoint.processors.WriteEndpointRouteBuilder
 
getSupportedAnnotationNames() - Method in interface io.micronaut.context.visitor.BeanImportHandler
 
getSupportedAnnotationNames() - Method in class io.micronaut.context.visitor.BeanImportVisitor
 
getSupportedAnnotationNames() - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
getSupportedAnnotationNames() - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
 
getSupportedAnnotationNames() - Method in class io.micronaut.validation.routes.RouteValidationVisitor
 
getSupportedAnnotationNames() - Method in class io.micronaut.validation.websocket.WebSocketVisitor
 
getSupportedAnnotationTypes() - Method in class io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor
 
getSupportedAnnotationTypes() - Method in class io.micronaut.annotation.processing.PackageConfigurationInjectProcessor
 
getSupportedAnnotationTypes() - Method in class io.micronaut.annotation.processing.ServiceDescriptionProcessor
 
getSupportedAnnotationTypes() - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
getSupportedOptions() - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
getSupportedOptions() - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Called once when processor loads.
getSupportingLoader(String) - Method in class io.micronaut.core.io.ResourceResolver
Searches resource loaders for one that supports the given prefix.
getSuspendParameters() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getSuspendParameters() - Method in interface io.micronaut.inject.ast.MethodElement
If MethodElement.isSuspend() returns true this method exposes the continuation parameter in addition to the other parameters of the method.
getSystemOptions() - Static method in class io.micronaut.inject.util.VisitorContextUtils
Get visitor's context options from System.getProperties()
getSystemProperties() - Method in interface io.micronaut.core.cli.CommandLine
 
getTags() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
getTags() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
The tags attached to the instance.
getTarget() - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
getTarget() - Method in class io.micronaut.aop.chain.InterceptorChain
 
getTarget() - Method in interface io.micronaut.aop.InvocationContext
 
getTarget() - Method in interface io.micronaut.core.bind.BoundExecutable
 
getTarget() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getTarget() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getTarget() - Method in interface io.micronaut.inject.ExecutionHandle
The target of the method invocation.
getTarget() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutor
Implementors can override to specify the target Executor.
getTarget() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
Implementors can override to specify the target ExecutorService.
getTarget() - Method in interface io.micronaut.scheduling.instrument.InstrumentedScheduledExecutorService
 
getTarget() - Method in interface io.micronaut.websocket.context.WebSocketBean
 
getTargetDefinitionType() - Method in interface io.micronaut.inject.ProxyBeanDefinition
 
getTargetMethod() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
getTargetMethod() - Method in class io.micronaut.inject.beans.AbstractExecutableBeanMethod
 
getTargetMethod() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
getTargetMethod() - Method in interface io.micronaut.inject.MethodReference
 
getTargetMethod() - Method in interface io.micronaut.web.router.MethodBasedRoute
 
getTargetMethodByIndex(int) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Find Method representation at the method by index.
getTargetPackage() - Method in interface io.micronaut.inject.annotation.PackageRenameRemapper
 
getTargetType() - Method in interface io.micronaut.inject.ProxyBeanDefinition
 
getTargetType() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators.ValidatorKey
 
getterNameFor(String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent getter name for the given property.
getterNameFor(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent getter name for the given property and a the first prefix.
getterNameFor(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent getter name for the given property and a prefix.
getterNameFor(String, Class<?>) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent getter name for the given property.
getterNameFor(String, boolean) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent getter name for the given property.
getTextContent() - Method in interface io.micronaut.inject.writer.GeneratedFile
Gets the character content of this file object, if available.
getThreadFactory() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
getThreadFactoryClass() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getThreadFactoryClass() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getThreadSelection() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getThreshold() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
getThreshold() - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
 
getThrowable() - Method in class io.micronaut.retry.event.CircuitOpenEvent
 
getThrowable() - Method in class io.micronaut.retry.event.RetryEvent
 
getThrownTypes() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
getThrownTypes() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
getThrownTypes() - Method in interface io.micronaut.inject.ast.MethodElement
Returns the types declared in the throws declaration of a method.
getTimeout() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
getTimeZone() - Method in class io.micronaut.jackson.JacksonConfiguration
 
getTitle() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getTitle() - Method in interface io.micronaut.http.hateoas.Link
 
getTitle() - Method in interface io.micronaut.http.server.exceptions.response.Error
 
getTraversableResolver() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getTraversableResolver() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getTraversableResolver() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
 
getTrustManagerFactory(SslConfiguration) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
 
getTrustManagerFactory(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
 
getTrustStore(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
getTrustStore(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
 
getTrustStore() - Method in class io.micronaut.http.ssl.SslConfiguration
 
getType() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
getType() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
getType() - Method in class io.micronaut.core.annotation.AnnotationClassValue
The type if present on the classpath.
getType() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
getType() - Method in interface io.micronaut.core.beans.BeanProperty
 
getType() - Method in class io.micronaut.core.type.DefaultArgument
 
getType() - Method in interface io.micronaut.core.type.TypeInformation
 
getType() - Method in class io.micronaut.http.hateoas.DefaultLink
 
getType() - Method in interface io.micronaut.http.hateoas.Link
 
getType() - Method in class io.micronaut.http.MediaType
 
getType() - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
getType() - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
getType() - Method in class io.micronaut.inject.ArgumentBeanType
 
getType() - Method in interface io.micronaut.inject.ast.ClassElement
 
getType() - Method in interface io.micronaut.inject.ast.ParameterElement
 
getType() - Method in interface io.micronaut.inject.ast.PropertyElement
 
getType() - Method in interface io.micronaut.inject.ast.TypedElement
 
getType() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
getType() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
getType() - Method in interface io.micronaut.inject.FieldInjectionPoint
 
getType(BeanDefinition<?>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionData
 
getType() - Method in interface io.micronaut.scheduling.executor.ExecutorConfiguration
 
getType() - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
getTypeArgument() - Method in class io.micronaut.core.async.subscriber.TypedSubscriber
 
getTypeArguments(String) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getTypeArguments() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
getTypeArguments() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
getTypeArguments(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getTypeArguments() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
getTypeArguments(String) - Method in class io.micronaut.context.AbstractBeanDefinition
 
getTypeArguments(String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
getTypeArguments(Class<?>) - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
getTypeArguments() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
getTypeArguments(String) - Method in interface io.micronaut.inject.ast.ClassElement
Get the type arguments for the given type name.
getTypeArguments(Class<?>) - Method in interface io.micronaut.inject.ast.ClassElement
Get the type arguments for the given type name.
getTypeArguments() - Method in interface io.micronaut.inject.ast.ClassElement
 
getTypeArguments() - Method in interface io.micronaut.inject.BeanDefinition
If the bean itself declares any type arguments this method will return the classes that represent those types.
getTypeArguments(Class<?>) - Method in interface io.micronaut.inject.BeanDefinition
Return the type arguments for the given interface or super type for this bean.
getTypeArguments(String) - Method in interface io.micronaut.inject.BeanDefinition
Return the type arguments for the given interface or super type for this bean.
getTypeArguments(String) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
getTypeArguments(Class<?>) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
getTypeArguments() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
getTypeArguments() - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
getTypeArguments(Class<T>, BT) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
getTypeArguments() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
getTypeArguments() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
getTypeArgumentsMap() - Method in class io.micronaut.context.AbstractBeanDefinition
A method that subclasses can override to provide information on type arguments.
getTypeDescriptor(TypedElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Returns the descriptor corresponding to the given class.
getTypeDescriptor(Class<?>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Returns the descriptor corresponding to the given class.
getTypeDescriptor(String) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Returns the descriptor corresponding to the given class.
getTypeDescriptor(String, String...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getTypeElementVisitorProcessor() - Method in class io.micronaut.annotation.processing.test.JavaParser
The type element visitor processor to use.
getTypeForAnnotation(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
getTypeForAnnotation(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
getTypeForAnnotation(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Get the type of the given annotation.
getTypeName() - Method in interface io.micronaut.core.annotation.AnnotatedTypeInfo
 
getTypeName() - Method in interface io.micronaut.core.type.TypeInformation
 
getTypeParameters() - Method in interface io.micronaut.core.convert.ArgumentConversionContext
 
getTypeParameters() - Method in class io.micronaut.core.type.DefaultArgument
 
getTypeParameters() - Method in interface io.micronaut.core.type.TypeVariableResolver
 
getTypeParameters(Class<?>) - Method in interface io.micronaut.inject.BeanDefinition
Returns the type parameters as a class array for the given type.
getTypeParameters() - Method in interface io.micronaut.inject.BeanDefinition
Returns the type parameters as a class array for the bean type.
getTypePredicates() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
getTypeReference(TypedElement) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Return the type reference for a class.
getTypeReference(TypedElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Return the type reference for a class.
getTypeReferenceForName(String, String...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Returns the Type reference corresponding to the given class.
getTypes() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The types.
getTypes(Collection<ClassElement>) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
getTypeString(TypeElement) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
 
getTypeString(boolean) - Method in interface io.micronaut.core.type.TypeInformation
Returns the string representation of the argument type, including generics.
getTypeString(T) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
Convert the given type to a string.
getTypeUtils() - Method in class io.micronaut.annotation.processing.ModelUtils
 
getTypeVariable(String) - Method in interface io.micronaut.core.type.TypeVariableResolver
 
getTypeVariables() - Method in interface io.micronaut.core.convert.ArgumentConversionContext
 
getTypeVariables() - Method in interface io.micronaut.core.convert.ConversionContext
In the case where the type to be converted contains generic type arguments this map will return the concrete types of those arguments.
getTypeVariables() - Method in class io.micronaut.core.type.DefaultArgument
 
getTypeVariables() - Method in interface io.micronaut.core.type.TypeVariableResolver
 
getTypeVariables() - Method in class io.micronaut.inject.ArgumentBeanType
 
getUnboundArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
If the executable can only be partially bound then this method will return the arguments that have not been bound.
getUndeclaredOptions() - Method in interface io.micronaut.core.cli.CommandLine
 
getUnsafe(B) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
getUnsafe(B) - Method in interface io.micronaut.core.beans.UnsafeBeanProperty
Unsafe version of BeanProperty.get(Object).
getUnsignedByte(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedInt(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedIntLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedMedium(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedMediumLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedShort(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUnsignedShortLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
getUpperBounds() - Method in interface io.micronaut.inject.ast.WildcardElement
 
getURI() - Method in interface io.micronaut.discovery.ServiceInstance
 
getURI() - Method in interface io.micronaut.function.client.FunctionDefinition
 
getUri() - Method in class io.micronaut.http.client.loadbalance.FixedLoadBalancer
 
getUri() - Method in interface io.micronaut.http.HttpRequest
 
getUri() - Method in class io.micronaut.http.HttpRequestWrapper
 
getUri() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
getURI() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getUri() - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
getUri() - Method in interface io.micronaut.http.uri.UriMatchInfo
 
getUri() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
getURI() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
getUri() - Method in exception io.micronaut.web.router.exceptions.DuplicateRouteException
 
getUriMatchTemplate() - Method in interface io.micronaut.web.router.UriRoute
 
getUriNamingStrategy() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getUriNamingStrategy() - Method in interface io.micronaut.web.router.RouteBuilder
 
getUriPattern() - Method in interface io.micronaut.http.util.OutgointRequestProcessorMatcher
 
getUriRoutes() - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
getUriRoutes() - Method in exception io.micronaut.web.router.exceptions.DuplicateRouteException
 
getUriRoutes() - Method in interface io.micronaut.web.router.RouteBuilder
 
getUriTemplate() - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
 
getUriVariables() - Method in interface io.micronaut.websocket.WebSocketSession
Any matching URI path variables.
getUrl() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
 
getUrl() - Method in class io.micronaut.http.client.loadbalance.FixedLoadBalancer
Deprecated.
getURL() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getURL() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
getUrls() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
The URLs.
getUserData() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
getUsername() - Method in class io.micronaut.http.BasicAuth
 
getUserPrincipal() - Method in interface io.micronaut.http.HttpRequest
The user principal stored within the request.
getUserPrincipal(Class<T>) - Method in interface io.micronaut.http.HttpRequest
The user principal stored within the request.
getUserPrincipal() - Method in class io.micronaut.http.HttpRequestWrapper
 
getUserPrincipal(Class<T>) - Method in class io.micronaut.http.HttpRequestWrapper
 
getUserPrincipal() - Method in interface io.micronaut.websocket.WebSocketSession
The user Principal used to create the session.
getValidator() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getValidator() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
getValue(Class<T>) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver.PlaceholderSegment
 
getValue(Class<T>) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver.RawSegment
 
getValue(Class<T>) - Method in interface io.micronaut.context.env.DefaultPropertyPlaceholderResolver.Segment
Returns the value of a given segment converted to the provided type.
getValue(Class<? extends Annotation>, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(Class<? extends Annotation>, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(String, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(String, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of the given annotation member.
getValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(Class<? extends Annotation>, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get the value of default "value" the given annotation.
getValue(String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(String, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>, String, Argument<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(String, String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValue(ArgumentConversionContext<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Get the value of the value member of the annotation.
getValue(Argument<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Get the value of the value member of the annotation.
getValue(Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
Get the value of the value member of the annotation.
getValue() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
 
getValue(CharSequence) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Get a raw value without any conversion.
getValue(CharSequence) - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
 
getValue() - Method in interface io.micronaut.core.type.ArgumentValue
 
getValue() - Method in interface io.micronaut.http.cookie.Cookie
 
getValue() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
getValue() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
getValue(String, String, Argument<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getValue(String, String, Argument<T>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getValue(Class<? extends Annotation>, String, Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getValue(String, String, Argument<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getValue(String, String, Argument<T>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Resolves the given value performing type conversion as necessary.
getValueExtractor(Class<T>) - Method in interface io.micronaut.validation.validator.extractors.ValueExtractorRegistry
Gets a a ValueExtractor for the given type.
getValueExtractorRegistry() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
getValueExtractorRegistry() - Method in interface io.micronaut.validation.validator.ValidatorConfiguration
 
getValueForArgument(Argument, HttpRequest<?>, boolean) - Method in class io.micronaut.http.server.binding.RequestArgumentSatisfier
 
getValueForArgument(Argument, HttpRequest<?>, boolean) - Method in class io.micronaut.http.server.netty.NettyRequestArgumentSatisfier
 
getValueForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a value for a bean definition for a constructor at the given index
getValueForConstructorArgument(BeanResolutionContext, BeanContext, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
getValueForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a value for the given field from the bean context
getValueForField(BeanResolutionContext, BeanContext, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
getValueForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains a value for the given method argument.
getValueForMethodArgument(BeanResolutionContext, BeanContext, int, int, Qualifier) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Deprecated.
getValueForPath(BeanResolutionContext, BeanContext, Argument<T1>, String...) - Method in class io.micronaut.context.AbstractBeanDefinition
Resolve a value for the given field of the given type and path.
getValueForPath(BeanResolutionContext, BeanContext, Argument<T1>, String) - Method in class io.micronaut.context.AbstractBeanDefinition
Resolve a value for the given field of the given type and path.
getValueForPath(BeanResolutionContext, BeanContext, Argument<T1>, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Resolve a value for the given field of the given type and path.
getValues(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get all of the values for the given annotation and type of the underlying values.
getValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get all of the values for the given annotation and type of the underlying values.
getValues(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Get all of the values for the given annotation.
getValues(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValues(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
getValues() - Method in class io.micronaut.core.annotation.AnnotationValue
 
getValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
 
getValues(String, Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
getValues(String, Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
getValues(String, Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getValues(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
getValueType() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
 
getVariable() - Method in interface io.micronaut.http.uri.UriTemplate.PathSegment
If this path segment represents a variable returns the underlying variable name.
getVariableMap() - Method in interface io.micronaut.http.uri.UriMatchInfo
 
getVariableMap() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
getVariableName() - Method in interface io.micronaut.core.type.GenericPlaceholder
 
getVariableName() - Method in interface io.micronaut.inject.ast.GenericPlaceholderElement
 
getVariableNames() - Method in class io.micronaut.http.uri.UriMatchTemplate
 
getVariablePattern(String, char) - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
 
getVariablePattern(String, char) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate.TypedUriMatchTemplateParser
 
getVariables() - Method in interface io.micronaut.context.MessageSource.MessageContext
 
getVariables() - Method in interface io.micronaut.http.uri.UriMatchInfo
 
getVariables() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
getVariables() - Method in class io.micronaut.http.uri.UriMatchTemplate
 
getVariableSegmentCount() - Method in class io.micronaut.http.uri.UriTemplate
 
getVariableValues() - Method in interface io.micronaut.http.uri.UriMatchInfo
 
getVariableValues() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
getVariableValues() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
getVariableValues() - Method in interface io.micronaut.web.router.RouteMatch
 
getVendorData() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
getVersion() - Method in class io.micronaut.context.AbstractBeanConfiguration
 
getVersion() - Method in class io.micronaut.core.version.SemanticVersion
 
getVersion() - Method in class io.micronaut.http.MediaType
 
getVersion() - Method in interface io.micronaut.inject.BeanConfiguration
The version of this configuration.
getVersion(UriRouteMatch<T, R>) - Method in class io.micronaut.web.router.version.RouteVersionFilter
 
getVisitor() - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
getVisitorKind() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
getVisitorKind() - Method in class io.micronaut.context.visitor.BeanImportVisitor
 
getVisitorKind() - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
getVisitorKind() - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
getVisitorKind() - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
 
getVisitorKind() - Method in class io.micronaut.validation.async.AsyncTypeElementVisitor
 
getVisitorKind() - Method in class io.micronaut.validation.executable.ExecutableVisitor
 
getVisitorKind() - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
getVisitorKind() - Method in class io.micronaut.validation.routes.RouteValidationVisitor
 
getVisitorKind() - Method in class io.micronaut.validation.websocket.WebSocketVisitor
 
getWatchService() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
 
getWebSocket(Class<T>) - Method in interface io.micronaut.websocket.context.WebSocketBeanRegistry
Retrieves a WebSocketBean.
getWebSocketBeanRegistry() - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
 
getWebSocketBeanRegistry() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServices
 
getWebSocketClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
getWebSocketClient(AnnotationMetadata) - Method in interface io.micronaut.websocket.WebSocketClientRegistry
Return the client for the given annotation metadata.
getWebSocketSessionRepository() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
getWebSocketURL(ChannelHandlerContext, HttpRequest) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
Obtains the web socket URL.
getWorker() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
getWrappedType() - Method in interface io.micronaut.core.type.TypeInformation
Returns the wrapped type in the case where TypeInformation.isWrapperType() returns true.
getWrapper(T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
Obtain a bean wrapper for the given bean.
getWrapper(Class<T2>, T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
Obtain a bean wrapper for the given bean.
getWrapperType(Class) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Obtain the wrapper type for the given primitive.
getWrapperType() - Method in interface io.micronaut.core.type.TypeInformation
If the type is primitive returns the wrapper type, otherwise returns the actual type.
getWriteIdleTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
getWriteMethod() - Method in interface io.micronaut.inject.ast.PropertyElement
 
getZone() - Method in interface io.micronaut.discovery.ServiceInstance
Returns the availability zone to use.
getZone() - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
GitInfoSource - Class in io.micronaut.management.endpoint.info.source
An InfoSource that retrieves info from Git properties.
GitInfoSource(ResourceResolver, String) - Constructor for class io.micronaut.management.endpoint.info.source.GitInfoSource
 
GMT - Static variable in interface io.micronaut.http.MutableHttpHeaders
The default GMT zone for date values.
GOING_AWAY - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
GOOGLE_COMPUTE - Static variable in interface io.micronaut.context.env.Environment
Cloud provider google compute instance.
GraalTypeElementVisitor - Class in io.micronaut.graal.reflect
Generates the GraalVM reflect.json file at compilation time.
GraalTypeElementVisitor() - Constructor for class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
GroovyAnnotationMetadataBuilder - Class in io.micronaut.ast.groovy.annotation
Groovy implementation of AbstractAnnotationMetadataBuilder.
GroovyAnnotationMetadataBuilder(SourceUnit, CompilationUnit) - Constructor for class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
GroovyClassElement - Class in io.micronaut.ast.groovy.visitor
A class element returning data from a ClassNode.
GroovyClassElement(GroovyVisitorContext, ClassNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
GroovyConstructorElement - Class in io.micronaut.ast.groovy.visitor
A ConstructorElement for Groovy.
GroovyElementFactory - Class in io.micronaut.ast.groovy.visitor
Implementation of ElementFactory for Groovy.
GroovyElementFactory(GroovyVisitorContext) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
GroovyFieldElement - Class in io.micronaut.ast.groovy.visitor
A field element returning data from a Variable.
GroovyMethodElement - Class in io.micronaut.ast.groovy.visitor
A method element returning data from a MethodNode.
GroovyPackageElement - Class in io.micronaut.ast.groovy.visitor
A class element returning data from a PackageNode.
GroovyPackageElement(GroovyVisitorContext, PackageNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyPackageElement
Default constructor.
GroovyParameterElement - Class in io.micronaut.ast.groovy.visitor
Implementation of ParameterElement for Groovy.
GroovyVisitorContext - Class in io.micronaut.ast.groovy.visitor
The visitor context when visiting Groovy code.
GroovyVisitorContext(SourceUnit, CompilationUnit) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
GroovyVisitorContext(SourceUnit, CompilationUnit, ClassWriterOutputVisitor) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
group(String) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the application group.
GROUP - Static variable in interface io.micronaut.discovery.ServiceInstance
Constant to represent the group of the service contained with ServiceInstance.getMetadata().
group - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
 

H

handle(T, E) - Method in interface io.micronaut.core.exceptions.BeanExceptionHandler
Handles the exception.
handle(T) - Method in interface io.micronaut.core.exceptions.ExceptionHandler
Handle the given exception.
handle(HttpRequest, ContentLengthExceededException) - Method in class io.micronaut.http.server.exceptions.ContentLengthExceededHandler
 
handle(HttpRequest, ConversionErrorException) - Method in class io.micronaut.http.server.exceptions.ConversionErrorHandler
 
handle(HttpRequest, DuplicateRouteException) - Method in class io.micronaut.http.server.exceptions.DuplicateRouteHandler
 
handle(HttpRequest, T) - Method in interface io.micronaut.http.server.exceptions.ExceptionHandler
Handles an exception and returns the result.
handle(HttpRequest, HttpStatusException) - Method in class io.micronaut.http.server.exceptions.HttpStatusHandler
 
handle(HttpRequest, JsonProcessingException) - Method in class io.micronaut.http.server.exceptions.JsonExceptionHandler
 
handle(HttpRequest, UnsatisfiedArgumentException) - Method in class io.micronaut.http.server.exceptions.UnsatisfiedArgumentHandler
 
handle(HttpRequest, UnsatisfiedRouteException) - Method in class io.micronaut.http.server.exceptions.UnsatisfiedRouteHandler
 
handle(HttpRequest, URISyntaxException) - Method in class io.micronaut.http.server.exceptions.URISyntaxHandler
 
handle(Object, HttpRequest<?>, MutableHttpResponse<?>, ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandler
 
handle(T, HttpRequest<?>, MutableHttpResponse<?>, ChannelHandlerContext) - Method in interface io.micronaut.http.server.netty.types.NettyCustomizableResponseTypeHandler
Responsible for fully handling the response, including any closing of the channel.
handle(Object, Throwable) - Method in class io.micronaut.scheduling.DefaultTaskExceptionHandler
 
handle(HttpRequest, ConstraintViolationException) - Method in class io.micronaut.validation.exceptions.ConstraintExceptionHandler
 
handleDestructionException(BeanDestructionException) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
Method that can be overridden to customize what happens on a shutdown error.
handleException(Exception) - Method in interface io.micronaut.aop.InterceptedMethod
Handle the exception that should be thrown out of the invocation.
handleException(Exception) - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
handleHandshake(ChannelHandlerContext, NettyHttpRequest, WebSocketBean<?>, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
Do the handshaking for WebSocket request.
HANDLER_ACCESS_LOGGER - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_CONNECT_TTL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_FLOW_CONTROL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP2_CONNECTION - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP2_PROTOCOL_NEGOTIATOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP2_SETTINGS - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP2_UPGRADE_REQUEST - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_AGGREGATOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_CHUNK - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_CLIENT_CODEC - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_CLIENT_INIT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_COMPRESSOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_DECODER - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_DECOMPRESSOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_KEEP_ALIVE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_PROXY - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_SERVER_CODEC - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_HTTP_TO_HTTPS_REDIRECT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_IDLE_STATE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_FULL_HTTP_RESPONSE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_HTTP_RESPONSE_FULL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_HTTP_RESPONSE_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_INBOUND - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_SSE_CONTENT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_SSE_EVENT_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_MICRONAUT_WEBSOCKET_CLIENT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_READ_TIMEOUT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_SOCKS_5_PROXY - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_SSL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
HANDLER_WEBSOCKET_UPGRADE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.ConnectTTLHandler
Will schedule a task when the handler added.
handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
 
handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
handleRequest(HttpRequest) - Method in class io.micronaut.http.server.cors.CorsFilter
Handles a CORS HttpRequest.
handleResponse(HttpRequest<?>, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
Handles a CORS response.
handleResult(Object) - Method in interface io.micronaut.aop.InterceptedMethod
Handle the value that should be the result of the invocation.
handleResult(Object) - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
HandlerPublisher<T> - Class in io.micronaut.http.netty.reactive
Publisher for a Netty Handler.
HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class io.micronaut.http.netty.reactive.HandlerPublisher
Create a handler publisher.
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.ConnectTTLHandler
Will cancel the scheduled tasks when handler removed.
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
 
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
HandlerSubscriber<T> - Class in io.micronaut.http.netty.reactive
Subscriber that publishes received messages to the handler pipeline.
HandlerSubscriber(EventExecutor) - Constructor for class io.micronaut.http.netty.reactive.HandlerSubscriber
Create a new handler subscriber with the default low and high watermarks.
handleStartupException(Environment, Throwable) - Method in class io.micronaut.runtime.Micronaut
Default handling of startup exceptions.
handleWebSocketFrame(ChannelHandlerContext, WebSocketFrame) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Handles WebSocket frame request.
handshakerFactory() - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
handshakerFactory() - Method in interface io.micronaut.http.netty.stream.WebSocketHttpResponse
Get the handshaker factory to use to reconfigure the channel.
hasAnnotation(Element, Class<? extends Annotation>) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
Checks if a method has an annotation.
hasAnnotation(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
Checks if a method has an annotation.
hasAnnotation(ExecutableElement, Class<? extends Annotation>) - Static method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
Checks if a method has an annotation.
hasAnnotation(AnnotatedNode, Class<? extends Annotation>) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
hasAnnotation(AnnotatedNode, String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
hasAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotatedTypeInfo
Checks whether an annotation for the given name exists.
hasAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation on the object itself or inherited from a parent.
hasAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation on the object itself or inherited from a parent.
hasAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasAnnotation(T, Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Checks whether an annotation is present.
hasAnnotation(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Checks whether an annotation is present.
hasAnnotation(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
hasAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
hasAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
hasAnnotations(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
hasAnnotations(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
hasAnnotations(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Checks whether any annotations are present on the given element.
hasArray() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
hasBody(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
hasBody(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
hasDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation directly declared on the object.
hasDeclaredAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation directly declared on the object.
hasDeclaredAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
hasDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
hasDeclaredAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
hasDeclaredStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation stereotype on the object itself and not inherited from a parent
hasDeclaredStereotype(String...) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has any of the given stereotype directly declared on the object.
hasDeclaredStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given stereotype directly declared on the object.
hasDeclaredStereotype(Class<? extends Annotation>...) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has any of the given stereotype directly declared on the object.
hasDeclaredStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasDeclaredStereotype(Class<? extends Annotation>...) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasDeclaredStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasDeclaredStereotype(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
hasDeclaredStereotype(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
hasDeclaredStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
hasErrors() - Method in interface io.micronaut.core.convert.ErrorsContext
 
hasErrors() - Method in interface io.micronaut.http.server.exceptions.response.ErrorContext
 
hashCode() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
hashCode() - Method in class io.micronaut.ast.groovy.utils.ExtendedParameter
 
hashCode() - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
hashCode() - Method in class io.micronaut.context.AbstractBeanDefinition
 
hashCode() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
hashCode() - Method in class io.micronaut.context.AbstractExecutableMethod
 
hashCode() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
hashCode() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
hashCode() - Method in class io.micronaut.context.AbstractMessageSource.MessageKey
 
hashCode() - Method in class io.micronaut.context.BeanRegistration
 
hashCode() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
hashCode() - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
hashCode() - Method in class io.micronaut.core.annotation.AnnotationValue
 
hashCode() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
hashCode() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
hashCode() - Method in class io.micronaut.core.cli.Option
 
hashCode() - Method in class io.micronaut.core.type.DefaultArgument
 
hashCode() - Method in class io.micronaut.core.value.OptionalValuesMap
 
hashCode() - Method in class io.micronaut.health.HealthStatus
 
hashCode() - Method in class io.micronaut.http.hateoas.GenericResource
 
hashCode() - Method in class io.micronaut.http.MediaType
 
hashCode() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
hashCode() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
hashCode() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
hashCode() - Method in class io.micronaut.http.uri.UriMatchVariable
 
hashCode() - Method in class io.micronaut.http.uri.UriTemplate
 
hashCode() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
hashCode() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
hashCode() - Method in class io.micronaut.inject.qualifiers.InterceptorBindingQualifier
 
hashCode() - Method in class io.micronaut.inject.qualifiers.TypeAnnotationQualifier
 
hashCode() - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
hashCode() - Method in class io.micronaut.jackson.codec.JacksonFeatures
 
hashCode() - Method in class io.micronaut.json.tree.JsonArray
 
hashCode() - Method in class io.micronaut.json.tree.JsonObject
 
hashCode() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators.ValidatorKey
 
hashCode() - Method in class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
 
hashCode() - Method in class io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier
 
hashCode() - Method in class io.micronaut.websocket.CloseReason
 
hasMemoryAddress() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
hasMetadata() - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
 
hasMethods() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
hasOption(String) - Method in interface io.micronaut.core.cli.CommandLine
 
hasParameters() - Method in interface io.micronaut.inject.ast.MethodElement
Returns true if the method has parameters.
hasPatterns() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
 
hasPropertyExpressions() - Method in class io.micronaut.context.AbstractBeanDefinition
 
hasPropertyExpressions() - Method in class io.micronaut.context.AbstractExecutableMethod
 
hasPropertyExpressions() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
hasPropertyExpressions() - Method in interface io.micronaut.context.EnvironmentConfigurable
 
hasPropertyExpressions() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Does the metadata contain any property expressions like ${foo.bar}.
hasPropertyExpressions() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasPropertyExpressions() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
hasPropertyExpressions() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
hasPropertyExpressions() - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
hasSetterOrConstructorArgument() - Method in interface io.micronaut.core.beans.BeanProperty
This method returns true if the property can be mutated either via copy constructor or bean setter.
hasSimpleAnnotation(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
hasSimpleAnnotation(AnnotatedNode, String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
hasSimpleAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether the given annotation simple name (name without the package) is present in the annotations.
hasSimpleAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasSimpleAnnotation(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Returns true if a simple meta annotation is present for the given element and annotation type.
hasSimpleDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether the given annotation simple name (name without the package) is present in the declared annotations.
hasSimpleDeclaredAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasStereotype(Element, Class<? extends Annotation>) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Return whether the given element is annotated with the given annotation stereotype.
hasStereotype(Element, String...) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Return whether the given element is annotated with the given annotation stereotypes.
hasStereotype(Element, List<String>) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Return whether the given element is annotated with any of the given annotation stereotypes.
hasStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation stereotype on the object itself or inherited from a parent
hasStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Checks whether this object has the given annotation stereotype on the object itself or inherited from a parent
hasStereotype(Class<? extends Annotation>...) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Check whether any of the given stereotypes is present.
hasStereotype(String[]) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Check whether any of the given stereotypes is present.
hasStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasStereotype(Class<? extends Annotation>...) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasStereotype(String[]) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
hasStereotype(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
hasStereotype(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
hasStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
hasText(CharSequence) - Static method in class io.micronaut.core.util.StringUtils
Return whether the given string has non whitespace characters.
hasTypeVariables() - Method in interface io.micronaut.core.type.TypeInformation
 
HateoasErrorResponseProcessor - Class in io.micronaut.http.server.exceptions.response
Creates Hateoas JSON error responses.
HateoasErrorResponseProcessor(JsonConfiguration) - Constructor for class io.micronaut.http.server.exceptions.response.HateoasErrorResponseProcessor
 
HateoasErrorResponseProcessor(JacksonConfiguration) - Constructor for class io.micronaut.http.server.exceptions.response.HateoasErrorResponseProcessor
Constructor for binary compatibility.
Head - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.HEAD.
head(String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
HEAD(URI) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.HEAD request for the given URI.
HEAD(String) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.HEAD request for the given URI.
head(String) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.HEAD request for the given URI.
head(String) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
HEAD(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
HEAD(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
HEAD(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
HEAD(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
HEAD(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP GET.
HEAD(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
HEAD(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
HEAD(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
HEAD(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
HEAD(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
HEAD(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
HEAD(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
HEAD(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
HEAD(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.HEAD method and the given URI.
Header - 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 header This also can be used in conjunction with @Headers to list headers on a client class that will always be applied.
header(CharSequence) - Method in interface io.micronaut.http.HttpResponse
Return the first value for the given header or null.
header(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
Set a response header.
header(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
 
header(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
 
HeaderAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
An AnnotatedArgumentBinder implementation that uses the Header annotation to trigger binding from an HTTP header.
HeaderAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.HeaderAnnotationBinder
 
HeaderClientRequestBinder - Class in io.micronaut.http.client.bind.binders
An AnnotatedClientRequestBinder implementation for Header.
HeaderClientRequestBinder() - Constructor for class io.micronaut.http.client.bind.binders.HeaderClientRequestBinder
 
HeaderElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for Headerlement and HeadersElement.
HeaderElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.HeaderElementBuilder
 
Headers - Interface in io.micronaut.core.type
Common interface for all headers types.
Headers - Annotation Type in io.micronaut.http.annotation
This lets you declare several headers for a client class and have them always included.
headers(Consumer<MutableHttpHeaders>) - Method in interface io.micronaut.http.MutableHttpMessage
Mutate the headers with the given consumer.
headers(Map<CharSequence, CharSequence>) - Method in interface io.micronaut.http.MutableHttpMessage
Set multiple headers.
headers(Consumer<MutableHttpHeaders>) - Method in interface io.micronaut.http.MutableHttpRequest
 
headers(Map<CharSequence, CharSequence>) - Method in interface io.micronaut.http.MutableHttpRequest
 
headers(Consumer<MutableHttpHeaders>) - Method in interface io.micronaut.http.MutableHttpResponse
 
headers(Map<CharSequence, CharSequence>) - Method in interface io.micronaut.http.MutableHttpResponse
 
headersConfigured() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
HeadersHttpSessionIdStrategy - Class in io.micronaut.session.http
Implementation that uses common HTTP headers to resolve the Session ID.
HeadersHttpSessionIdStrategy(HttpSessionConfiguration) - Constructor for class io.micronaut.session.http.HeadersHttpSessionIdStrategy
Constructor.
HeaderVersionResolver - Class in io.micronaut.web.router.version.resolution
A RequestVersionResolver responsible for extracting version from HttpHeaders.
HeaderVersionResolver(HeaderVersionResolverConfiguration) - Constructor for class io.micronaut.web.router.version.resolution.HeaderVersionResolver
Creates a RequestVersionResolver to extract version from request header.
HeaderVersionResolverConfiguration - Class in io.micronaut.web.router.version.resolution
Configuration for version resolution via headers.
HeaderVersionResolverConfiguration() - Constructor for class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
 
HealthAggregator<T extends HealthResult> - Interface in io.micronaut.management.health.aggregator
Aggregates all registered health indicators into a single response.
HealthCheckType - Enum in io.micronaut.management.health.indicator
Options for HealthEndpoint selector that aggregates HealthIndicator according to Liveness respectively Readiness qualifiers.
HealthEndpoint - Class in io.micronaut.management.endpoint.health
Exposes an Endpoint to provide information about the health of the application.
HealthEndpoint(HealthAggregator<HealthResult>, HealthIndicator[], HealthIndicator[]) - Constructor for class io.micronaut.management.endpoint.health.HealthEndpoint
 
HealthEndpoint.StatusConfiguration - Class in io.micronaut.management.endpoint.health
Configuration related to handling of the HealthStatus.
HealthIndicator - Interface in io.micronaut.management.health.indicator
Describes an indicator of health of the application.
HealthLevelOfDetail - Enum in io.micronaut.management.endpoint.health
This class provides a set of common constants to indicate the level of detail to be included in the Health status response.
HealthMonitorTask - Class in io.micronaut.management.health.monitor
A continuous health monitor that that updates the CurrentHealthStatus in a background thread.
HealthMonitorTask(CurrentHealthStatus, List<HealthIndicator>) - Constructor for class io.micronaut.management.health.monitor.HealthMonitorTask
 
HealthMonitorTask(CurrentHealthStatus, HealthIndicator...) - Constructor for class io.micronaut.management.health.monitor.HealthMonitorTask
 
HealthResult - Interface in io.micronaut.management.health.indicator
Used to represent the output of a HealthIndicator.
HealthResult.Builder - Class in io.micronaut.management.health.indicator
Helper class to build instances.
HealthResultFilter - Class in io.micronaut.management.endpoint.health.filter
A filter that matches the HealthEndpoint and returns an appropriate HTTP status code.
HealthResultFilter(HealthEndpoint) - Constructor for class io.micronaut.management.endpoint.health.filter.HealthResultFilter
Default constructor.
HealthStatus - Class in io.micronaut.health
The status of a health indicator.
HealthStatus(String, String, Boolean, Integer) - Constructor for class io.micronaut.health.HealthStatus
 
HealthStatus(String) - Constructor for class io.micronaut.health.HealthStatus
 
healthStatus - Variable in class io.micronaut.management.health.indicator.AbstractHealthIndicator
 
HeartbeatConfiguration - Class in io.micronaut.health
Configuration for heart beat.
HeartbeatConfiguration() - Constructor for class io.micronaut.health.HeartbeatConfiguration
 
HeartbeatDiscoveryClientCondition - Class in io.micronaut.health
Custom condition to conditionally enable the heart beat.
HeartbeatDiscoveryClientCondition() - Constructor for class io.micronaut.health.HeartbeatDiscoveryClientCondition
 
HeartbeatEnabled - Annotation Type in io.micronaut.health
Annotation that expresses the requirements for enabling the heart beat.
HeartbeatEvent - Class in io.micronaut.health
A heartbeat event is an event fired periodically and configured by HeartbeatConfiguration.
HeartbeatEvent(ServiceInstance, HealthStatus) - Constructor for class io.micronaut.health.HeartbeatEvent
 
HeartbeatTask - Class in io.micronaut.health
A scheduled task that sends a periodic heartbeat whilst the server is active.
HeartbeatTask(ApplicationEventPublisher, HeartbeatConfiguration, CurrentHealthStatus) - Constructor for class io.micronaut.health.HeartbeatTask
 
HELP - Static variable in interface io.micronaut.http.hateoas.Link
Help link.
HEROKU - Static variable in interface io.micronaut.context.env.Environment
Running on Heroku.
HIGHEST_PRECEDENCE - Static variable in interface io.micronaut.core.order.Ordered
Constant for the highest precedence value.
HOST - Static variable in interface io.micronaut.http.HttpHeaders
"Host".
host(String) - Method in interface io.micronaut.http.uri.UriBuilder
Sets the URI host.
HOSTNAME - Static variable in interface io.micronaut.context.env.Environment
The host name environment variable.
HostResolutionConfiguration() - Constructor for class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
HotObservable<T> - Interface in io.micronaut.http.netty.reactive
A contract for a publisher that buffers data to allow for the release of that data if there will not be a subscriber.
HOTSWAP - Static variable in interface io.micronaut.aop.Interceptor
The Around.hotswap() setting.
HotSwappableInterceptedProxy<T> - Interface in io.micronaut.aop
Extended version of InterceptedProxy that allows swapping out the previous instance.
HREF - Static variable in interface io.micronaut.http.hateoas.Link
Href link.
hreflang(String) - Method in class io.micronaut.http.hateoas.DefaultLink
 
hreflang(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
HTTP - Static variable in interface io.micronaut.session.SessionSettings
The property name for HTTP session configuration.
HTTP2_SCHEME - Static variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
Http2Content - Interface in io.micronaut.http.netty.stream
Represents HTTP2 streamed content.
Http2Settings() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
 
http2Settings() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Returns netty's http2 settings.
HTTP_ACCESS_LOGGER - Static variable in class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
The default logger name.
HTTP_COOKIE_STRATEGY - Static variable in interface io.micronaut.session.SessionSettings
The property name for HTTP session cookie configuration.
HTTP_HEADER_STRATEGY - Static variable in interface io.micronaut.session.SessionSettings
The property name for HTTP session header configuration.
HttpAbstractLocaleResolver - Class in io.micronaut.http.server.util.locale
Provides an abstract class which implements LocaleResolver and handles default locale resolution.
HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.http.server.util.locale.HttpAbstractLocaleResolver
 
HttpAccessLogHandler - Class in io.micronaut.http.server.netty.handler.accesslog
Logging handler for HTTP access logs.
HttpAccessLogHandler(String, String) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
Creates a HttpAccessLogHandler.
HttpAccessLogHandler(String, String, Predicate<String>) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
Creates a HttpAccessLogHandler.
HttpAccessLogHandler(Logger, String) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
Creates a HttpAccessLogHandler.
HttpAccessLogHandler(Logger, String, Predicate<String>) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
Creates a HttpAccessLogHandler.
HttpAttributes - Enum in io.micronaut.http
Common HTTP attributes.
HttpClient - Interface in io.micronaut.http.client
A non-blocking HTTP client interface designed around the Micronaut API and Reactive Streams.
httpClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
Creates a new HttpClient for the given injection point.
HttpClientAddressResolver - Interface in io.micronaut.http.server.util
Resolves the client IP address from the request.
HttpClientBinderRegistry - Interface in io.micronaut.http.client.bind
A registry of ClientArgumentRequestBinder instances.
HttpClientConfiguration - Class in io.micronaut.http.client
Configuration for the HttpClient.
HttpClientConfiguration() - Constructor for class io.micronaut.http.client.HttpClientConfiguration
Default constructor.
HttpClientConfiguration(ApplicationConfiguration) - Constructor for class io.micronaut.http.client.HttpClientConfiguration
 
HttpClientConfiguration(HttpClientConfiguration) - Constructor for class io.micronaut.http.client.HttpClientConfiguration
Copy constructor.
HttpClientConfiguration.ConnectionPoolConfiguration - Class in io.micronaut.http.client
Configuration for the HTTP client connnection pool.
HttpClientErrorDecoder - Interface in io.micronaut.http.client.exceptions
Strategy interface for decoding the error from a server respponse.
HttpClientException - Exception in io.micronaut.http.client.exceptions
Parent class for all HTTP client exceptions.
HttpClientException(String) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientException
 
HttpClientException(String, Throwable) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientException
 
HttpClientException(String, Throwable, boolean) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientException
 
HttpClientFactory - Interface in io.micronaut.http.client
A factory to create HTTP clients.
HttpClientFilter - Interface in io.micronaut.http.filter
An HttpClientFilter extends HttpFilter and allows the passed request to be mutated.
HttpClientFilterResolver<T extends AnnotationMetadataProvider> - Interface in io.micronaut.http.filter
Subinterface for filter resolution specific to HTTP client filters.
HttpClientInitializer(SslContext, String, int, boolean, boolean, boolean, Consumer<ChannelHandlerContext>) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient.HttpClientInitializer
 
HttpClientIntroductionAdvice - Class in io.micronaut.http.client.interceptor
Introduction advice that implements the Client annotation.
HttpClientIntroductionAdvice(HttpClientRegistry<?>, JsonMediaTypeCodec, List<ReactiveClientResultTransformer>, HttpClientBinderRegistry, ConversionService<?>) - Constructor for class io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice
Constructor for advice class to setup things like Headers, Cookies, Parameters for Clients.
HttpClientRegistry<T extends HttpClient> - Interface in io.micronaut.http.client
Interface for managing the construction and lifecycle of instances of HttpClient clients.
HttpClientResponseException - Exception in io.micronaut.http.client.exceptions
An exception that occurs when a response returns an error code equal to or greater than 400.
HttpClientResponseException(String, HttpResponse<?>) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
HttpClientResponseException(String, Throwable, HttpResponse<?>) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
HttpClientResponseException(String, Throwable, HttpResponse<?>, HttpClientErrorDecoder) - Constructor for exception io.micronaut.http.client.exceptions.HttpClientResponseException
 
HttpCompressionStrategy - Interface in io.micronaut.http.server.netty
Determines if a given http message should be compressed.
HttpContentProcessor<T> - Interface in io.micronaut.http.server.netty
A reactive streams Processor that processes incoming ByteBufHolder and outputs a given type.
HttpContentProcessorResolver - Interface in io.micronaut.http.server.netty
Responsible for determining which HttpContentProcessor to use to process the body of the request.
HttpContentSubscriberFactory - Interface in io.micronaut.http.server.netty
Interface that allows plugging into the constructor of the HttpContent subscriber.
HttpContentUtil - Class in io.micronaut.http.netty.content
Utility methods for generated HTTP content.
HttpContentUtil() - Constructor for class io.micronaut.http.netty.content.HttpContentUtil
 
HttpConverterRegistrar - Class in io.micronaut.http.converters
Converter registrar for HTTP classes.
HttpConverterRegistrar(ResourceResolver) - Constructor for class io.micronaut.http.converters.HttpConverterRegistrar
Default constructor.
HttpDataReference - Class in io.micronaut.http.server.netty
A helper class to store references to httpdata and related information.
HttpDataReference.Component - Class in io.micronaut.http.server.netty
Represents a section of the http data.
httpDataToByteArrayConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
httpDataToStringConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
HttpException - Exception in io.micronaut.http.exceptions
Parent class of all exceptions thrown during HTTP processing.
HttpException() - Constructor for exception io.micronaut.http.exceptions.HttpException
Default constructor.
HttpException(String) - Constructor for exception io.micronaut.http.exceptions.HttpException
 
HttpException(String, Throwable) - Constructor for exception io.micronaut.http.exceptions.HttpException
 
HttpException(String, Throwable, boolean, boolean) - Constructor for exception io.micronaut.http.exceptions.HttpException
 
HttpFilter - Interface in io.micronaut.http.filter
A interface for classes that can intercept and filter HttpRequest instances and can either proceed with the request or return a modified result.
HttpFilterResolver<F extends HttpFilter,T extends AnnotationMetadataProvider> - Interface in io.micronaut.http.filter
A contract for resolving filters for a given request.
HttpFilterResolver.FilterEntry<F> - Interface in io.micronaut.http.filter
A resolved filter entry.
HttpFixedLocaleResolver - Class in io.micronaut.http.server.util.locale
Generic implementation of LocaleResolver for fixed locale resolution.
HttpFixedLocaleResolver(HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.http.server.util.locale.HttpFixedLocaleResolver
 
HttpFunctionExecutor<I,O> - Class in io.micronaut.function.client.http
A FunctionExecutor that uses a HttpClient to execute a remote function definition.
HttpFunctionExecutor(HttpClient) - Constructor for class io.micronaut.function.client.http.HttpFunctionExecutor
Constructor.
HttpHeaders - Interface in io.micronaut.http
Constants for common HTTP headers.
HttpHeaderValues - Interface in io.micronaut.http
Interface for common HTTP header values.
HttpHostResolver - Interface in io.micronaut.http.server.util
Resolves the host name of the current server.
httpLocaleResolutionConfiguration - Variable in class io.micronaut.http.server.util.locale.HttpAbstractLocaleResolver
 
HttpLocaleResolutionConfiguration - Interface in io.micronaut.http.server.util.locale
Configuration for Locale Resolution in a HTTP Request.
HttpLocaleResolutionConfigurationProperties() - Constructor for class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
HttpLocaleResolver - Interface in io.micronaut.http.server.util.locale
Responsible for determining the current locale from a request.
HttpLocalizedMessageSource - Class in io.micronaut.http.server.util.locale
A RequestScope which uses the current HttpRequest to resolve the locale and hence return the localized messages.
HttpLocalizedMessageSource(LocaleResolver<HttpRequest<?>>, MessageSource) - Constructor for class io.micronaut.http.server.util.locale.HttpLocalizedMessageSource
 
HttpMessage<B> - Interface in io.micronaut.http
Common interface for HTTP messages.
HttpMessageWrapper<B> - Class in io.micronaut.http
A wrapper around an HttpMessage.
HttpMessageWrapper(HttpMessage<B>) - Constructor for class io.micronaut.http.HttpMessageWrapper
 
httpMethod() - Method in enum io.micronaut.core.naming.conventions.MethodConvention
 
HttpMethod - Enum in io.micronaut.http
An enum containing the valid HTTP methods.
httpMethod - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
HttpMethodMapping - Annotation Type in io.micronaut.http.annotation
A meta annotation for HTTP Controller actions.
httpMethodName - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
HttpNettyFeature - Class in io.micronaut.http.netty.graal
An HTTP Netty feature that configures the native channels.
HttpNettyFeature() - Constructor for class io.micronaut.http.netty.graal.HttpNettyFeature
 
httpOnly(boolean) - Method in interface io.micronaut.http.cookie.Cookie
Sets whether the cookie is HTTP-Only.
httpOnly(boolean) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
httpOnly(boolean) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
HttpParameters - Interface in io.micronaut.http
Represents HTTP query parameters parsed from the HttpRequest.getUri().
HttpRequest<B> - Interface in io.micronaut.http
Common interface for HTTP request implementations.
HttpRequestCertificateHandler - Class in io.micronaut.http.server.netty.ssl
Adds the certificate to the decoded request.
HttpRequestCertificateHandler() - Constructor for class io.micronaut.http.server.netty.ssl.HttpRequestCertificateHandler
 
HttpRequestDecoder - Class in io.micronaut.http.server.netty.decoders
A MessageToMessageDecoder that decodes a Netty HttpRequest into a Micronaut HttpRequest.
HttpRequestDecoder(EmbeddedServer, ConversionService<?>, HttpServerConfiguration, ApplicationEventPublisher<HttpRequestReceivedEvent>) - Constructor for class io.micronaut.http.server.netty.decoders.HttpRequestDecoder
 
HttpRequestFactory - Interface in io.micronaut.http
A factory interface for MutableHttpRequest objects.
HttpRequestReceivedEvent - Class in io.micronaut.http.context.event
An event fired when an HttpRequest is received by the server.
HttpRequestReceivedEvent(HttpRequest<?>) - Constructor for class io.micronaut.http.context.event.HttpRequestReceivedEvent
 
HttpRequestTerminatedEvent - Class in io.micronaut.http.context.event
An event fired when an HttpRequest is finalized by the server.
HttpRequestTerminatedEvent(HttpRequest<?>) - Constructor for class io.micronaut.http.context.event.HttpRequestTerminatedEvent
 
HttpRequestWrapper<B> - Class in io.micronaut.http
A wrapper around a HttpRequest.
HttpRequestWrapper(HttpRequest<B>) - Constructor for class io.micronaut.http.HttpRequestWrapper
 
HttpResponse<B> - Interface in io.micronaut.http
Common interface for HTTP response implementations.
HttpResponseEncoder - Class in io.micronaut.http.server.netty.encoders
Encodes Micronaut's representation of an MutableHttpResponse.
HttpResponseEncoder(MediaTypeCodecRegistry, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.encoders.HttpResponseEncoder
Default constructor.
HttpResponseFactory - Interface in io.micronaut.http
A factory interface for creating MutableHttpResponse instances.
HttpResponseProvider - Interface in io.micronaut.http
A contract to provide an http response.
HttpResponseWrapper<B> - Class in io.micronaut.http
A wrapper around a HttpResponse.
HttpResponseWrapper(HttpResponse<B>) - Constructor for class io.micronaut.http.HttpResponseWrapper
 
HttpServerConfiguration - Class in io.micronaut.http.server
A base ConfigurationProperties for servers.
HttpServerConfiguration() - Constructor for class io.micronaut.http.server.HttpServerConfiguration
Default constructor.
HttpServerConfiguration(ApplicationConfiguration) - Constructor for class io.micronaut.http.server.HttpServerConfiguration
 
HttpServerConfiguration.CorsConfiguration - Class in io.micronaut.http.server
Configuration for CORS.
HttpServerConfiguration.HostResolutionConfiguration - Class in io.micronaut.http.server
Configuration for host resolution with the HttpHostResolver.
HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties - Class in io.micronaut.http.server
Configuration for locale resolution used by HttpLocaleResolver.
HttpServerConfiguration.MultipartConfiguration - Class in io.micronaut.http.server
Configuration for multipart handling.
HttpServerException - Exception in io.micronaut.http.server.exceptions
Exceptions related to the HTTP server.
HttpServerException(String) - Constructor for exception io.micronaut.http.server.exceptions.HttpServerException
 
HttpServerException(String, Throwable) - Constructor for exception io.micronaut.http.server.exceptions.HttpServerException
 
HttpServerFilter - Interface in io.micronaut.http.filter
An HttpServerFilter extends HttpFilter and provides the response as a MutableHttpResponse.
HttpServerFilterResolver<T extends AnnotationMetadataProvider> - Interface in io.micronaut.http.filter
Subinterface for filter resolution specific to HTTP server filters.
HttpSessionConfiguration - Class in io.micronaut.session.http
Allows configuration of the session.
HttpSessionConfiguration() - Constructor for class io.micronaut.session.http.HttpSessionConfiguration
 
HttpSessionFilter - Class in io.micronaut.session.http
A HttpServerFilter that resolves the current user Session if present and encodes the Session ID in the response.
HttpSessionFilter(SessionStore<Session>, HttpSessionIdResolver[], HttpSessionIdEncoder[]) - Constructor for class io.micronaut.session.http.HttpSessionFilter
Constructor.
HttpSessionIdEncoder - Interface in io.micronaut.session.http
Strategy interface for encoding Session IDs so they are represented in the response.
HttpSessionIdResolver - Interface in io.micronaut.session.http
Strategy interface for resolving Session IDs.
HttpSessionIdStrategy - Interface in io.micronaut.session.http
HttpStatus - Enum in io.micronaut.http
Represents HTTP status codes.
HttpStatusException - Exception in io.micronaut.http.exceptions
Exception thrown to return an specific HttpStatus and an error message.
HttpStatusException(HttpStatus, String) - Constructor for exception io.micronaut.http.exceptions.HttpStatusException
 
HttpStatusException(HttpStatus, Object) - Constructor for exception io.micronaut.http.exceptions.HttpStatusException
 
HttpStatusHandler - Class in io.micronaut.http.server.exceptions
Handles exception of type HttpStatusException.
HttpStatusHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.HttpStatusHandler
Constructor.
HttpStreamsClientHandler - Class in io.micronaut.http.netty.stream
Handler that converts written StreamedHttpRequest messages into HttpRequest messages followed by HttpContent messages and reads HttpResponse messages followed by HttpContent messages and produces StreamedHttpResponse messages.
HttpStreamsClientHandler() - Constructor for class io.micronaut.http.netty.stream.HttpStreamsClientHandler
Default constructor.
HttpStreamsServerHandler - Class in io.micronaut.http.netty.stream
Handler that reads HttpRequest messages followed by HttpContent messages and produces StreamedHttpRequest messages, and converts written StreamedHttpResponse messages into HttpResponse messages followed by HttpContent messages.
HttpStreamsServerHandler() - Constructor for class io.micronaut.http.netty.stream.HttpStreamsServerHandler
Default constructor.
HttpStreamsServerHandler(List<ChannelHandler>) - Constructor for class io.micronaut.http.netty.stream.HttpStreamsServerHandler
Create a new handler that is depended on by the given handlers.
HttpTypeInformationProvider - Class in io.micronaut.http.util
Provide type information for HTTP response.
HttpTypeInformationProvider() - Constructor for class io.micronaut.http.util.HttpTypeInformationProvider
 
HttpUtil - Class in io.micronaut.http.util
Utility methods for HTTP handling.
HttpUtil() - Constructor for class io.micronaut.http.util.HttpUtil
 
HttpVersion - Enum in io.micronaut.http
Enum representing different HTTP versions.
hyphenate(String) - Static method in class io.micronaut.core.naming.NameUtils
Converts camel case to hyphenated, lowercase form.
hyphenate(String, boolean) - Static method in class io.micronaut.core.naming.NameUtils
Converts camel case to hyphenated, lowercase form.
HyphenatedUriNamingStrategy - Class in io.micronaut.web.router.naming
The default RouteBuilder.UriNamingStrategy if none is provided by the application.
HyphenatedUriNamingStrategy() - Constructor for class io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
 

I

IBM - Static variable in interface io.micronaut.context.env.Environment
Cloud provider IBM cloud.
id() - Method in class io.micronaut.context.BeanRegistration
 
id() - Method in interface io.micronaut.context.scope.BeanCreationContext
 
id() - Method in interface io.micronaut.context.scope.CreatedBean
Returns an ID that is unique to the bean and can be used to cache the instance if necessary.
ID - Static variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
The id of the handler used when adding it to the Netty pipeline.
ID - Static variable in class io.micronaut.http.server.netty.decoders.HttpRequestDecoder
Constant for Micronaut http decoder.
ID - Static variable in class io.micronaut.http.server.netty.encoders.HttpResponseEncoder
 
ID - Static variable in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
The id of the handler used when adding it to the Netty pipeline.
ID - Static variable in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
 
ID - Static variable in interface io.micronaut.http.sse.Event
The id parameter.
id(String) - Method in interface io.micronaut.http.sse.Event
Sets the id.
ID - Static variable in interface io.micronaut.web.router.RouteBuilder
Used to signify to the route that the ID of the resource is used.
ID_PATH - Static variable in enum io.micronaut.core.naming.conventions.MethodConvention
Path for the id.
identity() - Static method in interface io.micronaut.core.util.functional.ThrowingFunction
Returns a function that always returns its input argument.
IF_MATCH - Static variable in interface io.micronaut.http.HttpHeaders
"If-Match".
IF_MODIFIED_SINCE - Static variable in interface io.micronaut.http.HttpHeaders
"If-Modified-Since".
IF_NONE_MATCH - Static variable in interface io.micronaut.http.HttpHeaders
"If-None-Match".
IF_RANGE - Static variable in interface io.micronaut.http.HttpHeaders
"If-Range".
IF_UNMODIFIED_SINCE - Static variable in interface io.micronaut.http.HttpHeaders
"If-Unmodified-Since".
ifModifiedSince(LocalDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the IF_MODIFIED_SINCE header for the given ZonedDateTime.
ifModifiedSince(long) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the IF_MODIFIED_SINCE header for the given Long.
ifModifiedSince(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
ifModifiedSince(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
ifPresent(Consumer<T>) - Method in interface io.micronaut.context.BeanProvider
Executes the given logic if the bean is present.
ifResolvable(Consumer<T>) - Method in interface io.micronaut.context.BeanProvider
Executes the given logic if the bean is resolvable.
IMAGE_GIF - Static variable in class io.micronaut.http.MediaType
Gif Image: image/gif.
IMAGE_GIF_TYPE - Static variable in class io.micronaut.http.MediaType
Gif Image: image/gif.
IMAGE_JPEG - Static variable in class io.micronaut.http.MediaType
Jpeg Image: image/jpeg.
IMAGE_JPEG_TYPE - Static variable in class io.micronaut.http.MediaType
Jpeg Image: image/jpeg.
IMAGE_PNG - Static variable in class io.micronaut.http.MediaType
Png Image: image/png.
IMAGE_PNG_TYPE - Static variable in class io.micronaut.http.MediaType
Png Image: image/png.
IMAGE_WEBP - Static variable in class io.micronaut.http.MediaType
Webp Image: image/webp.
IMAGE_WEBP_TYPE - Static variable in class io.micronaut.http.MediaType
Webp Image: image/webp.
ImmutableArgumentConversionContext<T> - Interface in io.micronaut.core.convert
Immutable variant of ArgumentConversionContext that can be used as a constant in cases where conversion error handling and rejection is not required.
implementInterceptedTypeMethod(Type, ClassWriter) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Implements a method called "getInterceptedType" for the given type and class writer.
Import - Annotation Type in io.micronaut.context.annotation
Allows importing an already compiled set of beans, placing any generating beans relative to the class where the import annotation is defined.
include(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Allow customizing the configurations that will be loaded.
include(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
Allow customizing the configurations that will be loaded.
include(String...) - Method in class io.micronaut.runtime.Micronaut
 
includeEnumConstants() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates to include enum constants, only applicable for fields query.
includeHiddenElements() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates to include hidden methods/fields, only applicable for methods/fields query.
includeJars(boolean) - Method in class io.micronaut.ast.groovy.scan.ClassPathAnnotationScanner
Whether to include JAR files.
includeOverriddenMethods() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates to include overridden methods, only applicable for methods query.
includeTypeLevelAnnotationsInGenericArguments() - Method in interface io.micronaut.inject.visitor.VisitorConfiguration
This configures whether to include type level annotations on generic arguments when materializing the AST nodes via the Element API.
index - Variable in class io.micronaut.http.client.loadbalance.AbstractRoundRobinLoadBalancer
 
Indexed - Annotation Type in io.micronaut.core.annotation
An annotation that can be used on types where there may be many implementations of a particular interface.
indexedValue(String, int, Object) - Method in interface io.micronaut.validation.validator.extractors.SimpleValueReceiver
 
Indexes - Annotation Type in io.micronaut.core.annotation
Allows Indexed to be repeatable.
indexOf(byte) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Find the index of the first occurrence of the given byte.
indexOf(int, int, byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
indexProperty(Class<? extends Annotation>, String) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
Used to produce an index for particular annotation type.
indexProperty(Class<? extends Annotation>, String, String) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
Used to produce an index for particular annotation type.
info(String, Element) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
info(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
info(String, Element) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
info(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
info(String, Element) - Method in interface io.micronaut.inject.visitor.VisitorContext
Allows printing informational messages.
info(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
Allows printing informational messages.
InfoAggregator<T> - Interface in io.micronaut.management.endpoint.info
Aggregates all registered info sources into a single response.
InfoEndpoint - Class in io.micronaut.management.endpoint.info
Exposes an Endpoint to provide information about the application.
InfoEndpoint(InfoAggregator, InfoSource[]) - Constructor for class io.micronaut.management.endpoint.info.InfoEndpoint
 
InfoSource - Interface in io.micronaut.management.endpoint.info
Describes an source of info that will be retrieved by the InfoEndpoint.
Infrastructure - Annotation Type in io.micronaut.context.annotation
Infrastructure scope represents a bean that cannot be overridden or replaced because it is critical to the functioning of the system.
init(ProcessingEnvironment) - Method in class io.micronaut.annotation.processing.BeanDefinitionInjectProcessor
 
init(ProcessingEnvironment) - Method in class io.micronaut.annotation.processing.PackageConfigurationInjectProcessor
 
init(ProcessingEnvironment) - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
initChannel(SocketChannel) - Method in class io.micronaut.http.client.netty.DefaultHttpClient.HttpClientInitializer
 
initCharset(Charset) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
initCharset(Charset) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
initialCapacity(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
InitializableBeanContext - Interface in io.micronaut.context
A marker interface for BeanContext implementations that can be introspected, that is to say for context which can be created and need to be fully configured, but not necessarily started yet.
initialize(BeanResolutionContext, BeanContext, BeanDefinition<T1>, ExecutableMethod<T1, T1>, T1) - Static method in class io.micronaut.aop.chain.MethodInterceptorChain
Internal method that handles the logic for executing InterceptorKind.POST_CONSTRUCT interception.
initialize(BeanContext, T) - Method in interface io.micronaut.inject.InitializingBeanDefinition
Initializes the bean invoking all PostConstruct hooks.
initialize(BeanResolutionContext, BeanContext, T) - Method in interface io.micronaut.inject.InitializingBeanDefinition
Initializes the bean invoking all PostConstruct hooks.
initializeAnnotationMetadata(GeneratorAdapter, ClassWriter, Map<String, Integer>) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
initializeAtBuildTime(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Marks the given class to be initialized at build time, only if it is present.
initializeAtBuildTime(Feature.BeforeAnalysisAccess, String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Marks the given class to be initialized at build time, only if it is present.
initializeAtRunTime(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Marks the given class to be initialized at runtime, only if it is present.
initializeAtRunTime(Feature.BeforeAnalysisAccess, String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Marks the given class to be initialized at runtime, only if it is present.
initializeContext(List<BeanDefinitionReference>, List<BeanDefinitionReference>, List<BeanDefinitionReference>) - Method in class io.micronaut.context.DefaultApplicationContext
 
initializeContext(List<BeanDefinitionReference>, List<BeanDefinitionReference>, List<BeanDefinitionReference>) - Method in class io.micronaut.context.DefaultBeanContext
Initialize the context with the given Context scope beans.
initializeEventListeners() - Method in class io.micronaut.context.DefaultBeanContext
Initialize the event listeners.
initializePackagesAtBuildTime(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Initializes the packages at build time.
initializePackagesAtRunTime(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Initializes the packages at run time.
initializeTypeConverters(BeanContext) - Method in class io.micronaut.context.DefaultApplicationContext
 
initializing - Variable in class io.micronaut.context.DefaultBeanContext
 
InitializingBeanDefinition<T> - Interface in io.micronaut.inject
A bean definition that is provides initialization hooks normally in the form of methods annotated with PostConstruct.
inject(BeanContext, T) - Method in class io.micronaut.context.AbstractBeanDefinition
 
inject(BeanResolutionContext, BeanContext, T) - Method in class io.micronaut.context.AbstractBeanDefinition
 
inject(BeanContext, T) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
inject(BeanResolutionContext, BeanContext, T) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
inject(T) - Method in interface io.micronaut.context.BeanContext
Inject an existing instance.
inject(T) - Method in class io.micronaut.context.DefaultBeanContext
 
inject(BeanResolutionContext, BeanDefinition, T) - Method in class io.micronaut.context.DefaultBeanContext
Injects a bean.
INJECT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for inject declarations.
inject() - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Dependency inject this bean.
inject() - Method in interface io.micronaut.inject.ast.beans.BeanFieldElement
Makes the field injected.
inject() - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Make the method injected.
inject(BeanContext, T) - Method in interface io.micronaut.inject.BeanDefinition
Inject the given bean with the context.
inject(BeanResolutionContext, BeanContext, T) - Method in interface io.micronaut.inject.BeanDefinition
Inject the given bean with the context.
inject(BeanContext, T) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
inject(BeanResolutionContext, BeanContext, T) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
inject() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
InjectableElement - Interface in io.micronaut.inject.ast.beans
Shared interface for injectable elements.
injectAnother(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
Inject another bean, for example one created via factory.
injectAnother(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Inject another bean, for example one created via factory.
injectBean(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
The default implementation which provides no injection.
injectBean(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
The default implementation which provides no injection.
injectBeanField(BeanResolutionContext, DefaultBeanContext, int, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
Injects the value of a field of a bean that requires reflection.
injectBeanMethod(BeanResolutionContext, DefaultBeanContext, int, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
Inject a bean method that requires reflection.
InjectionPoint<T> - Interface in io.micronaut.inject
An injection point as a point in a class definition where dependency injection is required.
InjectScope - Annotation Type in io.micronaut.context.annotation
An annotation that can be declared on a constructor or method parameter that indicates that the injected bean should be destroyed after injection completes.
injectThis(ApplicationContext) - Method in class io.micronaut.function.executor.FunctionInitializer
Injects this instance.
injectValue(String) - Method in interface io.micronaut.inject.ast.beans.BeanFieldElement
 
injectValue(String) - Method in interface io.micronaut.inject.ast.beans.BeanParameterElement
 
injectValue(String) - Method in interface io.micronaut.inject.ast.beans.InjectableElement
Allows the field to resolve a value with Value.
InMemoryByteCodeGroovyClassLoader - Class in io.micronaut.ast.groovy.utils
Extended version of GroovyClassLoader that can be used to test dependency injection compilation.
InMemoryByteCodeGroovyClassLoader() - Constructor for class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
Default constructor.
InMemoryByteCodeGroovyClassLoader(ClassLoader) - Constructor for class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
InMemoryByteCodeGroovyClassLoader(GroovyClassLoader) - Constructor for class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
InMemoryByteCodeGroovyClassLoader(ClassLoader, CompilerConfiguration, boolean) - Constructor for class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
InMemoryByteCodeGroovyClassLoader(ClassLoader, CompilerConfiguration) - Constructor for class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
InMemoryClassWriterOutputVisitor - Class in io.micronaut.ast.groovy.utils
Utility class for testing Groovy visitors.
InMemoryClassWriterOutputVisitor(InMemoryByteCodeGroovyClassLoader) - Constructor for class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
InMemorySession - Class in io.micronaut.session
A Session that is help in-memory.
InMemorySession(String, Duration) - Constructor for class io.micronaut.session.InMemorySession
Constructor.
InMemorySession(String, Instant, Duration) - Constructor for class io.micronaut.session.InMemorySession
Constructor.
InMemorySessionStore - Class in io.micronaut.session
Default implementation that stores sessions in-memory.
InMemorySessionStore(SessionIdGenerator, SessionConfiguration, ApplicationEventPublisher) - Constructor for class io.micronaut.session.InMemorySessionStore
Constructor.
InputStreamBodyBinder - Class in io.micronaut.http.server.netty.binders
Responsible for binding to a InputStream argument from the body of the request.
InputStreamBodyBinder(HttpContentProcessorResolver, ExecutorService) - Constructor for class io.micronaut.http.server.netty.binders.InputStreamBodyBinder
 
INSTANCE - Static variable in interface io.micronaut.http.cookie.CookieFactory
The default CookieFactory instance.
INSTANCE - Static variable in interface io.micronaut.http.HttpRequestFactory
The default CookieFactory instance.
INSTANCE - Static variable in interface io.micronaut.http.HttpResponseFactory
The default HttpResponseFactory instance.
INSTANCE - Static variable in class io.micronaut.inject.qualifiers.AnyQualifier
 
INSTANCE - Static variable in class io.micronaut.inject.writer.StaticOriginatingElements
 
INSTANCE - Static variable in class io.micronaut.web.router.NullArgument
The NullArgument instance.
INSTANCE_ID - Static variable in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
Property name for Micronaut instance id.
InstanceConfiguration() - Constructor for class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
instanceId(String) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the instance id.
instantiate(BeanResolutionContext, BeanContext, List<BeanRegistration<Interceptor<T1, T1>>>, BeanDefinition<T1>, BeanConstructor<T1>, Object...) - Static method in class io.micronaut.aop.chain.ConstructorInterceptorChain
Deprecated.
instantiate(BeanResolutionContext, BeanContext, List<BeanRegistration<Interceptor<T1, T1>>>, BeanDefinition<T1>, BeanConstructor<T1>, int, Object...) - Static method in class io.micronaut.aop.chain.ConstructorInterceptorChain
Internal methods that handles the logic of instantiating a bean that has constructor interception applied.
instantiate(boolean, Object...) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
instantiate(Object...) - Method in interface io.micronaut.core.beans.BeanConstructor
Instantiate an instance.
instantiate() - Method in interface io.micronaut.core.beans.BeanIntrospection
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
instantiate(Object...) - Method in interface io.micronaut.core.beans.BeanIntrospection
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
instantiate(boolean, Object...) - Method in interface io.micronaut.core.beans.BeanIntrospection
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
instantiate(Class<T>) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Instantiate the given class rethrowing any exceptions as InstantiationException.
instantiate(Class<T>, Class<?>[], Object...) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Instantiate the given class rethrowing any exceptions as InstantiationException.
instantiate(String, ClassLoader) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Instantiate the given class rethrowing any exceptions as InstantiationException.
instantiate(String, Class<T>) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Instantiate the given class rethrowing any exceptions as InstantiationException.
instantiate() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
instantiate(boolean, Object...) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
instantiate(Object...) - Method in interface io.micronaut.inject.ConstructorInjectionPoint
 
InstantiatedMember - Annotation Type in io.micronaut.core.annotation
An annotation that can be used on another annotation member that returns a class to indicate that the value of the annotation should be populated as an instance of the specified class.
instantiateInternal(Object[]) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
Reflection free bean instantiation implementation for the given arguments.
instantiateInternal(Object[]) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Reflection free bean instantiation implementation for the given arguments.
instantiateNewMetadata(Type, ClassWriter, GeneratorAdapter, DefaultAnnotationMetadata, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Writes out the byte code necessary to instantiate the given DefaultAnnotationMetadata.
instantiateNewMetadataHierarchy(Type, ClassWriter, GeneratorAdapter, AnnotationMetadataHierarchy, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Writes out the byte code necessary to instantiate the given AnnotationMetadataHierarchy.
InstantiationException - Exception in io.micronaut.core.reflect.exception
Thrown when an error occurs instantiating a instance.
InstantiationException(String, Throwable) - Constructor for exception io.micronaut.core.reflect.exception.InstantiationException
 
InstantiationException(String) - Constructor for exception io.micronaut.core.reflect.exception.InstantiationException
 
InstantiationUtils - Class in io.micronaut.core.reflect
Utility methods for instantiating objects.
InstantiationUtils() - Constructor for class io.micronaut.core.reflect.InstantiationUtils
 
instrument(HttpRequest, Runnable) - Static method in class io.micronaut.http.context.ServerRequestContext
Return a new runnable by instrumenting the given runnable with request context handling.
instrument(Callable<T>) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
Instruments the given callable task.
instrument(Runnable, Collection<InvocationInstrumenter>) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Wraps Runnable with instrumentation invocations.
instrument(Callable<V>, Collection<InvocationInstrumenter>) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Wraps Callable with instrumentation invocations.
instrument(Runnable, InvocationInstrumenter) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Wraps Runnable with instrumentation invocations.
instrument(Callable<V>, InvocationInstrumenter) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Wraps Callable with instrumentation invocations.
instrument(Executor, InvocationInstrumenter) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Wraps the executor so that every tasks submitted to it will be executed instrumented with the given invocationInstrumenter.
instrument(Runnable) - Method in interface io.micronaut.scheduling.instrument.RunnableInstrumenter
Implementors can override to instrument a Runnable.
Instrumentation - Interface in io.micronaut.scheduling.instrument
Instrumentation represents an ongoing instrumentation with a given context of InvocationInstrumenter if any.
InstrumentedExecutor - Interface in io.micronaut.scheduling.instrument
An Executor that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.
InstrumentedExecutorService - Interface in io.micronaut.scheduling.instrument
An ExecutorService that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.
InstrumentedScheduledExecutorService - Interface in io.micronaut.scheduling.instrument
A ScheduledExecutorService that has been instrumented.
instrumentPublisher(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Subclasses can override to customize publishers returned from message handlers.
instrumentPublisher(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
INT - Static variable in interface io.micronaut.core.convert.ConversionContext
Constant for Integer argument.
INT - Static variable in interface io.micronaut.core.type.Argument
Constant for int argument.
INT - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
intercept(ConstructorInvocationContext<T>) - Method in interface io.micronaut.aop.ConstructorInterceptor
intercept(InvocationContext<T, T>) - Method in interface io.micronaut.aop.ConstructorInterceptor
 
intercept(InvocationContext<T, R>) - Method in interface io.micronaut.aop.Interceptor
Intercepts an execution from a declared Around advice.
intercept(MethodInvocationContext<T, R>) - Method in interface io.micronaut.aop.MethodInterceptor
Extended version of the MethodInterceptor.intercept(InvocationContext) method that accepts a MethodInvocationContext.
intercept(InvocationContext<T, R>) - Method in interface io.micronaut.aop.MethodInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.function.client.aop.FunctionClientAdvice
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice
Interceptor to apply headers, cookies, parameter and body arguements.
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.retry.intercept.DefaultRetryInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.retry.intercept.RecoveryInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.runtime.context.env.ConfigurationIntroductionAdvice
 
intercept(MethodInvocationContext) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.scheduling.async.AsyncInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.validation.ValidatingInterceptor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.websocket.interceptor.ClientWebSocketInterceptor
 
Intercepted - Interface in io.micronaut.aop
An interface implemented by generated proxy classes.
InterceptedMethod - Interface in io.micronaut.aop
The intercept method supporting intercepting different reactive invocations.
InterceptedMethod.ResultType - Enum in io.micronaut.aop
Possible result types.
InterceptedMethodUtil - Class in io.micronaut.aop.internal.intercepted
The InterceptedMethod utils class.
InterceptedProxy<T> - Interface in io.micronaut.aop
A Intercepted that proxies another instance.
interceptedTarget() - Method in interface io.micronaut.aop.InterceptedProxy
This method will return the target object being proxied.
Interceptor<T,R> - Interface in io.micronaut.aop
An Interceptor intercepts the execution of a method allowing cross cutting behaviour to be applied to a method's execution.
InterceptorBean - Annotation Type in io.micronaut.aop
A meta-annotation that can be used on MethodInterceptor declarations to specify the InterceptorBinding and make the type a bean.
InterceptorBeanMapper - Class in io.micronaut.aop.internal
InterceptorBeanMapper() - Constructor for class io.micronaut.aop.internal.InterceptorBeanMapper
 
InterceptorBinding - Annotation Type in io.micronaut.aop
An InterceptorBinding is used as a meta-annotation on Around and Introduction advice to indicate that AOP advice should be applied to the method and that any annotations that feature this stereotype annotation should be used to resolve associated interceptors at runtime.
InterceptorBindingDefinitions - Annotation Type in io.micronaut.aop
Repeatable wrapper for InterceptorBinding.
InterceptorBindingQualifier<T> - Class in io.micronaut.inject.qualifiers
Qualifier used to resolve the interceptor binding when injection method interceptors for AOP.
InterceptorChain<B,R> - Class in io.micronaut.aop.chain
An internal representation of the Interceptor chain.
InterceptorChain(Interceptor<B, R>[], B, ExecutableMethod<B, R>, Object...) - Constructor for class io.micronaut.aop.chain.InterceptorChain
Constructor.
InterceptorKind - Enum in io.micronaut.aop
Enum representing different interceptors kinds.
InterceptorRegistry - Interface in io.micronaut.aop
Strategy interface for looking up interceptors from the bean context.
InterceptorRegistryBean - Class in io.micronaut.aop.internal
Registers the InterceptorRegistry instance.
InterceptorRegistryBean() - Constructor for class io.micronaut.aop.internal.InterceptorRegistryBean
 
InterceptPhase - Enum in io.micronaut.aop
Interceptor classes implement the Ordered interface in order to control the order of execution when multiple interceptors are present.
interceptResult() - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed() and converts result to appropriate type.
interceptResult(Interceptor<?, ?>) - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed(Interceptor) and converts result to appropriate type.
interceptResult() - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
interceptResult(Interceptor<?, ?>) - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
interceptResultAsCompletionStage() - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed() and converts result to CompletionStage.
interceptResultAsCompletionStage(Interceptor<?, ?>) - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed(Interceptor) and converts result to CompletionStage.
interceptResultAsPublisher() - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed() and converts result to Publisher.
interceptResultAsPublisher(ExecutorService) - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed() and converts result to Publisher.
interceptResultAsPublisher(Interceptor<?, ?>) - Method in interface io.micronaut.aop.InterceptedMethod
Proceeds with invocation of InvocationContext.proceed(Interceptor) and converts result to Publisher.
interfaceGenericTypesFor(TypeElement, String) - Method in class io.micronaut.annotation.processing.GenericUtils
Finds the generic types for the given interface for the given class element.
Internal - Annotation Type in io.micronaut.core.annotation
Annotates a class or method regarded as internal and not for public consumption.
INTERNAL_ANNOTATION_NAMES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
 
INTERNAL_ERROR - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
InternalApiTypeElementVisitor - Class in io.micronaut.validation.internal
Logs warnings during compilation if any class extends an internal or experimental Micronaut API.
InternalApiTypeElementVisitor() - Constructor for class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
InternalAttributes() - Constructor for class io.micronaut.aop.Adapter.InternalAttributes
 
internalNioBuffer(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
InternalServerException - Exception in io.micronaut.http.server.exceptions
Thrown for an unrecoverable server exceptions.
InternalServerException(String) - Constructor for exception io.micronaut.http.server.exceptions.InternalServerException
 
InternalServerException(String, Throwable) - Constructor for exception io.micronaut.http.server.exceptions.InternalServerException
 
internListOf(Object...) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Converts the given objects into a set of potentially cached and interned strings contained within an internal pool of lists.
internListOf(Object...) - Static method in class io.micronaut.core.util.StringUtils
Converts the given objects into a set of interned strings contained within an internal pool of sets.
internMapOf(Object...) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Converts the given objects into a map of potentially cached and interned strings where the keys and values are alternating entries in the passed array.
internMapOf(String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Converts the given objects into a map of potentially cached and interned strings where the keys and values are alternating entries in the passed array.
internMapOf(Object...) - Static method in class io.micronaut.core.util.StringUtils
Converts the given objects into a map of interned strings.
interpolate(String, MessageSource.MessageContext) - Method in class io.micronaut.context.AbstractMessageSource
 
interpolate(String, MessageSource.MessageContext) - Method in interface io.micronaut.context.MessageSource
Interpolate the given message template.
Introduced - Interface in io.micronaut.aop
Marker interface for instances that are implemented automatically via Introduction advise.
Introduction - Annotation Type in io.micronaut.aop
Introduction advice allows interfaces and abstract classes to be implemented at compile time by MethodInterceptor implementations.
Introspected - Annotation Type in io.micronaut.core.annotation
An annotation that indicates a type should produce a BeanIntrospection at compilation time.
Introspected.AccessKind - Enum in io.micronaut.core.annotation
The access type for bean properties.
Introspected.IndexedAnnotation - Annotation Type in io.micronaut.core.annotation
Allow pre-computed indexes for property lookups based on an annotation and a member.
Introspected.Visibility - Enum in io.micronaut.core.annotation
Visibility policy for bean properties and fields.
IntrospectedTypeElementVisitor - Class in io.micronaut.inject.beans.visitor
A TypeElementVisitor that visits classes annotated with Introspected and produces BeanIntrospectionReference instances at compilation time.
IntrospectedTypeElementVisitor() - Constructor for class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
IntrospectionException - Exception in io.micronaut.core.beans.exceptions
Thrown when an error occurs introspecting a bean type.
IntrospectionException(String) - Constructor for exception io.micronaut.core.beans.exceptions.IntrospectionException
 
IntrospectionException(String, Throwable) - Constructor for exception io.micronaut.core.beans.exceptions.IntrospectionException
 
intValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an OptionalInt for the given annotation and member.
intValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an OptionalInt for the given annotation and member.
intValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an OptionalInt for the given annotation and member.
intValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
intValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
intValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
intValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
The integer value of the given member.
intValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The integer value of the given member.
intValue() - Method in class io.micronaut.core.annotation.AnnotationValue
The integer value of the given member.
intValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The integer value of the given member.
intValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The integer value of the given member.
intValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
intValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
intValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
intValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
intValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
intValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
intValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
intValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
intValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the int value and optionally map its value.
intValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the int value and optionally map its value.
intValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
intValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The int[] value for the given member.
intValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The int[] value for the given member.
INVALID_FRAME_PAYLOAD_DATA - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
invalidateCaches() - Method in class io.micronaut.context.DefaultBeanContext
Invalidates the bean caches.
invalidateMetadata(Element) - Static method in class io.micronaut.annotation.processing.AnnotationUtils
Invalidates any cached metadata.
InvocationContext<T,R> - Interface in io.micronaut.aop
An InvocationContext passed to one or many Interceptor instances.
InvocationException - Exception in io.micronaut.core.reflect.exception
Runtime exception equivalent of InvocationTargetException.
InvocationException(String) - Constructor for exception io.micronaut.core.reflect.exception.InvocationException
 
InvocationException(String, Throwable) - Constructor for exception io.micronaut.core.reflect.exception.InvocationException
 
InvocationInstrumenter - Interface in io.micronaut.scheduling.instrument
An interface for invocation instrumentation.
InvocationInstrumenterFactory - Interface in io.micronaut.scheduling.instrument
An factory interface for invocation instrumentation, factory method decides if instrumentation is needed.
invoke(T, Object...) - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
invoke(B, Object...) - Method in class io.micronaut.aop.chain.InterceptorChain
 
invoke(T, Object...) - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
invoke(Object, Object...) - Method in class io.micronaut.context.AbstractExecutableMethod
 
invoke(B, Object...) - Method in class io.micronaut.core.beans.AbstractBeanMethod
 
invoke(T) - Method in interface io.micronaut.core.bind.BoundExecutable
Invoke the bound Executable.
invoke(T, Object...) - Method in interface io.micronaut.core.bind.BoundExecutable
 
invoke(T, Object...) - Method in interface io.micronaut.core.type.Executable
Invokes the method.
invoke(FunctionDefinition, I, Argument<O>) - Method in interface io.micronaut.function.client.FunctionInvoker
Invoke the given function definition for the given input and expected response type.
invoke(FunctionDefinition, I, Argument<O>) - Method in class io.micronaut.function.client.http.HttpFunctionExecutor
 
invoke(Object...) - Method in interface io.micronaut.inject.ConstructorInjectionPoint
Invoke the constructor.
invoke(T, Object...) - Method in interface io.micronaut.inject.DelegatingExecutableMethod
 
invoke(Object...) - Method in interface io.micronaut.inject.ExecutionHandle
Invokes the method.
invoke(B, Object...) - Method in interface io.micronaut.inject.MethodInjectionPoint
Invokes the method.
invokeAll(Collection<? extends Callable<T>>) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
invokeConstructor(MethodVisitor, Class, Class...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
invokeExecutable(BoundExecutable, MethodExecutionHandle<?, ?>) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Invokes the given executable.
invokeExecutable(BoundExecutable, MethodExecutionHandle<?, ?>) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
invokeInterfaceStaticMethod(MethodVisitor, Class, Method) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
invokeInternal(Object, Object[]) - Method in class io.micronaut.context.AbstractExecutableMethod
 
invokeInternal(B, Object...) - Method in class io.micronaut.core.beans.AbstractBeanMethod
Abstract implementation implemented by generated byte code.
invokeMethod(T, Method, Object...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Invokes a method.
invokeMethod(GeneratorAdapter, MethodElement) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Invokes the given method.
invokeMethodWithReflection(BeanResolutionContext, BeanContext, int, Object, Object[]) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Invoke a bean method that requires reflection.
IO - Static variable in interface io.micronaut.scheduling.TaskExecutors
The name of the ExecutorService used to schedule I/O tasks.
io.micronaut.annotation.processing - package io.micronaut.annotation.processing
This package contains the Annotation processors that power Micronaut.
io.micronaut.annotation.processing.test - package io.micronaut.annotation.processing.test
 
io.micronaut.annotation.processing.visitor - package io.micronaut.annotation.processing.visitor
This package contains Visitor pattern elements for Annotation processing.
io.micronaut.aop - package io.micronaut.aop
The main classes implementing cross cutting behavior in Micronaut.
io.micronaut.aop.chain - package io.micronaut.aop.chain
The interception chain for AOP.
io.micronaut.aop.exceptions - package io.micronaut.aop.exceptions
AOP Advise exceptions.
io.micronaut.aop.internal - package io.micronaut.aop.internal
 
io.micronaut.aop.internal.intercepted - package io.micronaut.aop.internal.intercepted
 
io.micronaut.aop.kotlin - package io.micronaut.aop.kotlin
 
io.micronaut.aop.writer - package io.micronaut.aop.writer
Proxy writers.
io.micronaut.ast.groovy.annotation - package io.micronaut.ast.groovy.annotation
 
io.micronaut.ast.groovy.scan - package io.micronaut.ast.groovy.scan
 
io.micronaut.ast.groovy.utils - package io.micronaut.ast.groovy.utils
AST Util transformations for injection.
io.micronaut.ast.groovy.visitor - package io.micronaut.ast.groovy.visitor
Visitor context when visiting groovy code.
io.micronaut.buffer.netty - package io.micronaut.buffer.netty
Netty HTTP Byte buffer.
io.micronaut.context - package io.micronaut.context
This package contains the core classes for starting a BeanContext.
io.micronaut.context.annotation - package io.micronaut.context.annotation
Contains core annotations related to Dependency Injection and the Bean Container.
io.micronaut.context.banner - package io.micronaut.context.banner
 
io.micronaut.context.condition - package io.micronaut.context.condition
Contains classes and interfaces related to conditional beans.
io.micronaut.context.converters - package io.micronaut.context.converters
Additional TypeConverter instances related to the BeanContext.
io.micronaut.context.env - package io.micronaut.context.env
Classes related to the Micronaut environment.
io.micronaut.context.env.yaml - package io.micronaut.context.env.yaml
Property loading for YAML formatted files.
io.micronaut.context.event - package io.micronaut.context.event
Contains classes related to ApplicationContext event publishing and consuming.
io.micronaut.context.exceptions - package io.micronaut.context.exceptions
Contains common exceptions thrown from the BeanContext.
io.micronaut.context.i18n - package io.micronaut.context.i18n
 
io.micronaut.context.processor - package io.micronaut.context.processor
Contains interfaces related to annotation processing.
io.micronaut.context.scope - package io.micronaut.context.scope
Contains interfaces related to the definition of custom scopes.
io.micronaut.context.visitor - package io.micronaut.context.visitor
Additional visitors.
io.micronaut.core.annotation - package io.micronaut.core.annotation
Micronaut core annotation classes.
io.micronaut.core.async - package io.micronaut.core.async
Supplier helper methods.
io.micronaut.core.async.annotation - package io.micronaut.core.async.annotation
 
io.micronaut.core.async.processor - package io.micronaut.core.async.processor
Micronaut core async processing.
io.micronaut.core.async.publisher - package io.micronaut.core.async.publisher
Micronaut core async publishing.
io.micronaut.core.async.subscriber - package io.micronaut.core.async.subscriber
Micronaut core async subscribers.
io.micronaut.core.attr - package io.micronaut.core.attr
Micronaut core attribute holder.
io.micronaut.core.beans - package io.micronaut.core.beans
This package provides interfaces and abstractions to introspect beans with bean metadata computed at compilation time.
io.micronaut.core.beans.exceptions - package io.micronaut.core.beans.exceptions
 
io.micronaut.core.bind - package io.micronaut.core.bind
Micronaut core argument and property bind classes.
io.micronaut.core.bind.annotation - package io.micronaut.core.bind.annotation
Micronaut core bind annotation classes.
io.micronaut.core.bind.exceptions - package io.micronaut.core.bind.exceptions
Exceptions that occur during data binding.
io.micronaut.core.cli - package io.micronaut.core.cli
Micronaut core CLI dispatch level.
io.micronaut.core.cli.exceptions - package io.micronaut.core.cli.exceptions
Micronaut core CLI exceptions.
io.micronaut.core.convert - package io.micronaut.core.convert
Micronaut core type conversion classes.
io.micronaut.core.convert.converters - package io.micronaut.core.convert.converters
 
io.micronaut.core.convert.exceptions - package io.micronaut.core.convert.exceptions
Micronaut core type conversion exceptions.
io.micronaut.core.convert.format - package io.micronaut.core.convert.format
Micronaut core type conversion formatting.
io.micronaut.core.convert.value - package io.micronaut.core.convert.value
Micronaut core type conversion of multiple values.
io.micronaut.core.exceptions - package io.micronaut.core.exceptions
Common exception handling classes.
io.micronaut.core.graal - package io.micronaut.core.graal
 
io.micronaut.core.io - package io.micronaut.core.io
Micronaut core input/output.
io.micronaut.core.io.buffer - package io.micronaut.core.io.buffer
Micronaut core buffer factory.
io.micronaut.core.io.file - package io.micronaut.core.io.file
Micronaut core file i/o.
io.micronaut.core.io.scan - package io.micronaut.core.io.scan
Micronaut core scan with annotation.
io.micronaut.core.io.service - package io.micronaut.core.io.service
Micronaut core i/o service classes.
io.micronaut.core.io.socket - package io.micronaut.core.io.socket
Micronaut core i/o socketutils.
io.micronaut.core.naming - package io.micronaut.core.naming
Micronaut core name resolution.
io.micronaut.core.naming.conventions - package io.micronaut.core.naming.conventions
Micronaut core name conventions for properties and methods, etc.
io.micronaut.core.optim - package io.micronaut.core.optim
 
io.micronaut.core.order - package io.micronaut.core.order
Micronaut core ordered objects.
io.micronaut.core.reflect - package io.micronaut.core.reflect
Micronaut core reflections utils.
io.micronaut.core.reflect.exception - package io.micronaut.core.reflect.exception
Micronaut core reflection exception.
io.micronaut.core.serialize - package io.micronaut.core.serialize
Micronaut core object serializations.
io.micronaut.core.serialize.exceptions - package io.micronaut.core.serialize.exceptions
Micronaut core object serialization exceptions.
io.micronaut.core.type - package io.micronaut.core.type
Micronaut core argument types.
io.micronaut.core.util - package io.micronaut.core.util
Micronaut core utilities.
io.micronaut.core.util.clhm - package io.micronaut.core.util.clhm
Contains a forked implementation of ConcurrentLinkedHashMap.
io.micronaut.core.util.functional - package io.micronaut.core.util.functional
 
io.micronaut.core.util.locale - package io.micronaut.core.util.locale
Micronaut utilities to resolve a Locale.
io.micronaut.core.value - package io.micronaut.core.value
Micronaut core property and value resolution.
io.micronaut.core.version - package io.micronaut.core.version
Micronaut core comparing versions.
io.micronaut.core.version.annotation - package io.micronaut.core.version.annotation
 
io.micronaut.discovery - package io.micronaut.discovery
Main client abstraction used for service discovery.
io.micronaut.discovery.cloud - package io.micronaut.discovery.cloud
Common cloud interface classes.
io.micronaut.discovery.cloud.digitalocean - package io.micronaut.discovery.cloud.digitalocean
 
io.micronaut.discovery.config - package io.micronaut.discovery.config
Common configuration discovery settings.
io.micronaut.discovery.event - package io.micronaut.discovery.event
Discovery of events.
io.micronaut.discovery.exceptions - package io.micronaut.discovery.exceptions
Discovery exceptions.
io.micronaut.discovery.metadata - package io.micronaut.discovery.metadata
Discovery metadata.
io.micronaut.discovery.registration - package io.micronaut.discovery.registration
Discovery registration.
io.micronaut.function - package io.micronaut.function
A set of classes to support a programming model for Server-less application development using Micronaut
io.micronaut.function.client - package io.micronaut.function.client
Function discovery classes.
io.micronaut.function.client.aop - package io.micronaut.function.client.aop
Function client aop advice.
io.micronaut.function.client.exceptions - package io.micronaut.function.client.exceptions
Function client exceptions.
io.micronaut.function.client.http - package io.micronaut.function.client.http
Http executor.
io.micronaut.function.client.local - package io.micronaut.function.client.local
Local function.
io.micronaut.function.executor - package io.micronaut.function.executor
Function executions sent to Micronaut.
io.micronaut.function.web - package io.micronaut.function.web
Classes to support exposing FunctionBean instances over the web
io.micronaut.graal.reflect - package io.micronaut.graal.reflect
Utilities for use with GraalVM native image.
io.micronaut.health - package io.micronaut.health
Micronaut health indicator classes.
io.micronaut.http - package io.micronaut.http
HTTP classes to represent methods, responses and attributes.
io.micronaut.http.annotation - package io.micronaut.http.annotation
HTTP annotations representing various requests types that are received.
io.micronaut.http.bind - package io.micronaut.http.bind
Classes specific to binding request data to methods.
io.micronaut.http.bind.binders - package io.micronaut.http.bind.binders
HTTP server request binding annotation for various request types.
io.micronaut.http.client - package io.micronaut.http.client
Core HTTP Client Library.
io.micronaut.http.client.annotation - package io.micronaut.http.client.annotation
Annotations associated with the HTTP client.
io.micronaut.http.client.bind - package io.micronaut.http.client.bind
 
io.micronaut.http.client.bind.binders - package io.micronaut.http.client.bind.binders
 
io.micronaut.http.client.exceptions - package io.micronaut.http.client.exceptions
HTTP Client exceptions.
io.micronaut.http.client.filter - package io.micronaut.http.client.filter
 
io.micronaut.http.client.filters - package io.micronaut.http.client.filters
Client filter implementations.
io.micronaut.http.client.interceptor - package io.micronaut.http.client.interceptor
HTTP introduction advice.
io.micronaut.http.client.interceptor.configuration - package io.micronaut.http.client.interceptor.configuration
Client versioning configuration.
io.micronaut.http.client.loadbalance - package io.micronaut.http.client.loadbalance
HTTP load balance strategies.
io.micronaut.http.client.multipart - package io.micronaut.http.client.multipart
HTTP Netty multipart requests.
io.micronaut.http.client.netty - package io.micronaut.http.client.netty
HTTP Client requests, interfaces and configuration.
io.micronaut.http.client.netty.ssl - package io.micronaut.http.client.netty.ssl
Netty client SSL.
io.micronaut.http.client.netty.websocket - package io.micronaut.http.client.netty.websocket
Contains classes specific to WebSocket handling in the client.
io.micronaut.http.client.sse - package io.micronaut.http.client.sse
Contains client interfaces for reading Server Sent Events (SSE).
io.micronaut.http.codec - package io.micronaut.http.codec
Classes representing HTTP decoding.
io.micronaut.http.context - package io.micronaut.http.context
Contains classes for resolving and handling the current server HttpRequest.
io.micronaut.http.context.event - package io.micronaut.http.context.event
Contains classes for relates to events HttpRequest.
io.micronaut.http.converters - package io.micronaut.http.converters
Contains converters specific to HTTP.
io.micronaut.http.cookie - package io.micronaut.http.cookie
HTTP cookies classes.
io.micronaut.http.exceptions - package io.micronaut.http.exceptions
HTTP exceptions.
io.micronaut.http.filter - package io.micronaut.http.filter
HTTP filter chain.
io.micronaut.http.hateoas - package io.micronaut.http.hateoas
hateoas.
io.micronaut.http.multipart - package io.micronaut.http.multipart
HTTP multipart requests and file upload.
io.micronaut.http.netty - package io.micronaut.http.netty
Netty HTTP implementations.
io.micronaut.http.netty.channel - package io.micronaut.http.netty.channel
Netty Thread factory.
io.micronaut.http.netty.channel.converters - package io.micronaut.http.netty.channel.converters
 
io.micronaut.http.netty.configuration - package io.micronaut.http.netty.configuration
 
io.micronaut.http.netty.content - package io.micronaut.http.netty.content
Netty HTTP content utils.
io.micronaut.http.netty.cookies - package io.micronaut.http.netty.cookies
Netty Cookies.
io.micronaut.http.netty.graal - package io.micronaut.http.netty.graal
 
io.micronaut.http.netty.reactive - package io.micronaut.http.netty.reactive
NOTICE: Classes in this package are forked from https://github.com/playframework/netty-reactive-streams.
io.micronaut.http.netty.stream - package io.micronaut.http.netty.stream
Contains classes for streaming http requests and responses
io.micronaut.http.netty.websocket - package io.micronaut.http.netty.websocket
Netty specific classes for WebSocket.
io.micronaut.http.resource - package io.micronaut.http.resource
Resource loader factory.
io.micronaut.http.server - package io.micronaut.http.server
HTTP server configuration.
io.micronaut.http.server.binding - package io.micronaut.http.server.binding
HTTP server request binding.
io.micronaut.http.server.codec - package io.micronaut.http.server.codec
HTTP encoders.
io.micronaut.http.server.cors - package io.micronaut.http.server.cors
Contains classes specific to CORS support within Micronaut.
io.micronaut.http.server.exceptions - package io.micronaut.http.server.exceptions
HTTP server exceptions.
io.micronaut.http.server.exceptions.response - package io.micronaut.http.server.exceptions.response
 
io.micronaut.http.server.multipart - package io.micronaut.http.server.multipart
Classes related to multipart requests received by a server.
io.micronaut.http.server.netty - package io.micronaut.http.server.netty
Netty server classes for Micronaut.
io.micronaut.http.server.netty.async - package io.micronaut.http.server.netty.async
Asychronous handling.
io.micronaut.http.server.netty.binders - package io.micronaut.http.server.netty.binders
Netty argument binders.
io.micronaut.http.server.netty.configuration - package io.micronaut.http.server.netty.configuration
Netty server configurations.
io.micronaut.http.server.netty.converters - package io.micronaut.http.server.netty.converters
Netty converters for various data types.
io.micronaut.http.server.netty.decoders - package io.micronaut.http.server.netty.decoders
Netty decoders for Micronaut.
io.micronaut.http.server.netty.encoders - package io.micronaut.http.server.netty.encoders
Netty encoders for the Server.
io.micronaut.http.server.netty.handler - package io.micronaut.http.server.netty.handler
Netty channel output handling.
io.micronaut.http.server.netty.handler.accesslog - package io.micronaut.http.server.netty.handler.accesslog
 
io.micronaut.http.server.netty.handler.accesslog.element - package io.micronaut.http.server.netty.handler.accesslog.element
 
io.micronaut.http.server.netty.jackson - package io.micronaut.http.server.netty.jackson
JSON Jackson content processing.
io.micronaut.http.server.netty.multipart - package io.micronaut.http.server.netty.multipart
Netty server multipart upload classes.
io.micronaut.http.server.netty.ssl - package io.micronaut.http.server.netty.ssl
Netty SSL.
io.micronaut.http.server.netty.types - package io.micronaut.http.server.netty.types
Netty response types.
io.micronaut.http.server.netty.types.files - package io.micronaut.http.server.netty.types.files
Netty file type and response handling.
io.micronaut.http.server.netty.types.stream - package io.micronaut.http.server.netty.types.stream
 
io.micronaut.http.server.netty.websocket - package io.micronaut.http.server.netty.websocket
Netty Server WebSocket support classes.
io.micronaut.http.server.types - package io.micronaut.http.server.types
HTTP server customizable response type.
io.micronaut.http.server.types.files - package io.micronaut.http.server.types.files
Special file type handlers.
io.micronaut.http.server.util - package io.micronaut.http.server.util
Utilities used in the context of an HTTP server.
io.micronaut.http.server.util.locale - package io.micronaut.http.server.util.locale
Micronaut utilities to resolve a Locale for an HTTP request.
io.micronaut.http.server.websocket - package io.micronaut.http.server.websocket
 
io.micronaut.http.simple - package io.micronaut.http.simple
Simple HTTP request and response classes.
io.micronaut.http.simple.cookies - package io.micronaut.http.simple.cookies
Simple HTTP cookies classes.
io.micronaut.http.sse - package io.micronaut.http.sse
Default server sent request.
io.micronaut.http.ssl - package io.micronaut.http.ssl
HTTP SSL Authentication.
io.micronaut.http.uri - package io.micronaut.http.uri
HTTP URI Matching.
io.micronaut.http.util - package io.micronaut.http.util
HTTP Util classes.
io.micronaut.inject - package io.micronaut.inject
Contains the core dependency injection interfaces.
io.micronaut.inject.annotation - package io.micronaut.inject.annotation
Contains classes for reading and writing annotation metadata at compile time.
io.micronaut.inject.annotation.internal - package io.micronaut.inject.annotation.internal
Internal annotation mappers, not for public consumption.
io.micronaut.inject.ast - package io.micronaut.inject.ast
The AST package contains a generic AST over different languages (currently Groovy, Java and Kotlin).
io.micronaut.inject.ast.beans - package io.micronaut.inject.ast.beans
 
io.micronaut.inject.beans - package io.micronaut.inject.beans
Contains implementations for compile time bean introspection.
io.micronaut.inject.beans.visitor - package io.micronaut.inject.beans.visitor
Type visitor implementations for producing BeanIntrospection instances.
io.micronaut.inject.configuration - package io.micronaut.inject.configuration
Contains classes for reading and writing Configuration metadata at compile time.
io.micronaut.inject.processing - package io.micronaut.inject.processing
Injection process handling.
io.micronaut.inject.provider - package io.micronaut.inject.provider
Internal package to support injection providers of various types.
io.micronaut.inject.qualifiers - package io.micronaut.inject.qualifiers
Contains support classes for creating Bean Qualifier instances.
io.micronaut.inject.util - package io.micronaut.inject.util
 
io.micronaut.inject.validation - package io.micronaut.inject.validation
Interfaces and types specific to validating BeanDefinition instances.
io.micronaut.inject.visitor - package io.micronaut.inject.visitor
Contains interfaces for defining type visitors that work across languages.
io.micronaut.inject.writer - package io.micronaut.inject.writer
Contains classes responsible for using ASM to write bean metadata to disk.
io.micronaut.jackson - package io.micronaut.jackson
Configuration for the Jackson JSON parser.
io.micronaut.jackson.annotation - package io.micronaut.jackson.annotation
Jackson parser annotation.
io.micronaut.jackson.codec - package io.micronaut.jackson.codec
JSON media type decoding.
io.micronaut.jackson.core.env - package io.micronaut.jackson.core.env
JSON property loader.
io.micronaut.jackson.core.parser - package io.micronaut.jackson.core.parser
 
io.micronaut.jackson.core.tree - package io.micronaut.jackson.core.tree
 
io.micronaut.jackson.databind - package io.micronaut.jackson.databind
 
io.micronaut.jackson.databind.convert - package io.micronaut.jackson.databind.convert
JSON conversion to objects structures and vice versa.
io.micronaut.jackson.env - package io.micronaut.jackson.env
 
io.micronaut.jackson.modules - package io.micronaut.jackson.modules
Contains factories for modules.
io.micronaut.jackson.parser - package io.micronaut.jackson.parser
 
io.micronaut.jackson.serialize - package io.micronaut.jackson.serialize
Jackson object serializer.
io.micronaut.json - package io.micronaut.json
 
io.micronaut.json.bind - package io.micronaut.json.bind
Jackson bean binding to properties.
io.micronaut.json.codec - package io.micronaut.json.codec
 
io.micronaut.json.convert - package io.micronaut.json.convert
 
io.micronaut.json.tree - package io.micronaut.json.tree
 
io.micronaut.logging - package io.micronaut.logging
 
io.micronaut.logging.impl - package io.micronaut.logging.impl
 
io.micronaut.management.endpoint - package io.micronaut.management.endpoint
Micronaut endpoint configuration.
io.micronaut.management.endpoint.annotation - package io.micronaut.management.endpoint.annotation
Annotations for defining management endpoints.
io.micronaut.management.endpoint.beans - package io.micronaut.management.endpoint.beans
Endpoint bean definition.
io.micronaut.management.endpoint.beans.impl - package io.micronaut.management.endpoint.beans.impl
Endpoint bean definition implementation.
io.micronaut.management.endpoint.env - package io.micronaut.management.endpoint.env
Environment management endpoint.
io.micronaut.management.endpoint.health - package io.micronaut.management.endpoint.health
Endpoint health.
io.micronaut.management.endpoint.health.filter - package io.micronaut.management.endpoint.health.filter
Support classes for returning the correct health result from the HTTP server.
io.micronaut.management.endpoint.info - package io.micronaut.management.endpoint.info
Info aggregation from resources.
io.micronaut.management.endpoint.info.impl - package io.micronaut.management.endpoint.info.impl
Implementations of Info aggregation.
io.micronaut.management.endpoint.info.source - package io.micronaut.management.endpoint.info.source
Endpoint info configuration.
io.micronaut.management.endpoint.loggers - package io.micronaut.management.endpoint.loggers
Loggers management endpoint.
io.micronaut.management.endpoint.loggers.impl - package io.micronaut.management.endpoint.loggers.impl
Implementation specific classes for the logging system.
io.micronaut.management.endpoint.processors - package io.micronaut.management.endpoint.processors
Endpoint route building and processors.
io.micronaut.management.endpoint.refresh - package io.micronaut.management.endpoint.refresh
Endpoint refresh state.
io.micronaut.management.endpoint.routes - package io.micronaut.management.endpoint.routes
Route endpoint and data collection.
io.micronaut.management.endpoint.routes.impl - package io.micronaut.management.endpoint.routes.impl
Route data implementations.
io.micronaut.management.endpoint.stop - package io.micronaut.management.endpoint.stop
Server stop endpoint.
io.micronaut.management.endpoint.threads - package io.micronaut.management.endpoint.threads
Thread dump endpoint and data collection.
io.micronaut.management.endpoint.threads.impl - package io.micronaut.management.endpoint.threads.impl
 
io.micronaut.management.health.aggregator - package io.micronaut.management.health.aggregator
Health aggregation.
io.micronaut.management.health.indicator - package io.micronaut.management.health.indicator
Health indicator.
io.micronaut.management.health.indicator.annotation - package io.micronaut.management.health.indicator.annotation
 
io.micronaut.management.health.indicator.discovery - package io.micronaut.management.health.indicator.discovery
Health discovery.
io.micronaut.management.health.indicator.diskspace - package io.micronaut.management.health.indicator.diskspace
Diskspace configuration and indicator.
io.micronaut.management.health.indicator.jdbc - package io.micronaut.management.health.indicator.jdbc
JDBC status indicator.
io.micronaut.management.health.indicator.service - package io.micronaut.management.health.indicator.service
 
io.micronaut.management.health.monitor - package io.micronaut.management.health.monitor
Continuous monitoring of health status.
io.micronaut.messaging - package io.micronaut.messaging
Messaging related to classes.
io.micronaut.messaging.annotation - package io.micronaut.messaging.annotation
Messaging related annotations.
io.micronaut.messaging.exceptions - package io.micronaut.messaging.exceptions
Messaging related exceptions.
io.micronaut.reactive.flow.converters - package io.micronaut.reactive.flow.converters
 
io.micronaut.retry - package io.micronaut.retry
Retry State containers.
io.micronaut.retry.annotation - package io.micronaut.retry.annotation
Retry AOP annotations.
io.micronaut.retry.event - package io.micronaut.retry.event
Events triggered on retry.
io.micronaut.retry.exception - package io.micronaut.retry.exception
Retry exceptions.
io.micronaut.retry.intercept - package io.micronaut.retry.intercept
Retry interceptors and states.
io.micronaut.runtime - package io.micronaut.runtime
Main entrypoint for Micronaut.
io.micronaut.runtime.context - package io.micronaut.runtime.context
 
io.micronaut.runtime.context.env - package io.micronaut.runtime.context.env
Command line property source.
io.micronaut.runtime.context.scope - package io.micronaut.runtime.context.scope
Annotations for context scope.
io.micronaut.runtime.context.scope.refresh - package io.micronaut.runtime.context.scope.refresh
Refresh handling.
io.micronaut.runtime.converters.reactive - package io.micronaut.runtime.converters.reactive
Contains classes for reactive streams conversion.
io.micronaut.runtime.converters.time - package io.micronaut.runtime.converters.time
Runtime time conversion.
io.micronaut.runtime.event - package io.micronaut.runtime.event
Common applications events.
io.micronaut.runtime.event.annotation - package io.micronaut.runtime.event.annotation
Event related annotations.
io.micronaut.runtime.exceptions - package io.micronaut.runtime.exceptions
Runtime exceptions.
io.micronaut.runtime.http.codec - package io.micronaut.runtime.http.codec
Runtime HTTP decoding.
io.micronaut.runtime.http.scope - package io.micronaut.runtime.http.scope
 
io.micronaut.runtime.server - package io.micronaut.runtime.server
Embedded server.
io.micronaut.runtime.server.event - package io.micronaut.runtime.server.event
Server shutdown and startup events.
io.micronaut.runtime.server.watch.event - package io.micronaut.runtime.server.watch.event
 
io.micronaut.scheduling - package io.micronaut.scheduling
Scheduling execution services.
io.micronaut.scheduling.annotation - package io.micronaut.scheduling.annotation
Scheduling annotations.
io.micronaut.scheduling.async - package io.micronaut.scheduling.async
Classes related to handling the Async annotation.
io.micronaut.scheduling.cron - package io.micronaut.scheduling.cron
Scheduling for Cron expressions.
io.micronaut.scheduling.exceptions - package io.micronaut.scheduling.exceptions
Scheduling Exceptions.
io.micronaut.scheduling.executor - package io.micronaut.scheduling.executor
Scheduling Execution configuration and factory.
io.micronaut.scheduling.instrument - package io.micronaut.scheduling.instrument
Interfaces for simplifying instrumentation of ExecutorService instances.
io.micronaut.scheduling.io.watch - package io.micronaut.scheduling.io.watch
Classes related to file watch.
io.micronaut.scheduling.io.watch.event - package io.micronaut.scheduling.io.watch.event
Events related to file watch changes.
io.micronaut.scheduling.io.watch.osx - package io.micronaut.scheduling.io.watch.osx
Classes related to file watch on OS X.
io.micronaut.scheduling.processor - package io.micronaut.scheduling.processor
Scheduled method processing.
io.micronaut.session - package io.micronaut.session
Micronaut session handling.
io.micronaut.session.annotation - package io.micronaut.session.annotation
Micronaut session annotations.
io.micronaut.session.binder - package io.micronaut.session.binder
Session argument and value binding.
io.micronaut.session.event - package io.micronaut.session.event
Session events that are fired in the lifecycle.
io.micronaut.session.http - package io.micronaut.session.http
HTTP session configuration and strategies.
io.micronaut.session.websocket - package io.micronaut.session.websocket
Classes specific to WebSocket's and sessions.
io.micronaut.testsuitehelper - package io.micronaut.testsuitehelper
 
io.micronaut.validation - package io.micronaut.validation
Validation advice and interceptors.
io.micronaut.validation.async - package io.micronaut.validation.async
This package includes visitors specific to compile time validation and checks for async related elements.
io.micronaut.validation.exceptions - package io.micronaut.validation.exceptions
Validation exceptions.
io.micronaut.validation.executable - package io.micronaut.validation.executable
Package to organize classes responsible for validating executable methods at compile time.
io.micronaut.validation.internal - package io.micronaut.validation.internal
Package to organize classes responsible for validating extensions of internal APIs.
io.micronaut.validation.routes - package io.micronaut.validation.routes
Package to organize classes responsible for validating route arguments at compile time.
io.micronaut.validation.routes.rules - package io.micronaut.validation.routes.rules
Package to store classes that provide route validation rules.
io.micronaut.validation.validator - package io.micronaut.validation.validator
 
io.micronaut.validation.validator.constraints - package io.micronaut.validation.validator.constraints
 
io.micronaut.validation.validator.extractors - package io.micronaut.validation.validator.extractors
 
io.micronaut.validation.validator.messages - package io.micronaut.validation.validator.messages
 
io.micronaut.validation.validator.resolver - package io.micronaut.validation.validator.resolver
 
io.micronaut.validation.websocket - package io.micronaut.validation.websocket
This package includes visitors specific to compile time validation and checks for websocket related elements.
io.micronaut.web.router - package io.micronaut.web.router
Route based method matching classes derived from URIs.
io.micronaut.web.router.exceptions - package io.micronaut.web.router.exceptions
Route exceptions.
io.micronaut.web.router.filter - package io.micronaut.web.router.filter
 
io.micronaut.web.router.naming - package io.micronaut.web.router.naming
Route based naming strategies.
io.micronaut.web.router.qualifier - package io.micronaut.web.router.qualifier
Qualifiers based on type.
io.micronaut.web.router.resource - package io.micronaut.web.router.resource
Route resource and configuration.
io.micronaut.web.router.version - package io.micronaut.web.router.version
Stores classes related to versioning routes.
io.micronaut.web.router.version.resolution - package io.micronaut.web.router.version.resolution
Classes related to routes' versioning resolution.
io.micronaut.websocket - package io.micronaut.websocket
Classes and interfaces for supporting WebSocket.
io.micronaut.websocket.annotation - package io.micronaut.websocket.annotation
WebSocket specific annotations.
io.micronaut.websocket.bind - package io.micronaut.websocket.bind
Package containing binding related classes.
io.micronaut.websocket.context - package io.micronaut.websocket.context
Classes related to handling of WebSocket beans.
io.micronaut.websocket.event - package io.micronaut.websocket.event
WebSocket server event types.
io.micronaut.websocket.exceptions - package io.micronaut.websocket.exceptions
WebSocket related exceptions.
io.micronaut.websocket.interceptor - package io.micronaut.websocket.interceptor
Implementation classes for ClientWebSocket advice.
IOExecutorServiceConfig - Class in io.micronaut.scheduling.executor
Configures the default I/O thread pool if none is configured by the user.
IOExecutorServiceConfig() - Constructor for class io.micronaut.scheduling.executor.IOExecutorServiceConfig
 
IOUtils - Class in io.micronaut.core.io
Utility methods for I/O operations.
IOUtils() - Constructor for class io.micronaut.core.io.IOUtils
 
isAbstract() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isAbstract() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isAbstract() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
isAbstract() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
isAbstract() - Method in interface io.micronaut.aop.MethodInvocationContext
 
isAbstract() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isAbstract() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isAbstract() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isAbstract() - Method in class io.micronaut.context.AbstractBeanDefinition
 
isAbstract() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isAbstract() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isAbstract() - Method in interface io.micronaut.core.annotation.AnnotatedTypeInfo
 
isAbstract() - Method in interface io.micronaut.inject.ast.Element
 
isAbstract() - Method in interface io.micronaut.inject.BeanDefinition
 
isAbstract() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isAbstract() - Method in interface io.micronaut.inject.ExecutableMethod
Defines whether the method is abstract.
isAbstract() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
isAbstract() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isAbstract(int) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Is the method abstract.
isAbstract() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
isAcceptable(Element) - Method in class io.micronaut.annotation.processing.PublicAbstractMethodVisitor
 
isAcceptable(Element) - Method in class io.micronaut.annotation.processing.PublicMethodVisitor
Only accepts public non file or static methods.
isAcceptable(Element) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
isAcceptableMethod(ExecutableElement) - Method in class io.micronaut.annotation.processing.PublicAbstractMethodVisitor
Return whether the given executable element is acceptable.
isActive(BeanConfiguration) - Method in class io.micronaut.context.env.DefaultEnvironment
 
isActive(BeanConfiguration) - Method in interface io.micronaut.context.env.Environment
Whether the current environment includes the given configuration.
isAllowCredentials() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
 
isAllowEmptyProviders() - Method in interface io.micronaut.context.BeanContextConfiguration
 
isAllowEmptyProviders() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
isAllowEmptyProviders(BeanContext) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
Return whether missing providers are allowed for this implementation.
isAllowEmptyProviders(BeanContext) - Method in class io.micronaut.inject.provider.BeanProviderDefinition
 
isAlwaysSerializeErrorsAsList() - Method in class io.micronaut.jackson.JacksonConfiguration
Whether _embedded.errors should always be serialized as list.
isAlwaysSerializeErrorsAsList() - Method in interface io.micronaut.json.JsonConfiguration
Whether _embedded.errors should always be serialized as list.
isAnnotated(String, ExecutableElement) - Method in class io.micronaut.annotation.processing.AnnotationUtils
Check whether the method is annotated.
isAnnotationMapped(String) - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Returns whether the given annotation is a mapped annotation.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
 
isAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Return whether an annotation is present.
isAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Return whether an annotation is present.
isArray() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isArray() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isArray() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isArray() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
isArray() - Method in interface io.micronaut.core.type.TypeInformation
 
isArray() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isArray() - Method in interface io.micronaut.inject.ast.TypedElement
Is the type an array.
isArray() - Method in class io.micronaut.json.tree.JsonArray
 
isArray() - Method in class io.micronaut.json.tree.JsonNode
 
isAssignable(String) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isAssignable(ClassElement) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isAssignable(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isAssignable(ClassElement) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isAssignable(String) - Method in interface io.micronaut.inject.ast.ClassElement
Tests whether one type is assignable to another.
isAssignable(ClassElement) - Method in interface io.micronaut.inject.ast.ClassElement
Tests whether one type is assignable to another.
isAssignable(Class<?>) - Method in interface io.micronaut.inject.ast.ClassElement
Tests whether one type is assignable to another.
isAssignable(String) - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isAssignable(ClassElement) - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isAssignableFrom(Class<?>) - Method in interface io.micronaut.core.type.Argument
Delegates to Class.isAssignableFrom(Class) for this argument.
isAssignableFrom(Argument<?>) - Method in interface io.micronaut.core.type.Argument
Checks if the argument can be assigned to this argument.
isAsync() - Method in interface io.micronaut.core.type.TypeInformation
 
isAsync() - Method in interface io.micronaut.web.router.RouteInfo
 
isAsyncOrReactive() - Method in interface io.micronaut.core.type.TypeInformation
 
isAsyncOrReactive() - Method in interface io.micronaut.web.router.RouteInfo
 
isAtLeast(String, String) - Static method in class io.micronaut.core.version.SemanticVersion
Check whether the version is at least the given version.
isAtLeastMajorMinor(String, int, int) - Static method in class io.micronaut.core.version.SemanticVersion
Check whether the current version is at least the given major and minor version.
isAtLeastMicronautVersion(String) - Static method in class io.micronaut.core.version.VersionUtils
Return whether the current version of Micronaut is at least the given version using semantic rules.
isBannerEnabled() - Method in interface io.micronaut.context.ApplicationContextConfiguration
The banner is enabled by default.
isBannerEnabled() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
isBase64Decode() - Method in class io.micronaut.session.http.CookieHttpSessionIdGenerator
 
isBase64Encode() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
isBeanIntrospectionModule() - Method in class io.micronaut.jackson.JacksonConfiguration
Whether the BeanIntrospection should be used for reflection free object serialialization/deserialialization.
isBoolean() - Method in class io.micronaut.json.tree.JsonNode
 
isBootstrapEnvironmentEnabled() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
isBootstrapEnvironmentEnabled() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
isCached() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
isCached() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
 
isCandidateBean(Argument<?>) - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isCandidateBean(Argument<?>) - Method in interface io.micronaut.inject.BeanDefinition
 
isCandidateBean(Argument<?>) - Method in interface io.micronaut.inject.BeanType
Return whether this bean type is a candidate for dependency injection for the passed type.
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class io.micronaut.validation.validator.resolver.CompositeTraversableResolver
 
isChunkedSupported() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Whether chunked requests are supported.
isClass(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Whether the given element is a class.
isClassOrInterface(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Whether the given element is a class or interface.
isClient() - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
isClient() - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
isClientChannel() - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
isClientChannel() - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
isClientChannel() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
isClosed() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
isCompletable(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Does the given reactive type emit a single result.
isCompletable(Class<?>) - Method in class io.micronaut.core.async.ReactiveStreamsTypeInformationProvider
 
isCompletable() - Method in interface io.micronaut.core.type.TypeInformation
 
isCompletable(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
does the type represent a completable type.
isCompletable() - Method in interface io.micronaut.web.router.RouteInfo
 
isComplete() - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
isComplete() - Method in interface io.micronaut.http.multipart.FileUpload
Returns whether the FileUpload has been fully uploaded or is in a partial state.
isComplete() - Method in class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
isComplete() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
isComplete() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
isConfigurationProperties() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isConfigurationProperties() - Method in interface io.micronaut.inject.BeanDefinitionReference
 
isConsumed() - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
 
isConsumed() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
Has the stream been consumed.
isContainerNode() - Method in class io.micronaut.json.tree.JsonNode
 
isContainerType() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isContainerType() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isContainerType() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isContainerType() - Method in interface io.micronaut.core.type.TypeInformation
 
isContainerType() - Method in class io.micronaut.inject.ArgumentBeanType
 
isContainerType() - Method in interface io.micronaut.inject.BeanType
Checks whether the bean type is a container type.
isContainerType() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
isContextScope() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
isContextScope() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isContextScope() - Method in interface io.micronaut.inject.BeanDefinitionReference
 
isConvertibleToPublisher(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Is the given type a Publisher or convertible to a publisher.
isConvertibleToPublisher(Object) - Static method in class io.micronaut.core.async.publisher.Publishers
Is the given object a Publisher or convertible to a publisher.
isCookieHttpOnly() - Method in interface io.micronaut.http.cookie.CookieConfiguration
Checks to see if this Cookie can only be accessed via HTTP.
isCookieHttpOnly() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
isCookieSecure() - Method in interface io.micronaut.http.cookie.CookieConfiguration
 
isCookieSecure() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
isDateHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
 
isDeclaredAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Variation of AnnotationSource.isAnnotationPresent(Class) for declared annotations.
isDeclaredAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Variation of AnnotationSource.isAnnotationPresent(String) for declared annotations.
isDeclaredNonNull() - Method in interface io.micronaut.core.annotation.AnnotatedElement
 
isDeclaredNullable() - Method in interface io.micronaut.core.annotation.AnnotatedElement
 
isDefault() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
isDefault() - Method in interface io.micronaut.inject.ast.MethodElement
Is the method a default method on an interfaces.
isDefault(int) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Is the method a default method.
isDefault() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
isDeregister() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
isDigits(String) - Static method in class io.micronaut.core.util.StringUtils
Is the given string a series of digits.
isDirect() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isDisk() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
isDualProtocol() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
isEagerInitConfiguration() - Method in interface io.micronaut.context.BeanContextConfiguration
Whether eager initialization of ConfigurationProperties is enabled.
isEagerInitSingletons() - Method in interface io.micronaut.context.BeanContextConfiguration
Whether eager initialization of singletons is enabled.
isEmpty() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Is the annotation metadata empty.
isEmpty() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isEmpty() - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
 
isEmpty() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
 
isEmpty(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
Whether the given array is empty.
isEmpty() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
isEmpty(Map) - Static method in class io.micronaut.core.util.CollectionUtils
Null safe empty check.
isEmpty(Collection) - Static method in class io.micronaut.core.util.CollectionUtils
Null safe empty check.
isEmpty(CharSequence) - Static method in class io.micronaut.core.util.StringUtils
Return whether the given string is empty.
isEmpty() - Method in interface io.micronaut.core.value.OptionalValues
 
isEmpty() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isEmpty() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isEmpty(SerializerProvider, ConvertibleMultiValues<?>) - Method in class io.micronaut.jackson.serialize.ConvertibleMultiValuesSerializer
 
isEmpty(SerializerProvider, ConvertibleValues<?>) - Method in class io.micronaut.jackson.serialize.ConvertibleValuesSerializer
 
isEmpty(SerializerProvider, OptionalValues<?>) - Method in class io.micronaut.jackson.serialize.OptionalValuesSerializer
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
isEnabled() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
isEnabled(BeanContext) - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
isEnabled(BeanContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.context.BeanRegistration
 
isEnabled() - Method in class io.micronaut.context.env.yaml.YamlPropertySourceLoader
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isEnabled() - Method in interface io.micronaut.core.util.Toggleable
 
isEnabled() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
 
isEnabled() - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
 
isEnabled() - Method in class io.micronaut.discovery.DiscoveryConfiguration
 
isEnabled() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
isEnabled() - Method in class io.micronaut.health.HeartbeatConfiguration
 
isEnabled() - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Whether connection pooling is enabled.
isEnabled() - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
 
isEnabled() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
isEnabled() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Returns whether the access logger is enabled.
isEnabled() - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
 
isEnabled() - Method in class io.micronaut.http.ssl.SslConfiguration
 
isEnabled(BeanContext) - Method in class io.micronaut.inject.ArgumentBeanType
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.inject.ArgumentBeanType
 
isEnabled(BeanContext) - Method in interface io.micronaut.inject.BeanContextConditional
Return whether this component is enabled for the given context.
isEnabled(BeanContext, BeanResolutionContext) - Method in interface io.micronaut.inject.BeanContextConditional
Return whether this component is enabled for the given context.
isEnabled(BeanContext) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isEnabled(BeanContext, BeanResolutionContext) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.inject.provider.BeanProviderDefinition
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.inject.provider.JakartaProviderBeanDefinition
 
isEnabled(BeanContext, BeanResolutionContext) - Method in class io.micronaut.inject.provider.JavaxProviderBeanDefinition
 
isEnabled() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isEnabled(JsonGenerator.Feature) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
isEnabled() - Method in class io.micronaut.management.endpoint.EndpointConfiguration
 
isEnabled() - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
 
isEnabled() - Method in class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicatorConfiguration
Health indicator is enabled.
isEnabled() - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
 
isEnabled() - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
 
isEnabled() - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
isEnabled() - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
 
isEnabled() - Method in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
 
isEnabled() - Method in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
 
isEnabled() - Method in class io.micronaut.web.router.version.RoutesVersioningConfiguration
 
isEnum() - Method in interface io.micronaut.inject.ast.ClassElement
Whether this element is an enum.
isEnum(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Whether the given element is an enum.
isEnvironmentCached() - Static method in class io.micronaut.core.optim.StaticOptimizations
Returns true if the environment should be cached, that is to say if the environment variables and system properties are deemed immutable during the whole application run time.
isEnvironmentName(String) - Static method in class io.micronaut.core.naming.NameUtils
Checks whether the string is a valid environment-style property name.
isEnvironmentPropertySource() - Method in interface io.micronaut.context.ApplicationContextConfiguration
 
isEnvironmentPropertySource() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
isErrorRoute() - Method in interface io.micronaut.web.router.RouteInfo
 
isExceptionOnErrorStatus() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
isExcludedAnnotation(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
isExcludedAnnotation(AnnotatedNode, String) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
isExcludedAnnotation(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Is the given annotation excluded for the specified element.
isExecutable() - Method in interface io.micronaut.web.router.RouteMatch
 
isExpired() - Method in interface io.micronaut.session.Session
 
isExploded() - Method in class io.micronaut.http.uri.UriMatchVariable
 
isFailFast() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
isFailing() - Method in interface io.micronaut.context.condition.ConditionContext
 
isFalse(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is true.
isFalse(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is true.
isFalse(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isFalse(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isFalse() - Method in class io.micronaut.core.annotation.AnnotationValue
 
isFalse(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
isFalse() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
 
isFalse(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
 
isFalse(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
isFalse(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
isFalse(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isFalse(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isFinal() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isFinal() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isFinal() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isFinal() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isFinal() - Method in interface io.micronaut.inject.ast.Element
 
isFollowRedirects() - Method in class io.micronaut.http.client.HttpClientConfiguration
 
isForceExit() - Method in interface io.micronaut.runtime.EmbeddedApplication
Most servers shutdown cleanly, however some integrations make require a forced exist.
isFormData(HttpRequest<?>) - Static method in class io.micronaut.http.util.HttpUtil
Return whether the given request features MediaType.APPLICATION_FORM_URLENCODED or MediaType.MULTIPART_FORM_DATA.
isGenericPlaceholder() - Method in interface io.micronaut.inject.ast.ClassElement
 
isGetterName(String) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid getter name.
isHasInterceptedMethod() - Method in class io.micronaut.inject.writer.DispatchWriter
 
isHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
isHeader() - Method in interface io.micronaut.http.server.util.locale.HttpLocaleResolutionConfiguration
 
isHealthCheck() - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Whether the service health should be checked.
isHttpOnly() - Method in interface io.micronaut.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
isHttpOnly() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
isHttpToHttpsRedirect() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
isHyphenatedLowerCase(String) - Static method in class io.micronaut.core.naming.NameUtils
Checks whether the given name is a valid service identifier.
isIncludeEnumConstants() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isIncludeHiddenElements() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isIncludeOverriddenMethods() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isInheritedAnnotation(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
isInheritedAnnotation(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
isInheritedAnnotation(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Test whether the annotation mirror is inherited.
isInheritedAnnotationType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
isInheritedAnnotationType(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
isInheritedAnnotationType(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Test whether the annotation mirror is inherited.
isInner() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isInner() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isInner() - Method in interface io.micronaut.inject.ast.ClassElement
Is this type an inner class.
isInnerConfiguration(Class<?>) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Check if the class is an inner configuration.
isInsecureTrustAllCertificates() - Method in class io.micronaut.http.ssl.AbstractClientSslConfiguration
 
isInstance(Object) - Method in interface io.micronaut.core.type.Argument
Whether the given argument is an instance.
isInstantiated() - Method in class io.micronaut.core.annotation.AnnotationClassValue
Return whether the class value is instantiated.
isInterface() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isInterface() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
isInterface() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isInterface() - Method in interface io.micronaut.inject.ast.ClassElement
 
isInterface(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Whether the given element is an interface.
isInterface() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
isInterface() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isInterface(int) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Is the method in an interface.
isInterface() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
isIterable() - Method in class io.micronaut.context.AbstractBeanDefinition
 
isIterable() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isIterable() - Method in interface io.micronaut.inject.ast.ClassElement
 
isIterable() - Method in interface io.micronaut.inject.BeanDefinition
 
isIterable() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isIterableOrMap(Class<?>) - Static method in class io.micronaut.core.util.CollectionUtils
Is the given type an iterable or map type.
isJavaBasicType(Class<?>) - Static method in class io.micronaut.core.reflect.ClassUtils
Expanded version of ClassUtils.isJavaLangType(Class) that includes common Java types like URI.
isJavaBasicType(String) - Static method in class io.micronaut.core.reflect.ClassUtils
Expanded version of ClassUtils.isJavaLangType(Class) that includes common Java types like URI.
isJavaLangType(Class) - Static method in class io.micronaut.core.reflect.ClassUtils
Return whether the given class is a common type found in java.lang such as String or a primitive type.
isJavaLangType(String) - Static method in class io.micronaut.core.reflect.ClassUtils
Return whether the given class is a common type found in java.lang such as String or a primitive type.
isKeepAlive() - Method in interface io.micronaut.http.HttpHeaders
 
isKeepAlive() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
isKeepAlive() - Method in interface io.micronaut.runtime.server.EmbeddedServer
Most servers provide a way to block such that the server doesn't exit, however some require the creation of a keep alive thread.
isKeepAliveOnServerError() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
isKotlinCoroutineSuspended(Object) - Static method in class io.micronaut.core.util.KotlinUtils
Kotlin suspend function result check.
isKotlinFunctionReturnTypeUnit(ExecutableMethod) - Static method in class io.micronaut.inject.util.KotlinExecutableMethodUtils
Kotlin suspend function return type check.
isLinux() - Method in class io.micronaut.context.condition.OperatingSystem
 
isLogHandledExceptions() - Method in class io.micronaut.http.server.HttpServerConfiguration
 
isMacOs() - Method in class io.micronaut.context.condition.OperatingSystem
 
isMetadataMutated(String, Object) - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Used to store metadata mutations at compilation time.
isMethodOrClassElement(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
isMethodOrClassElement(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
isMethodOrClassElement(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Whether the element is a field, method, class or constructor.
isMixed() - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
isModified() - Method in class io.micronaut.session.InMemorySession
 
isModified() - Method in interface io.micronaut.session.Session
 
isModuleScan() - Method in class io.micronaut.jackson.JacksonConfiguration
Whether Jackson modules should be scanned for.
isNative() - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
 
isNative() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
 
isNative() - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
 
isNew() - Method in class io.micronaut.session.InMemorySession
 
isNew() - Method in interface io.micronaut.session.Session
 
isNonNull() - Method in interface io.micronaut.core.annotation.AnnotatedElement
 
isNotEmpty(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
Whether the given array is not empty.
isNotEmpty(Map) - Static method in class io.micronaut.core.util.CollectionUtils
Null safe not empty check.
isNotEmpty(Collection) - Static method in class io.micronaut.core.util.CollectionUtils
Null safe not empty check.
isNotEmpty(CharSequence) - Static method in class io.micronaut.core.util.StringUtils
Return whether the given string is not empty.
isNull() - Method in class io.micronaut.json.tree.JsonNode
 
isNullable() - Method in interface io.micronaut.core.annotation.AnnotatedElement
 
isNumber() - Method in class io.micronaut.json.tree.JsonNode
 
isObject() - Method in class io.micronaut.json.tree.JsonNode
 
isObject() - Method in class io.micronaut.json.tree.JsonObject
 
isObjectClass(TypeElement) - Method in class io.micronaut.annotation.processing.ModelUtils
Return whether the given element is the java.lang.Object class.
isOnlyAbstract() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOnlyAccessible() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOnlyConcrete() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOnlyDeclared() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOnlyInjected() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOnlyInstance() - Method in interface io.micronaut.inject.ast.ElementQuery.Result
 
isOpen() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
isOpen() - Method in interface io.micronaut.websocket.WebSocketSession
Whether the session is open.
isOptional() - Method in interface io.micronaut.core.type.TypeInformation
 
isOptional() - Method in class io.micronaut.http.uri.UriMatchVariable
An optional variable is one that will allow the route to match if it is not present.
isOptional() - Method in interface io.micronaut.inject.ast.ClassElement
Whether this element is an Optional.
isPackagePrivate(Element) - Method in class io.micronaut.annotation.processing.ModelUtils
Returns whether an element is package private.
isPackagePrivate() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isPackagePrivate() - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
isPackagePrivate() - Method in interface io.micronaut.inject.ast.Element
 
isPathParameter(Argument) - Method in class io.micronaut.management.endpoint.processors.WriteEndpointRouteBuilder
 
isPattern(String) - Method in class io.micronaut.core.util.AntPathMatcher
 
isPortInHost() - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
isPostConstruct() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
 
isPostConstructMethod - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
isPostConstructMethod() - Method in interface io.micronaut.inject.MethodInjectionPoint
 
isPreDestroy() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
 
isPreDestroyMethod - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
isPreDestroyMethod() - Method in interface io.micronaut.inject.MethodInjectionPoint
 
isPreferIpAddress() - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Should the IP address by used to register with the discovery server.
isPreferNativeTransport() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
 
isPreferNativeTransport() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
 
isPreferNativeTransport() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
isPresent() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
isPresent() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
isPresent() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isPresent() - Method in interface io.micronaut.context.BeanProvider
Determines if there is a bean that matches the required type and qualifiers.
isPresent(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
isPresent(String) - Method in interface io.micronaut.context.env.Environment
Check whether the given class is present within this environment.
isPresent() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isPresent(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is present.
isPresent(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is present.
isPresent(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isPresent(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isPresent(CharSequence) - Method in class io.micronaut.core.annotation.AnnotationValue
Is the given member present.
isPresent(CharSequence) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
Is the given member present.
isPresent() - Method in class io.micronaut.core.beans.AbstractBeanIntrospectionReference
 
isPresent() - Method in interface io.micronaut.core.beans.BeanIntrospectionReference
 
isPresent() - Method in interface io.micronaut.core.io.service.ServiceDefinition
 
isPresent() - Method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
 
isPresent(String, ClassLoader) - Static method in class io.micronaut.core.reflect.ClassUtils
Check whether the given class is present in the given classloader.
isPresent(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isPresent(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isPresent() - Method in interface io.micronaut.inject.BeanDefinitionReference
 
isPresent() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
isPresent() - Method in class io.micronaut.inject.provider.BeanProviderDefinition
 
isPresent() - Method in class io.micronaut.inject.provider.JakartaProviderBeanDefinition
 
isPresent() - Method in class io.micronaut.inject.provider.JavaxProviderBeanDefinition
 
isPresentAndSatisfied() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
 
isPrimary() - Method in class io.micronaut.context.AbstractBeanDefinition
 
isPrimary() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
isPrimary() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isPrimary() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isPrimary() - Method in class io.micronaut.inject.ArgumentBeanType
 
isPrimary() - Method in interface io.micronaut.inject.BeanType
 
isPrimary() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isPrimitive() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isPrimitive() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isPrimitive() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isPrimitive() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
isPrimitive() - Method in interface io.micronaut.core.type.TypeInformation
 
isPrimitive() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isPrimitive() - Method in interface io.micronaut.inject.ast.TypedElement
Whether the type is primitive.
isPrivate() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isPrivate() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isPrivate() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isPrivate() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isPrivate() - Method in interface io.micronaut.inject.ast.Element
 
isPromptExpiration() - Method in class io.micronaut.session.SessionConfiguration
 
isProtected() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isProtected() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isProtected() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isProtected() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isProtected() - Method in class io.micronaut.ast.groovy.visitor.GroovyPackageElement
 
isProtected() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
isProtected() - Method in interface io.micronaut.inject.ast.Element
 
isProtected() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isProtected() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
isProtected() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isProvided() - Method in class io.micronaut.context.AbstractBeanDefinition
 
isProvided() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isProvided() - Method in interface io.micronaut.inject.BeanDefinition
Deprecated.
Provided beans are deprecated
isProvided() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isProvider() - Method in interface io.micronaut.core.type.TypeInformation
 
isProxy() - Method in interface io.micronaut.inject.ast.ClassElement
 
isProxy() - Method in interface io.micronaut.inject.BeanDefinition
Whether this bean definition represents a proxy.
isProxyTarget() - Method in class io.micronaut.aop.writer.AopProxyWriter
Is the target bean being proxied.
isPublic() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isPublic() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isPublic() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isPublic() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isPublic() - Method in class io.micronaut.ast.groovy.visitor.GroovyPackageElement
 
isPublic() - Method in class io.micronaut.ast.groovy.visitor.GroovyParameterElement
 
isPublic() - Method in interface io.micronaut.inject.ast.Element
 
isPublic() - Method in class io.micronaut.inject.ast.PrimitiveElement
 
isPublic() - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
isPublic() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isQuery() - Method in class io.micronaut.http.uri.UriMatchVariable
 
isQuerySegment() - Method in interface io.micronaut.http.uri.UriTemplate.PathSegment
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class io.micronaut.validation.validator.resolver.CompositeTraversableResolver
 
isReactive(Class<?>) - Method in class io.micronaut.core.async.ReactiveStreamsTypeInformationProvider
 
isReactive() - Method in interface io.micronaut.core.type.TypeInformation
 
isReactive(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
does the type represent a reactive type.
isReactive() - Method in interface io.micronaut.web.router.RouteInfo
 
isReadable() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isReadable(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isReaderName(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid reader name.
isReaderName(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid reader name.
isReadOnly() - Method in interface io.micronaut.core.beans.BeanProperty
 
isReadOnly() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isReadOnly() - Method in interface io.micronaut.inject.ast.PropertyElement
Return true only if the property has a getter but no setter.
isReadWrite() - Method in interface io.micronaut.core.beans.BeanProperty
Whether the property can be written to and read from.
isRecord() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isRecord() - Method in interface io.micronaut.inject.ast.ClassElement
 
isRecord(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Whether the given element is an interface.
isRecordComponent(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Return whether this is a component of a record.
isRecordOrRecordComponent(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
Return whether this is a record or a component of a record.
isReflectionRequired() - Method in interface io.micronaut.inject.ast.MemberElement
Returns whether this member element will require reflection to invoke or retrieve at runtime.
isReflectionRequired(ClassElement) - Method in interface io.micronaut.inject.ast.MemberElement
Returns whether this member element will require reflection to invoke or retrieve at runtime.
isRememberMe() - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
isRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Is repeatable annotation?
isRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Is repeatable annotation?
isRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isRepeatableAnnotation(Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isRepeatableAnnotation(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isRepeatableAnnotation(Class<? extends Annotation>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isRepeatableAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isRequiredInput(String) - Method in interface io.micronaut.web.router.RouteMatch
Return whether the given named input is required by this route.
isRequiresReflection() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
 
isResolvable() - Method in interface io.micronaut.context.BeanProvider
Is the bean resolvable using the BeanProvider.get() or BeanProvider.ifPresent(Consumer) methods.
isRestart() - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Should the server be shutdown when a watch event fires.
isRunning() - Method in class io.micronaut.context.DefaultBeanContext
 
isRunning() - Method in class io.micronaut.context.env.DefaultEnvironment
 
isRunning() - Method in interface io.micronaut.context.LifeCycle
 
isRunning() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
isRunning() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
isRunning() - Method in class io.micronaut.messaging.MessagingApplication
 
isRunning() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
isRunning() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
 
isSatisfied() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
 
isSatisfied(String) - Method in interface io.micronaut.web.router.RouteMatch
Is the given input satisfied.
isSecure() - Method in interface io.micronaut.discovery.ServiceInstance
 
isSecure() - Method in interface io.micronaut.http.cookie.Cookie
 
isSecure() - Method in interface io.micronaut.http.HttpRequest
 
isSecure() - Method in class io.micronaut.http.HttpRequestWrapper
 
isSecure() - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
isSecure() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
isSecure() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
isSecure() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
isSecure() - Method in interface io.micronaut.websocket.WebSocketSession
Whether the connection is secure.
isSensitive() - Method in class io.micronaut.management.endpoint.EndpointConfiguration
 
isSensitive() - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
 
isServer() - Method in class io.micronaut.messaging.MessagingApplication
 
isServer() - Method in interface io.micronaut.runtime.EmbeddedApplication
This method returns whether the application is a server application or not.
isServer() - Method in interface io.micronaut.runtime.server.EmbeddedServer
 
isServerChannel() - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
 
isServerPushSupported() - Method in interface io.micronaut.http.PushCapableHttpRequest
Check whether HTTP2 server push is supported by the remote client.
isServerPushSupported() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
isSetter(String, Class[]) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Is the method a setter.
isSetterName(String) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid setter name.
isShutdown() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
isSingle(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Does the given reactive type emit a single result.
isSingle(Class<?>) - Method in class io.micronaut.core.async.ReactiveStreamsTypeInformationProvider
 
isSingle(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
does the given type represent a type that emits a single item.
isSingleHeader() - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
 
isSingleResult() - Method in interface io.micronaut.core.type.ReturnType
 
isSingleResult() - Method in interface io.micronaut.web.router.RouteInfo
 
isSingleton() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
isSingleton() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
isSingleton() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
isSingleton() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
isSingleton() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
isSingleton() - Method in interface io.micronaut.inject.BeanDefinition
 
isSingleton() - Method in interface io.micronaut.inject.BeanDefinitionReference
 
isSingleton() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
isSingleton() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
isSingleton() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
isSingleton() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isSolaris() - Method in class io.micronaut.context.condition.OperatingSystem
 
isSpecifiedSingle(AnnotationMetadataProvider) - Method in class io.micronaut.core.async.ReactiveStreamsTypeInformationProvider
 
isSpecifiedSingle() - Method in interface io.micronaut.core.type.TypeInformation
 
isSpecifiedSingle(AnnotationMetadataProvider) - Method in interface io.micronaut.core.type.TypeInformationProvider
Returns whether the annotation metadata specifies the type as single.
isSpecifiedSingle() - Method in interface io.micronaut.web.router.RouteInfo
 
isStatic() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
isStatic() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isStatic() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
isStatic() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
isStatic() - Method in interface io.micronaut.inject.ast.Element
 
isStream() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
isStream() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
isStream() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
 
isStream() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
 
isStream() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
isString() - Method in class io.micronaut.json.tree.JsonNode
 
isSupportsInterceptedProxy() - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Does method supports intercepted proxy.
isSupportsInterceptedProxy() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
isSuspend() - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
isSuspend() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
isSuspend() - Method in interface io.micronaut.aop.MethodInvocationContext
 
isSuspend() - Method in interface io.micronaut.inject.ast.MethodElement
Is the method a Kotlin suspend function.
isSuspend() - Method in interface io.micronaut.inject.ExecutableMethod
Defines whether the method is Kotlin suspend function.
isSuspend(int) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Is the method suspend.
isSuspend() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
 
isSuspended() - Method in interface io.micronaut.core.type.ReturnType
 
isSuspended() - Method in interface io.micronaut.web.router.RouteInfo
 
isTcpPortAvailable(int) - Static method in class io.micronaut.core.io.socket.SocketUtils
Check whether the given TCP port is available.
isTemplated() - Method in class io.micronaut.http.hateoas.DefaultLink
 
isTemplated() - Method in interface io.micronaut.http.hateoas.Link
 
isTerminated() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
isTextBased() - Method in class io.micronaut.http.MediaType
 
isTextBased(String) - Static method in class io.micronaut.http.MediaType
 
isTrimStrings() - Method in class io.micronaut.jackson.JacksonConfiguration
Whether strings should be trimmed when deserializing.
isTrue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is true.
isTrue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
Returns whether the value of the given member is true.
isTrue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isTrue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
isTrue() - Method in class io.micronaut.core.annotation.AnnotationValue
 
isTrue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
isTrue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
 
isTrue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
 
isTrue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
 
isTrue(String) - Static method in class io.micronaut.core.util.StringUtils
Is the boolean string true.
isTrue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
isTrue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
isTrue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isTrue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isTrue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isTrue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
isTrue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isTrue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the boolean value and optionally map its value.
isTrue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
isTrue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the boolean value and optionally map its value.
isTypeVariable() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
isTypeVariable() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
isTypeVariable() - Method in interface io.micronaut.core.type.Argument
Whether this argument is a type variable used in generics.
isTypeVariable() - Method in class io.micronaut.core.type.DefaultArgument
 
isTypeVariable() - Method in interface io.micronaut.core.type.GenericPlaceholder
 
isTypeVariable() - Method in interface io.micronaut.inject.ast.ClassElement
In this case of calling ClassElement.getTypeArguments() a returned ClassElement may represent a type variable in which case this method will return true.
isUnique() - Method in interface io.micronaut.context.BeanProvider
Determines if more than one bean matches the specified type and qualifiers.
isUseNativeTransport() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Whether to use netty's native transport (epoll or kqueue) if available.
isValid() - Method in class io.micronaut.validation.routes.RouteValidationResult
Whether the route is valid.
isValid(T, AnnotationValue<A>, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidator
Implements the validation logic.
isValid(T, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidator
 
isValid(T, AnnotationValue<DecimalMax>, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.DecimalMaxValidator
 
isValid(T, AnnotationValue<DecimalMin>, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.DecimalMinValidator
 
isValid(T, AnnotationValue<Digits>, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.DigitsValidator
 
isValid(CharSequence, AnnotationValue<Email>, ConstraintValidatorContext) - Method in class io.micronaut.validation.validator.constraints.EmailValidator
 
isValid(CharSequence, AnnotationValue<Pattern>, ConstraintValidatorContext) - Method in class io.micronaut.validation.validator.constraints.PatternValidator
 
isValid(T, AnnotationValue<Size>, ConstraintValidatorContext) - Method in interface io.micronaut.validation.validator.constraints.SizeValidator
 
isValidated() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
isValidated() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
 
isValidated() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
isValidateHeaders() - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Whether to validate headers.
isValidationRequired(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
isValidationRequired(AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
isValidationRequired(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Return whether the given member requires validation.
isValidDomainAddress(String) - Static method in class io.micronaut.validation.validator.constraints.DomainNameUtil
Checks validity of a domain name.
isValidEmailDomainAddress(String) - Static method in class io.micronaut.validation.validator.constraints.DomainNameUtil
Checks the validity of the domain name used in an email.
isValidHyphenatedPropertyName(String) - Static method in class io.micronaut.core.naming.NameUtils
Checks whether the string is a valid hyphenated (kebab-case) property name.
isValidOutMessage(Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
isValueNode() - Method in class io.micronaut.json.tree.JsonNode
 
isVariable() - Method in interface io.micronaut.http.uri.UriTemplate.PathSegment
 
isVoid() - Method in interface io.micronaut.core.type.TypeInformation
Returns whether the return type is logically void.
isVoid() - Method in interface io.micronaut.web.router.RouteInfo
 
isWebSocketRoute() - Method in interface io.micronaut.web.router.RouteInfo
Checks if route is for web socket.
isWildcard() - Method in interface io.micronaut.inject.ast.ClassElement
 
isWindows() - Method in class io.micronaut.context.condition.OperatingSystem
 
isWithin(BeanDefinitionReference) - Method in class io.micronaut.context.AbstractBeanConfiguration
 
isWithin(String) - Method in class io.micronaut.context.AbstractBeanConfiguration
 
isWithin(BeanDefinitionReference) - Method in interface io.micronaut.inject.BeanConfiguration
Check whether the specified bean definition class is within this bean configuration.
isWithin(String) - Method in interface io.micronaut.inject.BeanConfiguration
Check whether the specified class is within this bean configuration.
isWithin(Class) - Method in interface io.micronaut.inject.BeanConfiguration
Check whether the specified class is within this bean configuration.
isWrapperType() - Method in interface io.micronaut.core.type.TypeInformation
Returns whether this type is a wrapper type that wraps the actual type such as a Optional or a Response wrapper.
isWrapperType(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
Does the type represent a wrapper type.
isWrapperType(Class<?>) - Method in class io.micronaut.http.util.HttpTypeInformationProvider
 
isWrapperType(Class<?>) - Method in class io.micronaut.inject.provider.ProviderTypeInformationProvider
 
isWritable() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
isWritable() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isWritable(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
isWritable() - Method in interface io.micronaut.websocket.WebSocketSession
Whether the session is writable.
isWriteOnly() - Method in interface io.micronaut.core.beans.BeanProperty
 
isWriterName(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid writer name for the prefix.
isWriterName(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Is the given method name a valid writer name for any of the prefixes.
isWriteSensitive() - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
 
iterable() - Static method in class io.micronaut.core.util.clhm.Weighers
A weigher where the value is a Iterable and its weight is the number of elements.
ITERABLE_ELEMENT_NODE_NAME - Static variable in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
 
iterableToList(Iterable<T>) - Static method in class io.micronaut.core.util.CollectionUtils
Converts an Iterable to a List.
IterableToMultiValuesConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
 
iterableToSet(Iterable<T>) - Static method in class io.micronaut.core.util.CollectionUtils
Converts an Iterable to a Set.
iterableValue(String, Object) - Method in interface io.micronaut.validation.validator.extractors.SimpleValueReceiver
 
iterator() - Method in interface io.micronaut.context.BeanProvider
 
iterator() - Method in class io.micronaut.context.env.EmptyPropertySource
 
iterator() - Method in class io.micronaut.context.env.MapPropertySource
 
iterator() - Method in interface io.micronaut.core.convert.ErrorsContext
 
iterator() - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
 
iterator() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
 
iterator() - Method in class io.micronaut.core.io.service.SoftServiceLoader
 
iterator(T...) - Static method in class io.micronaut.core.util.ArrayUtils
Produce an iterator for the given array.
iterator() - Method in class io.micronaut.core.value.OptionalValuesMap
 
iterator() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
iteratorToSet(Iterator<T>) - Static method in class io.micronaut.core.util.CollectionUtils
Convert an Iterator to a Set.

J

JacksonConfiguration - Class in io.micronaut.jackson
Configuration for the Jackson JSON parser.
JacksonConfiguration() - Constructor for class io.micronaut.jackson.JacksonConfiguration
 
JacksonConverterRegistrar - Class in io.micronaut.jackson.databind.convert
Converter registrar for Jackson.
JacksonConverterRegistrar(BeanProvider<ObjectMapper>, ConversionService<?>) - Constructor for class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
Default constructor.
JacksonCoreProcessor - Class in io.micronaut.jackson.core.parser
A Reactive streams publisher that publishes a JsonNode once the JSON has been fully consumed.
JacksonCoreProcessor(boolean, JsonFactory, JsonStreamConfig) - Constructor for class io.micronaut.jackson.core.parser.JacksonCoreProcessor
Creates a new JacksonProcessor.
JacksonDatabindMapper - Class in io.micronaut.jackson.databind
jackson-databind implementation of JsonMapper.
JacksonDatabindMapper(ObjectMapper) - Constructor for class io.micronaut.jackson.databind.JacksonDatabindMapper
 
JacksonDatabindMapper() - Constructor for class io.micronaut.jackson.databind.JacksonDatabindMapper
 
JacksonFeatures - Annotation Type in io.micronaut.jackson.annotation
Annotation that can be applied to types that use Jackson to customize serialization features.
JacksonFeatures - Class in io.micronaut.jackson.codec
Stores features to later configure an ObjectMapper.
JacksonFeatures() - Constructor for class io.micronaut.jackson.codec.JacksonFeatures
Empty jackson features.
JacksonMediaTypeCodec - Class in io.micronaut.jackson.codec
A MediaTypeCodec for JSON and Jackson.
JacksonMediaTypeCodec(BeanProvider<ObjectMapper>, ApplicationConfiguration, CodecConfiguration, MediaType) - Constructor for class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
JacksonMediaTypeCodec(ObjectMapper, ApplicationConfiguration, CodecConfiguration, MediaType) - Constructor for class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
jacksonModules - Variable in class io.micronaut.jackson.ObjectMapperFactory
 
JacksonObjectSerializer - Class in io.micronaut.jackson.serialize
An implementation of the ObjectSerializer interface for Jackson.
JacksonObjectSerializer(ObjectMapper) - Constructor for class io.micronaut.jackson.serialize.JacksonObjectSerializer
 
JacksonProcessor - Class in io.micronaut.jackson.parser
A Reactive streams publisher that publishes a JsonNode once the JSON has been fully consumed.
JacksonProcessor(JsonFactory, boolean, DeserializationConfig) - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Creates a new JacksonProcessor.
JacksonProcessor(JsonFactory, boolean) - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Creates a new JacksonProcessor.
JacksonProcessor(JsonFactory, DeserializationConfig) - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Construct with given JSON factory.
JacksonProcessor(JsonFactory) - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Construct with given JSON factory.
JacksonProcessor(DeserializationConfig) - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Construct with default JSON factory.
JacksonProcessor() - Constructor for class io.micronaut.jackson.parser.JacksonProcessor
Default constructor.
JakartaPostConstructTransformer - Class in io.micronaut.inject.annotation.internal
Transforms PostConstruct into the javax meta-annotation AnnotationUtil.POST_CONSTRUCT.
JakartaPostConstructTransformer() - Constructor for class io.micronaut.inject.annotation.internal.JakartaPostConstructTransformer
 
JakartaPreDestroyTransformer - Class in io.micronaut.inject.annotation.internal
Transforms PreDestroy into the javax meta-annotation AnnotationUtil.PRE_DESTROY.
JakartaPreDestroyTransformer() - Constructor for class io.micronaut.inject.annotation.internal.JakartaPreDestroyTransformer
 
JakartaProviderBeanDefinition - Class in io.micronaut.inject.provider
Implementation for Jakarta bean lookups.
JakartaProviderBeanDefinition() - Constructor for class io.micronaut.inject.provider.JakartaProviderBeanDefinition
 
JakartaRemapper - Class in io.micronaut.inject.annotation.internal
Remaps from jakarta.inject to javax.inject.
JakartaRemapper() - Constructor for class io.micronaut.inject.annotation.internal.JakartaRemapper
 
JavaAnnotationMetadataBuilder - Class in io.micronaut.annotation.processing
A AnnotationMetadata for builder for Java to be used at compile time.
JavaAnnotationMetadataBuilder(Elements, Messager, AnnotationUtils, ModelUtils) - Constructor for class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
Default constructor.
JavaClassElement - Class in io.micronaut.annotation.processing.visitor
A class element returning data from a TypeElement.
JavaClassElement(TypeElement, AnnotationMetadata, JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.visitor.JavaClassElement
 
JavaConfigurationMetadataBuilder - Class in io.micronaut.annotation.processing
Implementation of ConfigurationMetadataBuilder for Java.
JavaConfigurationMetadataBuilder(Elements, Types, AnnotationUtils) - Constructor for class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
 
JavaElementFactory - Class in io.micronaut.annotation.processing.visitor
An implementation of ElementFactory for Java.
JavaElementFactory(JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
JavaMethodElement - Class in io.micronaut.annotation.processing.visitor
A method element returning data from a ExecutableElement.
JavaMethodElement(JavaClassElement, ExecutableElement, AnnotationMetadata, JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
JavaModelUtils - Class in io.micronaut.inject.processing
Utility methods for Java model handling.
JavaModelUtils() - Constructor for class io.micronaut.inject.processing.JavaModelUtils
 
JavaPackageElement - Class in io.micronaut.annotation.processing.visitor
A package element for Java.
JavaPackageElement(PackageElement, AnnotationMetadata, JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.visitor.JavaPackageElement
 
JavaParser - Class in io.micronaut.annotation.processing.test
Utility for parsing Java code.
JavaParser() - Constructor for class io.micronaut.annotation.processing.test.JavaParser
Default constructor.
JavaVisitorContext - Class in io.micronaut.annotation.processing.visitor
The visitor context when visiting Java code.
JavaVisitorContext(ProcessingEnvironment, Messager, Elements, AnnotationUtils, Types, ModelUtils, GenericUtils, Filer, MutableConvertibleValues<Object>, TypeElementVisitor.VisitorKind) - Constructor for class io.micronaut.annotation.processing.visitor.JavaVisitorContext
The default constructor.
JavaxProviderBeanDefinition - Class in io.micronaut.inject.provider
Implementation for javax provider bean lookups.
JavaxProviderBeanDefinition() - Constructor for class io.micronaut.inject.provider.JavaxProviderBeanDefinition
 
JdbcIndicator - Class in io.micronaut.management.health.indicator.jdbc
A HealthIndicator used to display information about the jdbc status.
JdbcIndicator(ExecutorService, DataSource[], DataSourceResolver, HealthAggregator<?>) - Constructor for class io.micronaut.management.health.indicator.jdbc.JdbcIndicator
 
JDK - Static variable in interface io.micronaut.core.serialize.ObjectSerializer
The default JDK serializer.
JdkSerializer - Class in io.micronaut.core.serialize
A ObjectSerializer that uses JDK serialization.
JdkSerializer(ConversionService<?>) - Constructor for class io.micronaut.core.serialize.JdkSerializer
 
JdkSerializer() - Constructor for class io.micronaut.core.serialize.JdkSerializer
Default constructor.
JsonArray - Class in io.micronaut.json.tree
Public to allow special handling for conversion service.
JsonBeanPropertyBinderExceptionHandler - Interface in io.micronaut.json.bind
Exception handler interface that converts json binding exceptions to more specific ConversionErrorExceptions.
JsonConfiguration - Interface in io.micronaut.json
Base interface for application-level json configuration.
JsonConfigurationMetadataWriter - Class in io.micronaut.inject.configuration
A ConfigurationMetadataWriter that writes out metadata in the format defined by spring-configuration-metadata.json.
JsonConfigurationMetadataWriter() - Constructor for class io.micronaut.inject.configuration.JsonConfigurationMetadataWriter
 
JsonContentProcessor - Class in io.micronaut.http.server.netty.jackson
This class will handle subscribing to a JSON stream and binding once the events are complete in a non-blocking manner.
JsonContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration, JsonMapper) - Constructor for class io.micronaut.http.server.netty.jackson.JsonContentProcessor
 
JsonConverterRegistrar - Class in io.micronaut.json.convert
Converter registrar for json.
JsonConverterRegistrar(BeanProvider<JsonMapper>, ConversionService<?>, BeanProvider<BeanPropertyBinder>) - Constructor for class io.micronaut.json.convert.JsonConverterRegistrar
 
JsonCreatorAnnotationMapper - Class in io.micronaut.inject.beans.visitor
Makes every use of Jackson's JsonCreator also represent a Creator.
JsonCreatorAnnotationMapper() - Constructor for class io.micronaut.inject.beans.visitor.JsonCreatorAnnotationMapper
 
JsonError - Class in io.micronaut.http.hateoas
A class that can be used to represent JSON errors that complies to Vnd.Error without the content type requirements.
JsonError(String) - Constructor for class io.micronaut.http.hateoas.JsonError
 
JsonExceptionHandler - Class in io.micronaut.http.server.exceptions
Default exception handler for JSON processing errors.
JsonExceptionHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.JsonExceptionHandler
Constructor.
jsonFactory(JacksonConfiguration) - Method in class io.micronaut.jackson.ObjectMapperFactory
Builds default Factory JsonFactory using properties from JacksonConfiguration.
JsonFeatures - Interface in io.micronaut.json
Base interface for json feature classes that can be scanned from annotations.
JsonHttpContentSubscriberFactory - Class in io.micronaut.http.server.netty.jackson
Builds the Subscriber for JSON requests.
JsonHttpContentSubscriberFactory(JsonMapper, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.jackson.JsonHttpContentSubscriberFactory
 
JsonMapper - Interface in io.micronaut.json
Common abstraction for mapping json to data structures.
JsonMediaTypeCodec - Class in io.micronaut.jackson.codec
A MediaTypeCodec for JSON and Jackson.
JsonMediaTypeCodec(ObjectMapper, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.jackson.codec.JsonMediaTypeCodec
 
JsonMediaTypeCodec(BeanProvider<ObjectMapper>, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.jackson.codec.JsonMediaTypeCodec
 
JsonMediaTypeCodec - Class in io.micronaut.json.codec
A MediaTypeCodec for JSON and Jackson.
JsonMediaTypeCodec(JsonMapper, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.json.codec.JsonMediaTypeCodec
 
JsonMediaTypeCodec(BeanProvider<JsonMapper>, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.json.codec.JsonMediaTypeCodec
 
JsonNode - Class in io.micronaut.json.tree
Immutable class representing a json node.
JsonNodeConvertibleValues<V> - Class in io.micronaut.json.convert
Simple facade over a JsonNode to make it a ConvertibleValues.
JsonNodeConvertibleValues(JsonNode, ConversionService<?>) - Constructor for class io.micronaut.json.convert.JsonNodeConvertibleValues
 
jsonNodeToObjectConverter() - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
jsonNodeToObjectConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
JsonNodeTreeCodec - Class in io.micronaut.jackson.core.tree
Codec for transforming JsonNode from and to json streams.
JsonObject - Class in io.micronaut.json.tree
Public to allow special handling for conversion service.
JsonObjectSerializer - Class in io.micronaut.json
An implementation of the ObjectSerializer interface for Jackson.
JsonObjectSerializer(JsonMapper) - Constructor for class io.micronaut.json.JsonObjectSerializer
 
JsonPropertySourceLoader - Class in io.micronaut.jackson.core.env
A PropertySourceLoader that reads application.json files if they exist.
JsonPropertySourceLoader() - Constructor for class io.micronaut.jackson.core.env.JsonPropertySourceLoader
 
JsonPropertySourceLoader - Class in io.micronaut.jackson.env
A PropertySourceLoader that reads application.json files if they exist.
JsonPropertySourceLoader() - Constructor for class io.micronaut.jackson.env.JsonPropertySourceLoader
 
jsonStream(HttpRequest<I>, Argument<O>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
jsonStream(HttpRequest<I>, Argument<O>, Argument<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
jsonStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
jsonStream(HttpRequest<I>, Class<O>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
jsonStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Perform an HTTP request and receive data as a stream of JSON objects as they become available without blocking.
jsonStream(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Perform an HTTP request and receive data as a stream of JSON objects as they become available without blocking.
jsonStream(HttpRequest<I>, Argument<O>, Argument<?>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Perform an HTTP request and receive data as a stream of JSON objects as they become available without blocking.
jsonStream(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.StreamingHttpClient
Perform an HTTP request and receive data as a stream of JSON objects as they become available without blocking.
JsonStreamConfig - Class in io.micronaut.json
Configuration for json stream parsing and generation.
JsonStreamMediaTypeCodec - Class in io.micronaut.jackson.codec
JsonStreamMediaTypeCodec(ObjectMapper, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
 
JsonStreamMediaTypeCodec(BeanProvider<ObjectMapper>, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
 
JsonStreamMediaTypeCodec - Class in io.micronaut.json.codec
JsonStreamMediaTypeCodec(JsonMapper, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.json.codec.JsonStreamMediaTypeCodec
 
JsonStreamMediaTypeCodec(BeanProvider<JsonMapper>, ApplicationConfiguration, CodecConfiguration) - Constructor for class io.micronaut.json.codec.JsonStreamMediaTypeCodec
 
JsonStreamTransfer - Class in io.micronaut.jackson.core.tree
Utility functions for transferring from a JsonParser to a JsonGenerator.
JsonSubscriber - Class in io.micronaut.http.netty.stream
A Reactor subscriber used to handle JSON content.
JsonSubscriber(CoreSubscriber<? super HttpContent>) - Constructor for class io.micronaut.http.netty.stream.JsonSubscriber
 
JsonViewServerFilter - Class in io.micronaut.http.server.netty.jackson
Jackson @JsonView filter.
JsonViewServerFilter(JsonViewCodecResolver, ExecutorService) - Constructor for class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
 
just(T) - Static method in class io.micronaut.core.async.publisher.Publishers
A Publisher that emits a fixed single value.
just(Throwable) - Static method in class io.micronaut.core.async.publisher.Publishers
A Publisher that emits a fixed single value.
JustPublisher(T) - Constructor for class io.micronaut.core.async.publisher.Publishers.JustPublisher
 

K

KEY - Static variable in class io.micronaut.http.context.ServerRequestContext
 
KeyConfiguration() - Constructor for class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
 
keyDeserializers - Variable in class io.micronaut.jackson.ObjectMapperFactory
 
keyedValue(String, Object, Object) - Method in interface io.micronaut.validation.validator.extractors.SimpleValueReceiver
 
keySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
KeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
KOTLIN_COROUTINES_SUPPORTED - Static variable in class io.micronaut.core.util.KotlinUtils
Constant indicating whether coroutines are supported.
KOTLIN_METADATA - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Constant for Kotlin metadata.
KotlinExecutableMethodUtils - Class in io.micronaut.inject.util
Internal Utility methods for working with Kotlin suspend functions
KotlinExecutableMethodUtils() - Constructor for class io.micronaut.inject.util.KotlinExecutableMethodUtils
 
KotlinInterceptedMethod - Interface in io.micronaut.aop.kotlin
Kotlin's InterceptedMethod with extra methods to access coroutine's context.
KotlinNotNullMapper - Class in io.micronaut.inject.annotation.internal
An annotation mapper that maps Kotlin's NotNull to a common annotation.
KotlinNotNullMapper() - Constructor for class io.micronaut.inject.annotation.internal.KotlinNotNullMapper
 
KotlinNullableMapper - Class in io.micronaut.inject.annotation.internal
An annotation mapper that maps Kotlin's Nullable to a common annotation.
KotlinNullableMapper() - Constructor for class io.micronaut.inject.annotation.internal.KotlinNullableMapper
 
KotlinUtils - Class in io.micronaut.core.util
Internal Utility methods for working with Kotlin suspend functions
KotlinUtils() - Constructor for class io.micronaut.core.util.KotlinUtils
 
KQueueAvailabilityCondition - Class in io.micronaut.http.netty.channel
Checks if kqueue is available.
KQueueAvailabilityCondition() - Constructor for class io.micronaut.http.netty.channel.KQueueAvailabilityCondition
 
KQueueChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
Creates channel options.
KQueueChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
 
KQueueEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
Factory for KQueueEventLoopGroup.
KQueueEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
 
KUBERNETES - Static variable in interface io.micronaut.context.env.Environment
Running on Kubernetes.
KubernetesEnvironmentPropertySource - Class in io.micronaut.context.env
A property source specific for the Kubernetes environment.
KubernetesEnvironmentPropertySource() - Constructor for class io.micronaut.context.env.KubernetesEnvironmentPropertySource
Default constructor.
KubernetesEnvironmentPropertySource(List<String>, List<String>) - Constructor for class io.micronaut.context.env.KubernetesEnvironmentPropertySource
Allows for control over which environment variables are included.

L

last(Collection<T>) - Static method in class io.micronaut.core.util.CollectionUtils
Returns the last element of a collection.
LAST_MODIFIED - Static variable in interface io.micronaut.http.HttpHeaders
"Last-Modified".
lastAccessTime - Variable in class io.micronaut.session.InMemorySession
 
LastHttp2Content - Interface in io.micronaut.http.netty
Represents HTTP2 streamed content.
lastModified(LocalDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the LAST_MODIFIED header for the given LocalDateTime.
lastModified(long) - Method in interface io.micronaut.http.MutableHttpHeaders
Adds the LAST_MODIFIED header for the given Long.
lastModified(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
lastModified(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
lastOption() - Method in interface io.micronaut.core.cli.CommandLine
 
lastWriteFuture - Variable in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
LAZY - Static variable in interface io.micronaut.aop.Interceptor
The Around.lazy() setting.
legacyMasking() - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Configures the key masking to behave as it did prior to 3.3.0.
length() - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
length() - Method in enum io.micronaut.http.HttpAttributes
 
length() - Method in enum io.micronaut.http.HttpMethod
 
length() - Method in enum io.micronaut.http.HttpStatus
 
length() - Method in class io.micronaut.http.MediaType
 
levelOfDetail(Principal) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
Returns the level of detail that should be returned by the endpoint.
LifeCycle<T extends LifeCycle> - Interface in io.micronaut.context
A life cycle interface providing a start method and extending Closeable which provides a close() method for termination.
lift(Publisher<HttpContent>) - Static method in class io.micronaut.http.netty.stream.JsonSubscriber
 
link(CharSequence, Link) - Method in class io.micronaut.http.hateoas.AbstractResource
Add a link with the given reference.
link(CharSequence, String) - Method in class io.micronaut.http.hateoas.AbstractResource
Add a link with the given reference.
Link - Interface in io.micronaut.http.hateoas
Interface for a hateoas link.
link(CharSequence, Link) - Method in class io.micronaut.http.hateoas.VndError
 
link(CharSequence, String) - Method in class io.micronaut.http.hateoas.VndError
 
LINK - Static variable in interface io.micronaut.http.HttpHeaders
"Link".
Link.Builder - Interface in io.micronaut.http.hateoas
Build for creating Link instances.
LINKS - Static variable in interface io.micronaut.http.hateoas.Resource
The links attribute.
list() - Static method in class io.micronaut.core.util.clhm.Weighers
A weigher where the value is a List and its weight is the number of elements.
LIST_ELEMENT_NODE_NAME - Static variable in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
 
LIST_OF_STRING - Static variable in interface io.micronaut.core.convert.ConversionContext
Constant for List argument.
LIST_OF_STRING - Static variable in interface io.micronaut.core.type.Argument
Constant for List argument.
listener(EvictionListener<K, V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
Specifies an optional listener that is registered for notification when an entry is evicted.
listOf(Class<T>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic list.
listOf(Argument<T>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic list.
Liveness - Annotation Type in io.micronaut.management.health.indicator.annotation
Qualifier designed to make the HealthIndicator exposed via /health/liveness endpoint of HealthEndpoint.
LIVENESS_PROBE_MAPPING - Static variable in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
 
load() - Method in class io.micronaut.aop.internal.InterceptorRegistryBean
 
load(BeanContext) - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
load(BeanContext) - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
load(String, ResourceLoader) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
load(Environment) - Method in interface io.micronaut.context.env.PropertySourceLoader
Load a PropertySource for the given Environment.
load(String, ResourceLoader) - Method in interface io.micronaut.context.env.PropertySourceLoader
Load a PropertySource for the given Environment.
load(Environment) - Method in interface io.micronaut.context.env.PropertySourceLocator
Locate a PropertySource for the given environment.
load() - Method in class io.micronaut.context.event.ApplicationEventPublisherFactory
 
load() - Method in interface io.micronaut.core.beans.BeanIntrospectionReference
Loads the introspection.
load() - Method in interface io.micronaut.core.io.service.ServiceDefinition
 
load(Class<S>) - Static method in class io.micronaut.core.io.service.SoftServiceLoader
Creates a new SoftServiceLoader using the thread context loader by default.
load(Class<S>, ClassLoader) - Static method in class io.micronaut.core.io.service.SoftServiceLoader
Creates a new SoftServiceLoader using the given type and class loader.
load(Class<S>, ClassLoader, Predicate<String>) - Static method in class io.micronaut.core.io.service.SoftServiceLoader
Creates a new SoftServiceLoader using the given type and class loader.
load() - Method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
 
load(Predicate<S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.StaticServiceLoader
 
load(Predicate<String>, Predicate<S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.StaticServiceLoader
 
load() - Method in interface io.micronaut.core.optim.StaticOptimizations.Loader
The static optimization to be injected.
load(Optional<String>, String, Optional<String>) - Method in class io.micronaut.http.ssl.SslBuilder
 
load() - Method in interface io.micronaut.inject.BeanDefinitionReference
Loads the bean definition.
load(BeanContext) - Method in interface io.micronaut.inject.BeanDefinitionReference
Loads the bean definition for the current BeanContext.
load() - Method in class io.micronaut.inject.provider.AbstractProviderDefinition
 
LoadBalancer - Interface in io.micronaut.http.client
Interface to abstract server selection.
LoadBalancerConverters - Class in io.micronaut.http.client.loadbalance
Converters from URL to LoadBalancer interface.
LoadBalancerConverters() - Constructor for class io.micronaut.http.client.loadbalance.LoadBalancerConverters
 
LoadBalancerResolver - Interface in io.micronaut.http.client
A resolver of LoadBalancer instances that are capable of resolving references to services into a concrete loadbalance.
loadClass(String) - Method in class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
 
LoadedVisitor - Class in io.micronaut.annotation.processing.visitor
Used to store a reference to an underlying TypeElementVisitor and optionally invoke the visit methods on the visitor if it matches the element being visited by the annotation processor.
LoadedVisitor(TypeElementVisitor, JavaVisitorContext, GenericUtils, ProcessingEnvironment) - Constructor for class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
loadEnv(String, ResourceLoader, ActiveEnvironment) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
loadEnv(String, ResourceLoader, ActiveEnvironment) - Method in interface io.micronaut.context.env.PropertySourceLoader
Load a PropertySource for the given Environment.
loadParallel(Class<T>, ClassLoader) - Static method in class io.micronaut.core.io.service.StreamSoftServiceLoader
 
loadPresentParallel(Class<T>, ClassLoader) - Static method in class io.micronaut.core.io.service.StreamSoftServiceLoader
 
loadTypeMethods - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
locale - Variable in class io.micronaut.core.util.locale.FixedLocaleResolver
 
locale(Locale) - Method in interface io.micronaut.http.MutableHttpResponse
Sets the locale to use and will apply the appropriate HttpHeaders.CONTENT_LANGUAGE header to the response.
LocaleArgumentBinder - Class in io.micronaut.http.server.binding
Binds Locale arguments in controller methods using the LocaleResolver.
LocaleArgumentBinder(HttpLocaleResolver) - Constructor for class io.micronaut.http.server.binding.LocaleArgumentBinder
 
LocaleResolutionConfiguration - Interface in io.micronaut.core.util.locale
Locale resolution configuration.
LocaleResolver<T> - Interface in io.micronaut.core.util
Responsible for determining the current locale given a context.
LocalFunctionDefinitionProvider - Class in io.micronaut.function.client.local
 
LocalFunctionDefinitionProvider(EmbeddedServer, LocalFunctionRegistry) - Constructor for class io.micronaut.function.client.local.LocalFunctionDefinitionProvider
Constructor.
LocalFunctionRegistry - Interface in io.micronaut.function
A registry of defined FunctionBean instances containing within the current running application.
LOCALHOST - Static variable in class io.micronaut.core.io.socket.SocketUtils
Constant for localhost.
LocalHostElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for LocalHostElement.
LocalHostElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.LocalHostElementBuilder
 
LocalIpElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for LocalIpElement.
LocalIpElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.LocalIpElementBuilder
 
LocalizedMessageSource - Interface in io.micronaut.context
Retrieve messages for the resolved locale.
LocalPortElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for LocalPortElement.
LocalPortElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.LocalPortElementBuilder
 
LOCATION - Static variable in interface io.micronaut.http.HttpHeaders
"Location".
location(URI) - Method in interface io.micronaut.http.MutableHttpHeaders
Sets the location header to the given URI.
location(URI) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
LOG - Static variable in class io.micronaut.aop.chain.DefaultInterceptorRegistry
 
LOG - Static variable in class io.micronaut.context.DefaultBeanContext
 
LOG - Static variable in class io.micronaut.discovery.registration.AutoRegistration
 
LOG - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
log(Logger) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Logs at info level the accumulated values.
LOG - Static variable in interface io.micronaut.http.server.netty.types.stream.NettyStreamedCustomizableResponseType
 
LOG - Static variable in class io.micronaut.scheduling.io.watch.osx.MacOsWatchServiceFactory
 
LOG - Static variable in class io.micronaut.scheduling.io.watch.WatchServiceFactory
 
LOG - Static variable in class io.micronaut.web.router.DefaultRouteBuilder
 
Log4jLoggingSystem - Class in io.micronaut.logging.impl
An implementation of LoggingSystem that works with Log4j.
Log4jLoggingSystem() - Constructor for class io.micronaut.logging.impl.Log4jLoggingSystem
 
Log4jLoggingSystem - Class in io.micronaut.management.endpoint.loggers.impl
An implementation of ManagedLoggingSystem that works with logback.
Log4jLoggingSystem() - Constructor for class io.micronaut.management.endpoint.loggers.impl.Log4jLoggingSystem
 
LOG_LIFECYCLE - Static variable in class io.micronaut.context.DefaultBeanContext
 
LogbackLoggingSystem - Class in io.micronaut.logging.impl
An implementation of LoggingSystem that works with logback.
LogbackLoggingSystem() - Constructor for class io.micronaut.logging.impl.LogbackLoggingSystem
 
LogbackLoggingSystem - Class in io.micronaut.management.endpoint.loggers.impl
An implementation of ManagedLoggingSystem that works with logback.
LogbackLoggingSystem() - Constructor for class io.micronaut.management.endpoint.loggers.impl.LogbackLoggingSystem
 
LogElement - Interface in io.micronaut.http.server.netty.handler.accesslog.element
Represents a http request or response element.
LogElement.Event - Enum in io.micronaut.http.server.netty.handler.accesslog.element
Events.
LogElementBuilder - Interface in io.micronaut.http.server.netty.handler.accesslog.element
Builder for LogElement.
logger(String) - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
 
LoggerConfiguration - Class in io.micronaut.management.endpoint.loggers
Represents the configuration of a ManagedLoggingSystem logger.
LoggerConfiguration(String, LogLevel, LogLevel) - Constructor for class io.micronaut.management.endpoint.loggers.LoggerConfiguration
 
loggers() - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
 
LoggersEndpoint - Class in io.micronaut.management.endpoint.loggers
Exposes an Endpoint to manage loggers.
LoggersEndpoint(ManagedLoggingSystem, LoggersManager<Map<String, Object>>) - Constructor for class io.micronaut.management.endpoint.loggers.LoggersEndpoint
 
LoggersManager<T> - Interface in io.micronaut.management.endpoint.loggers
Used to retrieve and update logger information for the LoggersEndpoint.
LoggingSystem - Interface in io.micronaut.logging
Abstraction for a logging system.
LogLevel - Enum in io.micronaut.logging
Logging levels supported by a LoggingSystem Typically, a logging system may permit the log level to be null, representing an unspecified log level.
logref(String) - Method in class io.micronaut.http.hateoas.JsonError
Sets the logref.
logref(String) - Method in class io.micronaut.http.hateoas.VndError
 
LONG - Static variable in interface io.micronaut.core.convert.ConversionContext
Constant for Long argument.
LONG - Static variable in interface io.micronaut.core.type.Argument
Constant for long argument.
LONG - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
longValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an OptionalLong for the given annotation and member.
longValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an OptionalLong for the given annotation and member.
longValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
longValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
longValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
longValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The long value of the given member.
longValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The long value of the given member.
longValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The long value of the given member.
longValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
longValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
longValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
longValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
longValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
longValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
longValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
longValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
longValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the long value and optionally map its value.
longValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the long value and optionally map its value.
longValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
longValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The long[] value for the given member.
longValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The long[] value for the given member.
lowerCaseName() - Method in enum io.micronaut.core.naming.conventions.PropertyConvention
 
LOWEST_PRECEDENCE - Static variable in interface io.micronaut.core.order.Ordered
Constant for the lowest precedence value.

M

MacOsWatchServiceFactory - Class in io.micronaut.scheduling.io.watch.osx
A factory that creates the WatchService.
MacOsWatchServiceFactory() - Constructor for class io.micronaut.scheduling.io.watch.osx.MacOsWatchServiceFactory
 
MacOsWatchThread - Class in io.micronaut.scheduling.io.watch.osx
Replaces the DefaultWatchThread for Mac OS X to use native file watch.
MacOsWatchThread(ApplicationEventPublisher, FileWatchConfiguration, WatchService) - Constructor for class io.micronaut.scheduling.io.watch.osx.MacOsWatchThread
Default constructor.
macWatchService() - Method in class io.micronaut.scheduling.io.watch.osx.MacOsWatchServiceFactory
The default WatchService.
main(String...) - Static method in class io.micronaut.function.executor.FunctionApplication
The main method which is the entry point.
mainClass(Class) - Method in interface io.micronaut.context.ApplicationContextBuilder
The main class used by this application.
mainClass(Class) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
mainClass(Class) - Method in class io.micronaut.runtime.Micronaut
 
ManagedLoggingSystem - Interface in io.micronaut.management.endpoint.loggers
Abstraction for a logging system.
map(AnnotationValue<InterceptorBean>, VisitorContext) - Method in class io.micronaut.aop.internal.InterceptorBeanMapper
 
map(Publisher<T>, Function<T, R>) - Static method in class io.micronaut.core.async.publisher.Publishers
Map the result from a publisher using the given mapper.
map(T) - Method in interface io.micronaut.core.async.publisher.Publishers.MapOrSupplyEmpty
Maps next result.
MAP - Static variable in interface io.micronaut.core.convert.ConversionContext
Constant for List argument.
map - Variable in class io.micronaut.core.convert.value.ConvertibleValuesMap
 
map() - Static method in class io.micronaut.core.util.clhm.Weighers
A weigher where the value is a Map and its weight is the number of entries.
map(AnnotationValue<T>, VisitorContext) - Method in interface io.micronaut.inject.annotation.AnnotationMapper
The map method will be called for each instances of the annotation returned via this method.
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.PersistenceContextAnnotationMapper
 
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.TimedAnnotationMapper
 
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
 
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.EntityReflectiveAccessAnnotationMapper
 
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.JsonCreatorAnnotationMapper
 
MAP_VALUE_NODE_NAME - Static variable in class io.micronaut.validation.validator.extractors.DefaultValueExtractors
 
mapError(Class<T>, Function<T, Integer>) - Method in class io.micronaut.runtime.Micronaut
Maps an exception to the given error code.
MapFormat - Annotation Type in io.micronaut.core.convert.format
Allows configuration how map property values are injected.
MapFormat.MapTransformation - Enum in io.micronaut.core.convert.format
Specifies the type of the map that should be injected.
mapOf(Object...) - Static method in interface io.micronaut.context.env.PropertySource
Create a LinkedHashMap of configuration from an array of values.
mapOf(Object...) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map from an array of values.
mapOf(String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
Create a new immutable Map.
mapOf(Class<K>, Class<V>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic map.
mapOf(Argument<K>, Argument<V>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic map.
mapOf(Object...) - Static method in class io.micronaut.core.util.CollectionUtils
Create a LinkedHashMap from an array of values.
mapOrSupplyEmpty(Publisher<T>, Publishers.MapOrSupplyEmpty<T, R>) - Static method in class io.micronaut.core.async.publisher.Publishers
Map the result from a publisher using the given mapper or supply empty value.
MappedSuperClassIntrospectionMapper - Class in io.micronaut.inject.beans.visitor
Handle mapped super class.
MappedSuperClassIntrospectionMapper() - Constructor for class io.micronaut.inject.beans.visitor.MappedSuperClassIntrospectionMapper
 
MapperMediaTypeCodec - Class in io.micronaut.json.codec
A MediaTypeCodec for JsonMapper based implementations.
MapperMediaTypeCodec(BeanProvider<JsonMapper>, ApplicationConfiguration, CodecConfiguration, MediaType) - Constructor for class io.micronaut.json.codec.MapperMediaTypeCodec
 
MapperMediaTypeCodec(JsonMapper, ApplicationConfiguration, CodecConfiguration, MediaType) - Constructor for class io.micronaut.json.codec.MapperMediaTypeCodec
 
MapPropertyResolver - Class in io.micronaut.core.value
A PropertyResolver that resolves values from a backing map.
MapPropertyResolver(Map<String, Object>) - Constructor for class io.micronaut.core.value.MapPropertyResolver
 
MapPropertyResolver(Map<String, Object>, ConversionService) - Constructor for class io.micronaut.core.value.MapPropertyResolver
 
MapPropertySource - Class in io.micronaut.context.env
A PropertySource that uses a map.
MapPropertySource(String, Map) - Constructor for class io.micronaut.context.env.MapPropertySource
Creates a map property source.
mapThreadInfo(Publisher<ThreadInfo>) - Method in class io.micronaut.management.endpoint.threads.impl.DefaultThreadInfoMapper
 
mapThreadInfo(Publisher<ThreadInfo>) - Method in interface io.micronaut.management.endpoint.threads.ThreadInfoMapper
Converts the given ThreadInfo objects into any other object to be used for serialization.
MapToMultiValuesConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
 
mapToObjectConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
markReaderIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
markWriterIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
maskAll() - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Turn on global masking.
maskNone() - Method in class io.micronaut.management.endpoint.env.EnvironmentFilterSpecification
Turn off global masking.
match(URI) - Method in interface io.micronaut.http.uri.UriMatcher
Match the given URI object.
match(String) - Method in interface io.micronaut.http.uri.UriMatcher
Match the given URI string.
match(String) - Method in class io.micronaut.http.uri.UriMatchTemplate
Match the given URI string.
match(Throwable) - Method in interface io.micronaut.web.router.ErrorRoute
Match the given exception.
match(Class, Throwable) - Method in interface io.micronaut.web.router.ErrorRoute
Match the given exception.
match(HttpMethod, URI) - Method in interface io.micronaut.web.router.FilterRoute
Matches the given path to this filter route.
match(HttpStatus) - Method in interface io.micronaut.web.router.StatusRoute
Match the given HTTP status.
match(Class, HttpStatus) - Method in interface io.micronaut.web.router.StatusRoute
Match the given HTTP status.
match(URI) - Method in interface io.micronaut.web.router.UriRoute
Match this route within the given URI and produce a RouteMatch if a match is found.
match(String) - Method in interface io.micronaut.web.router.UriRoute
Match this route within the given URI and produce a RouteMatch if a match is found.
MATCH_ALL_PATTERN - Static variable in annotation type io.micronaut.http.annotation.Filter
Pattern used to match all requests.
matches(TypeElement) - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
matches(AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
matches(ConditionContext) - Method in interface io.micronaut.context.condition.Condition
Check whether a specific condition is met.
matches(ConditionContext) - Method in class io.micronaut.context.condition.TrueCondition
 
matches(ConditionContext) - Method in class io.micronaut.context.RequiresCondition
 
matches(String, String) - Method in class io.micronaut.core.util.AntPathMatcher
 
matches(String, String) - Method in interface io.micronaut.core.util.PathMatcher
Returns true if the given source matches the specified pattern, false otherwise.
matches(String, String) - Method in class io.micronaut.core.util.RegexPathMatcher
 
matches(ConditionContext) - Method in class io.micronaut.health.HeartbeatDiscoveryClientCondition
 
matches(MediaType) - Method in class io.micronaut.http.MediaType
Determine if this requested content type can be satisfied by a given content type.
matches(ConditionContext) - Method in class io.micronaut.http.netty.channel.EpollAvailabilityCondition
Checks if netty's epoll native transport is available.
matches(ConditionContext) - Method in class io.micronaut.http.netty.channel.KQueueAvailabilityCondition
Checks if netty's kqueue native transport is available.
matches(ConditionContext) - Method in class io.micronaut.management.endpoint.EndpointEnabledCondition
 
matches(ConditionContext) - Method in class io.micronaut.scheduling.io.watch.FileWatchCondition
 
matchesConfiguration(ConditionContext, AnnotationValue<Requires>) - Method in class io.micronaut.context.RequiresCondition
 
matchIfRouteIsNotVersioned(HttpRequest<?>, String) - Method in class io.micronaut.web.router.version.RouteVersionFilter
 
matchIfRouteIsVersioned(HttpRequest<?>, String, String) - Method in class io.micronaut.web.router.version.RouteVersionFilter
 
MAX_FORWARDS - Static variable in interface io.micronaut.http.HttpHeaders
"Max-Forwards".
MAX_INTEGRAL_DIGITS - Static variable in annotation type io.micronaut.retry.annotation.Retryable
 
MAX_LOCALS - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
MAX_PORT_RANGE - Static variable in class io.micronaut.core.io.socket.SocketUtils
The maximum port number.
MAX_RETRY_ATTEMPTS - Static variable in annotation type io.micronaut.retry.annotation.CircuitBreaker
 
maxAge(long) - Method in interface io.micronaut.http.cookie.Cookie
Sets the max age of the cookie in seconds.
maxAge(TemporalAmount) - Method in interface io.micronaut.http.cookie.Cookie
Sets the max age of the cookie.
maxAge(long) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
maxAge(long) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
maxAll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class io.micronaut.core.util.StreamUtils
A collector that returns all results that are the maximum based on the provided comparator.
maxCapacity() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Returns the maximum allowed capacity of this buffer.
maxCapacity() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
maximumWeightedCapacity(long) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.
maxWritableBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
MediaType - Class in io.micronaut.http
Represents a media type.
MediaType(String) - Constructor for class io.micronaut.http.MediaType
Constructs a new media type for the given string.
MediaType(String, Map<String, String>) - Constructor for class io.micronaut.http.MediaType
Constructs a new media type for the given string and parameters.
MediaType(String, String) - Constructor for class io.micronaut.http.MediaType
Constructs a new media type for the given string and extension.
MediaType(String, String, Map<String, String>) - Constructor for class io.micronaut.http.MediaType
Constructs a new media type for the given string and extension.
mediaType - Variable in class io.micronaut.json.codec.MapperMediaTypeCodec
 
MediaTypeCodec - Interface in io.micronaut.http.codec
Represents a codec for a particular media type.
mediaTypeCodecRegistry - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
 
MediaTypeCodecRegistry - Interface in io.micronaut.http.codec
A registry of decoders.
mediaTypeCodecRegistry - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
MediaTypeCodecRegistryFactory - Class in io.micronaut.runtime.http.codec
A bean for the default MediaTypeCodecRegistry used by the server.
MediaTypeCodecRegistryFactory() - Constructor for class io.micronaut.runtime.http.codec.MediaTypeCodecRegistryFactory
 
member(String, int) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given integer value.
member(String, byte) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given byte value.
member(String, char) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given char value.
member(String, char...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given char[] value.
member(String, double) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given double value.
member(String, double...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given double[] value.
member(String, float) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given float value.
member(String, float...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given float[] value.
member(String, int...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given integer[] value.
member(String, byte...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given byte[] value.
member(String, long) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given long value.
member(String, short) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given short value.
member(String, short...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given short[] value.
member(String, long...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given long[] value.
member(String, String) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given string value.
member(String, String...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given String[] values.
member(String, boolean) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given boolean value.
member(String, boolean...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given boolean value array.
member(String, Enum<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given enum object.
member(String, Enum<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given enum objects.
member(String, Class<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given type object.
member(String, Class<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given type objects.
member(String, AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given annotation value.
member(String, AnnotationValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given annotation values.
member(String, AnnotationClassValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the given member to the given annotation class values.
MEMBER_BEAN - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_BEAN_PROPERTY - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_BEANS - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_CLASSES - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_CONDITION - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_CONFIGURATION - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_DEFAULT_VALUE - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_ENTITIES - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_ENV - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_MISSING_BEANS - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_MISSING_CLASSES - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_MISSING_PROPERTY - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_NOT_ENV - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_NOT_EQUALS - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_NOT_OS - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_OS - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_PATTERN - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_PROPERTY - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_RESOURCES - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_SDK - Static variable in class io.micronaut.context.RequiresCondition
 
MEMBER_VERSION - Static variable in class io.micronaut.context.RequiresCondition
 
MemberElement - Interface in io.micronaut.inject.ast
A member element is an element that is contained within a ClassElement.
members(Map<CharSequence, Object>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Adds the members from the provided map.
memoized(Provider<T>) - Static method in class io.micronaut.context.ProviderUtils
Caches the result of provider in a thread safe manner.
memoized(Supplier<T>) - Static method in class io.micronaut.core.util.SupplierUtil
Caches the result of supplier in a thread safe manner.
memoizedNonEmpty(Supplier<T>) - Static method in class io.micronaut.core.util.SupplierUtil
Caches the result of supplier in a thread safe manner.
memoryAddress() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
MESSAGE_CONSUMER - Static variable in interface io.micronaut.scheduling.TaskExecutors
The name of the ScheduledExecutorService used to run message consumers such as a Kafka or RabbitMQ listeners.
MESSAGE_TO_BIG - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
MessageAcknowledgementException - Exception in io.micronaut.messaging.exceptions
An exception thrown when a message is being acknowledged or rejected.
MessageAcknowledgementException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessageAcknowledgementException
 
MessageAcknowledgementException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessageAcknowledgementException
 
MessageBody - 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.
messageHandled(ChannelHandlerContext, NettyWebSocketSession, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Method called once a message has been handled by the handler.
messageHandled(ChannelHandlerContext, NettyWebSocketSession, Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
messageHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
MessageHeader - 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 a message header.
MessageHeaders - Annotation Type in io.micronaut.messaging.annotation
This lets you declare several headers for a client class and have them always included.
MessageHeaders - Interface in io.micronaut.messaging
Generic container object for message headers.
messageInterpolator(MessageInterpolator) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
MessageKey(Locale, String) - Constructor for class io.micronaut.context.AbstractMessageSource.MessageKey
Default constructor.
MessageListener - Annotation Type in io.micronaut.messaging.annotation
Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut, which classes are message listeners.
MessageListenerException - Exception in io.micronaut.messaging.exceptions
An exception thrown when an unrecoverable error occurs with a MessageListener.
MessageListenerException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessageListenerException
 
MessageListenerException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessageListenerException
 
MessageMapping - Annotation Type in io.micronaut.messaging.annotation
Generic stereotype annotation that models a mapping of a message listener onto a target destination, whether that be a queue a topic or whatever.
messageMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
Returns the method annotated with OnMessage responsible for regular messages.
MessageProducer - Annotation Type in io.micronaut.messaging.annotation
Generic messaging meta-annotation to indicate a type that is a message producer.
MessageSource - Interface in io.micronaut.context
Interface for resolving messages from some source.
MessageSource.MessageContext - Interface in io.micronaut.context
The context to use.
MessageSourceUtils - Class in io.micronaut.context
Utility class used by MessageSource to create variables maps.
MessageSourceUtils() - Constructor for class io.micronaut.context.MessageSourceUtils
 
messageTemplate(String) - Method in interface io.micronaut.validation.validator.constraints.ConstraintValidatorContext
Sets a message template to be used for the validation error message.
MessagingApplication - Class in io.micronaut.messaging
An alternative EmbeddedApplication that gets activated for messaging applications when no other application is present.
MessagingApplication(ApplicationContext, ApplicationConfiguration) - Constructor for class io.micronaut.messaging.MessagingApplication
Constructs a new messaging application.
MessagingClientException - Exception in io.micronaut.messaging.exceptions
An exception thrown when an unrecoverable error occurs with a messaging client.
MessagingClientException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingClientException
 
MessagingClientException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingClientException
 
MessagingException - Exception in io.micronaut.messaging.exceptions
General parent exception for all message related exceptions.
MessagingException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingException
 
MessagingSystemException - Exception in io.micronaut.messaging.exceptions
An exception thrown when an unrecoverable error occurs with the messaging system.
MessagingSystemException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingSystemException
 
MessagingSystemException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingSystemException
 
META_INF_SERVICES - Static variable in class io.micronaut.core.io.service.SoftServiceLoader
 
META_MEMBER_MEMBERS - Static variable in class io.micronaut.inject.qualifiers.InterceptorBindingQualifier
 
metadata(Map<String, String>) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the application metadata.
metadataBuilder - Variable in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
METHOD_CREATE_ARGUMENT_SIMPLE - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
METHOD_CREATE_TYPE_VARIABLE_SIMPLE - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
METHOD_DEFAULT_CONSTRUCTOR - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
METHOD_GENERIC_PLACEHOLDER_SIMPLE - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
METHOD_GET_PROXY_TARGET - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
METHOD_GET_PROXY_TARGET_BEAN - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
METHOD_GET_PROXY_TARGET_BEAN_WITH_CONTEXT - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
METHOD_GET_TARGET - Static variable in class io.micronaut.inject.writer.ExecutableMethodWriter
 
METHOD_INVOKE_INTERNAL - Static variable in class io.micronaut.inject.writer.ExecutableMethodWriter
 
METHOD_IS_ABSTRACT - Static variable in class io.micronaut.inject.writer.ExecutableMethodWriter
 
METHOD_IS_SUSPEND - Static variable in class io.micronaut.inject.writer.ExecutableMethodWriter
 
MethodArgumentSegment(BeanDefinition, String, Argument, Argument[], boolean, AbstractBeanResolutionContext.MethodSegment) - Constructor for class io.micronaut.context.AbstractBeanResolutionContext.MethodArgumentSegment
 
methodAtIndexMatches(int, String, Class[]) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Checks if the method at index matches name and argument types.
MethodBasedRoute - Interface in io.micronaut.web.router
Represents a Route that is backed by a method.
MethodBasedRouteMatch<T,R> - Interface in io.micronaut.web.router
Match a route based on a method.
MethodConvention - Enum in io.micronaut.core.naming.conventions
Represents the built in conventions for mapping a method name to an HTTP Method and URI.
MethodElement - Interface in io.micronaut.inject.ast
Stores data about an element that references a method.
MethodExecutionHandle<T,R> - Interface in io.micronaut.inject
Represents an execution handle that invokes a method.
MethodInjectionPoint<B,T> - Interface in io.micronaut.inject
Defines an injection point for a method.
methodInjectionPoints - Variable in class io.micronaut.context.AbstractBeanDefinition
 
MethodInterceptor<T,R> - Interface in io.micronaut.aop
A MethodInterceptor extends the generic Interceptor and provides an interface more specific to method interception.
MethodInterceptorChain<T,R> - Class in io.micronaut.aop.chain
An internal representation of the Interceptor chain.
MethodInterceptorChain(Interceptor<T, R>[], T, ExecutableMethod<T, R>) - Constructor for class io.micronaut.aop.chain.MethodInterceptorChain
Constructor for empty parameters.
MethodInterceptorChain(Interceptor<T, R>[], T, ExecutableMethod<T, R>, InterceptorKind) - Constructor for class io.micronaut.aop.chain.MethodInterceptorChain
Constructor for empty parameters.
MethodInterceptorChain(Interceptor<T, R>[], T, ExecutableMethod<T, R>, Object...) - Constructor for class io.micronaut.aop.chain.MethodInterceptorChain
Constructor.
MethodInvocationContext<T,R> - Interface in io.micronaut.aop
Extended version of InvocationContext for MethodInterceptor instances.
methodName - Variable in class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
methodName() - Method in enum io.micronaut.core.naming.conventions.MethodConvention
 
MethodOrFieldReference(Class, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition.MethodOrFieldReference
 
MethodReference(Class<?>, AnnotationMetadata, String, Argument<?>, Argument<?>[], boolean, boolean) - Constructor for class io.micronaut.context.AbstractExecutableMethodsDefinition.MethodReference
The constructor.
MethodReference(Class, String, Argument[], AnnotationMetadata, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
MethodReference(Class, String, Argument[], AnnotationMetadata, boolean, boolean, boolean) - Constructor for class io.micronaut.context.AbstractInitializableBeanDefinition.MethodReference
 
MethodReference<T,R> - Interface in io.micronaut.inject
A reference to a method.
methods(HttpMethod...) - Method in interface io.micronaut.web.router.FilterRoute
Restrict the methods this filter route matches.
methodType - Variable in class io.micronaut.inject.writer.ExecutableMethodWriter
 
MICRONAUT - Static variable in interface io.micronaut.context.env.Environment
Constant for the name micronaut.
Micronaut - Class in io.micronaut.runtime
Main entry point for running a Micronaut application.
Micronaut() - Constructor for class io.micronaut.runtime.Micronaut
The default constructor.
MICRONAUT_BASE_OPTION_NAME - Static variable in interface io.micronaut.inject.visitor.VisitorContext
 
MICRONAUT_MODULE - Static variable in class io.micronaut.jackson.ObjectMapperFactory
Name for Micronaut module.
MICRONAUT_PROCESSING_GROUP - Static variable in interface io.micronaut.inject.visitor.VisitorContext
 
MICRONAUT_PROCESSING_MODULE - Static variable in interface io.micronaut.inject.visitor.VisitorContext
 
MICRONAUT_PROCESSING_PROJECT_DIR - Static variable in interface io.micronaut.inject.visitor.VisitorContext
 
MICRONAUT_VERSION - Static variable in class io.micronaut.core.version.VersionUtils
The current version of Micronaut.
MicronautBanner - Class in io.micronaut.context.banner
Default implementation of Banner that prints the default Micronaut banner.
MicronautBanner(PrintStream) - Constructor for class io.micronaut.context.banner.MicronautBanner
Constructor.
MicronautSubstitutions - Class in io.micronaut.http.netty.graal
Micronaut substitutions for GraalVM.
MicronautSubstitutions() - Constructor for class io.micronaut.http.netty.graal.MicronautSubstitutions
 
MICROSOFT_EXCEL - Static variable in class io.micronaut.http.MediaType
Microsoft Excel's workbook files in use between 97-2003.
MICROSOFT_EXCEL_OPEN_XML - Static variable in class io.micronaut.http.MediaType
XML: Microsoft Excel Open XML Spreadsheet (XLSX).
MICROSOFT_EXCEL_OPEN_XML_TYPE - Static variable in class io.micronaut.http.MediaType
XML: Microsoft Excel Open XML Spreadsheet (XLSX).
MICROSOFT_EXCEL_TYPE - Static variable in class io.micronaut.http.MediaType
Microsoft Excel's workbook files in use between 97-2003.
MIN_PORT_RANGE - Static variable in class io.micronaut.core.io.socket.SocketUtils
The minimum port number.
minAll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class io.micronaut.core.util.StreamUtils
A collector that returns all results that are the minimum based on the provided comparator.
mirrorToClassElement(TypeMirror, JavaVisitorContext) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
Obtain the ClassElement for the given mirror.
mirrorToClassElement(TypeMirror, JavaVisitorContext, Map<String, Map<String, TypeMirror>>) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
Obtain the ClassElement for the given mirror.
mirrorToClassElement(TypeMirror, JavaVisitorContext, Map<String, Map<String, TypeMirror>>, boolean) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
Obtain the ClassElement for the given mirror.
mirrorToClassElement(TypeMirror, JavaVisitorContext, Map<String, Map<String, TypeMirror>>, boolean, boolean) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
Obtain the ClassElement for the given mirror.
MISSING_EXTENSION - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
MissingParameterRule - Class in io.micronaut.validation.routes.rules
Validates all route uri variables are present in the route arguments.
MissingParameterRule() - Constructor for class io.micronaut.validation.routes.rules.MissingParameterRule
 
missingProperty(BeanResolutionContext, ArgumentConversionContext, String) - Static method in exception io.micronaut.context.exceptions.DependencyInjectionException
Builds an error message for attempted argument conversion on a method.
ModelUtils - Class in io.micronaut.annotation.processing
Provides utility method for working with the annotation processor AST.
ModelUtils(Elements, Types) - Constructor for class io.micronaut.annotation.processing.ModelUtils
 
modifiers(Predicate<Set<ElementModifier>>) - Method in interface io.micronaut.inject.ast.ElementQuery
Allows filtering by modifiers.
MULTIPART_FORM_DATA - Static variable in class io.micronaut.http.MediaType
Multi part form data: multipart/form-data.
MULTIPART_FORM_DATA_TYPE - Static variable in class io.micronaut.http.MediaType
Multi part form data: multipart/form-data.
MultipartBody - Class in io.micronaut.http.client.multipart
A builder class to generate a list a list of parts for a multi part request.
MultipartBody - Interface in io.micronaut.http.server.multipart
Represents the body of a multipart request that emits each part after it is received in its entirety.
MultipartBody.Builder - Class in io.micronaut.http.client.multipart
A builder class to add different Part to MultipartBody.
MultipartBodyArgumentBinder - Class in io.micronaut.http.server.netty.multipart
A Body argument binder for a MultipartBody argument.
MultipartBodyArgumentBinder(BeanLocator, BeanProvider<HttpServerConfiguration>) - Constructor for class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
Default constructor.
MultipartConfiguration() - Constructor for class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
 
MultipartDataFactory<T> - Interface in io.micronaut.http.client.multipart
A factory for Multipart data.
MultipartException - Exception in io.micronaut.http.multipart
Exception thrown during multi part handling.
MultipartException(String, Throwable) - Constructor for exception io.micronaut.http.multipart.MultipartException
 
MultipartException(String) - Constructor for exception io.micronaut.http.multipart.MultipartException
 
MultiValuesConverterFactory - Class in io.micronaut.core.convert.converters
A factory for creation of various FormattingTypeConverters to and from ConvertibleMultiValues type.
MultiValuesConverterFactory() - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory
 
MultiValuesConverterFactory.AbstractConverterToMultiValues<T> - Class in io.micronaut.core.convert.converters
An abstract class to convert to ConvertibleMultiValues.
MultiValuesConverterFactory.IterableToMultiValuesConverter - Class in io.micronaut.core.convert.converters
A converter from Iterable to ConvertibleMultiValues.
MultiValuesConverterFactory.MapToMultiValuesConverter - Class in io.micronaut.core.convert.converters
A converter from Map to ConvertibleMultiValues.
MultiValuesConverterFactory.MultiValuesToIterableConverter - Class in io.micronaut.core.convert.converters
A converter to convert from ConvertibleMultiValues to an Iterable.
MultiValuesConverterFactory.MultiValuesToMapConverter - Class in io.micronaut.core.convert.converters
A converter to convert from ConvertibleMultiValues to an Map.
MultiValuesConverterFactory.MultiValuesToObjectConverter - Class in io.micronaut.core.convert.converters
A converter to convert from ConvertibleMultiValues to a POJO Object.
MultiValuesConverterFactory.ObjectToMultiValuesConverter - Class in io.micronaut.core.convert.converters
A converter from generic Object to ConvertibleMultiValues.
MultiValuesToIterableConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
 
MultiValuesToMapConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
 
MultiValuesToObjectConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
 
MutableAnnotationMetadata - Class in io.micronaut.inject.annotation
A mutable various of DefaultAnnotationMetadata that is used only at build time.
MutableAnnotationMetadata() - Constructor for class io.micronaut.inject.annotation.MutableAnnotationMetadata
Default constructor.
MutableArgumentValue<V> - Interface in io.micronaut.core.type
A mutable version of the ArgumentValue interface.
MutableAttributeHolder - Interface in io.micronaut.core.attr
An interface for types that support mutating attributes.
MutableConvertibleMultiValues<V> - Interface in io.micronaut.core.convert.value
 
MutableConvertibleMultiValuesMap<V> - Class in io.micronaut.core.convert.value
Implementation of MutableConvertibleMultiValues that operates against a backing LinkedHashMap.
MutableConvertibleMultiValuesMap() - Constructor for class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
Default constructor.
MutableConvertibleMultiValuesMap(Map<CharSequence, List<V>>) - Constructor for class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
MutableConvertibleMultiValuesMap(Map<CharSequence, List<V>>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
MutableConvertibleValues<V> - Interface in io.micronaut.core.convert.value
A ConvertibleValues that is mutable.
MutableConvertibleValuesMap<V> - Class in io.micronaut.core.convert.value
Mutable version of ConvertibleMultiValuesMap.
MutableConvertibleValuesMap() - Constructor for class io.micronaut.core.convert.value.MutableConvertibleValuesMap
Default constructor.
MutableConvertibleValuesMap(Map<? extends CharSequence, V>) - Constructor for class io.micronaut.core.convert.value.MutableConvertibleValuesMap
 
MutableConvertibleValuesMap(Map<? extends CharSequence, V>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.MutableConvertibleValuesMap
 
MutableHeaders - Interface in io.micronaut.core.type
Common interface for all mutable header types.
MutableHttpHeaders - Interface in io.micronaut.http
Extends HttpHeaders add methods for mutation of headers.
MutableHttpMessage<B> - Interface in io.micronaut.http
An interface for an HttpMessage that is mutable allowing headers and the message body to be set.
MutableHttpParameters - Interface in io.micronaut.http
Mutable version of HttpParameters which allows adding new parameters.
MutableHttpRequest<B> - Interface in io.micronaut.http
An extended version of HttpRequest that allows mutating headers, the body etc.
MutableHttpResponse<B> - Interface in io.micronaut.http
A version of the HttpResponse interface that is mutable allowing the ability to set headers, character encoding etc.
mutate() - Method in interface io.micronaut.http.HttpRequest
Returns a new request object that allows mutation.
mutate() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
mutateMember(AnnotationMetadata, String, String, Object) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Sets a member of the given AnnotationMetadata return a new annotation metadata instance without mutating the existing.
mutateMember(AnnotationMetadata, String, Map<CharSequence, Object>) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Sets a member of the given AnnotationMetadata return a new annotation metadata instance without mutating the existing.

N

nack() - Method in interface io.micronaut.messaging.Acknowledgement
Rejects the message.
NAME - Static variable in annotation type io.micronaut.context.annotation.Any
 
NAME - Static variable in annotation type io.micronaut.context.annotation.Prototype
 
NAME - Static variable in annotation type io.micronaut.context.annotation.Type
The name of the annotation.
NAME - Static variable in class io.micronaut.context.env.CommandLinePropertySource
The name of the property source.
NAME - Static variable in class io.micronaut.context.env.EnvironmentPropertySource
Constant for Environment property source.
NAME - Static variable in class io.micronaut.context.env.KubernetesEnvironmentPropertySource
The name of this property source.
NAME - Static variable in class io.micronaut.context.env.SystemPropertiesPropertySource
Constant for System property source.
NAME - Static variable in annotation type io.micronaut.core.async.annotation.SingleResult
The class name.
NAME - Static variable in annotation type io.micronaut.core.bind.annotation.Bindable
The name of the annotation.
NAME - Static variable in annotation type io.micronaut.http.annotation.FilterMatcher
The name of this annotation.
name(String) - Method in class io.micronaut.http.hateoas.DefaultLink
 
name(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
name - Variable in class io.micronaut.http.MediaType
 
NAME - Static variable in class io.micronaut.http.netty.channel.NettyThreadFactory
Name for Netty thread factory.
NAME - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Parent
 
name(String) - Method in interface io.micronaut.http.sse.Event
Sets the event name.
NAME - Static variable in class io.micronaut.management.endpoint.env.EnvironmentEndpoint
Endpoint name.
NAME - Static variable in class io.micronaut.management.endpoint.health.HealthEndpoint
Constant for health.
NAME - Static variable in class io.micronaut.management.endpoint.info.InfoEndpoint
Constant with the name of the Info endpoint.
NAME - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
Endpoint name.
NAME - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicator
 
name - Variable in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
NAME_DOWN - Static variable in class io.micronaut.health.HealthStatus
The default name to use for an HealthStatus.DOWN status.
NAME_TO_TYPE_MAP - Static variable in class io.micronaut.inject.processing.JavaModelUtils
 
NAME_UP - Static variable in class io.micronaut.health.HealthStatus
The default name to use for an HealthStatus.UP status.
NAMED - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for named qualifiers.
Named - Interface in io.micronaut.core.naming
An interface for components that are named.
named(Predicate<String>) - Method in interface io.micronaut.inject.ast.ElementQuery
Allows filtering elements by name.
NAMED_ATTRIBUTE - Static variable in interface io.micronaut.inject.BeanDefinition
Attribute used to store a dynamic bean name.
NamedAnnotationMapper - Interface in io.micronaut.inject.annotation
A named AnnotationMapper operates against any named annotation, and does not require the annotation to be on the annotation processor classpath.
NamedAnnotationTransformer - Interface in io.micronaut.inject.annotation
A named AnnotationTransformer operates against any named annotation, and does not require the annotation to be on the annotation processor classpath.
NamedClientVersioningConfiguration - Class in io.micronaut.http.client.interceptor.configuration
Client versioning configuration for named configurations nested under micronaut.http.client.versioning.
nameOf(String...) - Static method in interface io.micronaut.core.value.PropertyResolver
Builds a property name for the given property path.
NameResolver - Interface in io.micronaut.core.naming
An interface for a components that resolve names.
names() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
names() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
names() - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
names() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
 
names() - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
 
names() - Method in interface io.micronaut.http.cookie.Cookies
 
names() - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
names() - Method in class io.micronaut.http.netty.NettyHttpParameters
 
names() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
names() - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
names() - Method in class io.micronaut.http.simple.SimpleHttpParameters
 
names() - Method in class io.micronaut.jackson.databind.convert.ObjectNodeConvertibleValues
 
names() - Method in class io.micronaut.json.convert.JsonNodeConvertibleValues
 
names() - Method in class io.micronaut.session.InMemorySession
 
NameUtils - Class in io.micronaut.core.naming
Naming convention utilities.
NameUtils() - Constructor for class io.micronaut.core.naming.NameUtils
 
NATIVE - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
Qualifier used to resolve the native factory.
needMoreInput() - Method in class io.micronaut.jackson.core.parser.JacksonCoreProcessor
 
needMoreInput() - Method in class io.micronaut.jackson.parser.JacksonProcessor
 
nest(CharSequence) - Method in class io.micronaut.http.uri.UriMatchTemplate
 
nest(CharSequence) - Method in class io.micronaut.http.uri.UriTemplate
Nests another URI template with this template.
nest(CharSequence, Object...) - Method in class io.micronaut.http.uri.UriTemplate
Nests another URI template with this template.
nest(CharSequence) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
 
nest(CharSequence, Class...) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
 
nest(Runnable) - Method in interface io.micronaut.web.router.ErrorRoute
 
nest(Runnable) - Method in interface io.micronaut.web.router.ResourceRoute
Nest more routes within this ResourceRoute.
nest(Runnable) - Method in interface io.micronaut.web.router.Route
Defines routes nested within this route.
nest(Runnable) - Method in interface io.micronaut.web.router.StatusRoute
 
nest(Runnable) - Method in interface io.micronaut.web.router.UriRoute
Defines routes nested within this route.
NettyByteBufferFactory - Class in io.micronaut.buffer.netty
A ByteBufferFactory implementation for Netty.
NettyByteBufferFactory() - Constructor for class io.micronaut.buffer.netty.NettyByteBufferFactory
Default constructor.
NettyByteBufferFactory(ByteBufAllocator) - Constructor for class io.micronaut.buffer.netty.NettyByteBufferFactory
 
NettyClientHttpRequestFactory - Class in io.micronaut.http.client.netty
Implementation of the HttpRequestFactory interface for Netty.
NettyClientHttpRequestFactory() - Constructor for class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
NettyClientSslBuilder - Class in io.micronaut.http.client.netty.ssl
The Netty implementation of SslBuilder that generates an SslContext to create a client that supports SSL.
NettyClientSslBuilder(ResourceResolver) - Constructor for class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
 
NettyCompletedAttribute - Class in io.micronaut.http.server.netty.multipart
A delegation of the Netty Attribute to implement the CompletedPart contract.
NettyCompletedAttribute(Attribute) - Constructor for class io.micronaut.http.server.netty.multipart.NettyCompletedAttribute
 
NettyCompletedFileUpload - Class in io.micronaut.http.server.netty.multipart
A Netty implementation of CompletedFileUpload.
NettyCompletedFileUpload(FileUpload) - Constructor for class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
NettyCompletedFileUpload(FileUpload, boolean) - Constructor for class io.micronaut.http.server.netty.multipart.NettyCompletedFileUpload
 
NettyConverters - Class in io.micronaut.http.server.netty.converters
Factory for bytebuf related converters.
NettyConverters(ConversionService<?>, BeanProvider<MediaTypeCodecRegistry>, ChannelOptionFactory) - Constructor for class io.micronaut.http.server.netty.converters.NettyConverters
Default constructor.
NettyCookie - Class in io.micronaut.http.netty.cookies
A wrapper around a Netty cookie.
NettyCookie(Cookie) - Constructor for class io.micronaut.http.netty.cookies.NettyCookie
 
NettyCookie(String, String) - Constructor for class io.micronaut.http.netty.cookies.NettyCookie
 
NettyCookieFactory - Class in io.micronaut.http.netty.cookies
A CookieFactory for constructing Cookie instances for Netty.
NettyCookieFactory() - Constructor for class io.micronaut.http.netty.cookies.NettyCookieFactory
 
NettyCookies - Class in io.micronaut.http.netty.cookies
Delegates to Cookie.
NettyCookies(String, HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.cookies.NettyCookies
 
NettyCookies(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.cookies.NettyCookies
 
NettyCustomizableResponseType - Interface in io.micronaut.http.server.netty.types
A special type that allows writing data in Netty.
NettyCustomizableResponseTypeHandler<T> - Interface in io.micronaut.http.server.netty.types
Represents a class that is designed to handle specific types that are returned from routes in a netty specific way.
NettyCustomizableResponseTypeHandlerRegistry - Interface in io.micronaut.http.server.netty.types
Represents a registry of NettyCustomizableResponseTypeHandler and finds the correct handler based on the type.
NettyEmbeddedServer - Interface in io.micronaut.http.server.netty
Extended EmbeddedServer interface that represents a Netty-based HTTP server.
NettyEmbeddedServerFactory - Interface in io.micronaut.http.server.netty
A factory / strategy interface for creating instances of NettyEmbeddedServer.
NettyEmbeddedServices - Interface in io.micronaut.http.server.netty
Internal interface with services required by the NettyHttpServer.
NettyFileCustomizableResponseType - Interface in io.micronaut.http.server.netty.types
A special type for files specific to Netty.
NettyGlobalConfiguration - Class in io.micronaut.http.netty.configuration
Allows configuring Netty global properties.
NettyGlobalConfiguration() - Constructor for class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
 
NettyHttpClientFactory - Class in io.micronaut.http.client.netty
A factory to create Netty HTTP clients.
NettyHttpClientFactory() - Constructor for class io.micronaut.http.client.netty.NettyHttpClientFactory
 
NettyHttpHeaders - Class in io.micronaut.http.netty
Delegates to Netty's HttpHeaders.
NettyHttpHeaders(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
 
NettyHttpHeaders() - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
Default constructor.
NettyHttpParameters - Class in io.micronaut.http.netty
Implementation of MutableHttpParameters for Netty.
NettyHttpParameters(Map<String, List<String>>, ConversionService<?>, BiConsumer<CharSequence, List<String>>) - Constructor for class io.micronaut.http.netty.NettyHttpParameters
 
nettyHttpRequest - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
nettyHttpRequest - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
 
nettyHttpRequest - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
NettyHttpRequest<T> - Class in io.micronaut.http.server.netty
Delegates to the Netty HttpRequest instance.
NettyHttpRequest(HttpRequest, ChannelHandlerContext, ConversionService, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.NettyHttpRequest
 
NettyHttpRequestBuilder - Interface in io.micronaut.http.netty
Common interface for client and server to implement to construct the Netty versions of the request objects.
NettyHttpResponseBuilder - Interface in io.micronaut.http.netty
Common interface for client and server to implement to construct the Netty versions of the response objects.
NettyHttpResponseFactory - Class in io.micronaut.http.server.netty
Implementation of HttpResponseFactory for Netty.
NettyHttpResponseFactory() - Constructor for class io.micronaut.http.server.netty.NettyHttpResponseFactory
 
NettyHttpServer - Class in io.micronaut.http.server.netty
Implements the bootstrap and configuration logic for the Netty implementation of EmbeddedServer.
NettyHttpServer(NettyHttpServerConfiguration, NettyEmbeddedServices, NettyCustomizableResponseTypeHandlerRegistry, boolean) - Constructor for class io.micronaut.http.server.netty.NettyHttpServer
 
NettyHttpServerConfiguration - Class in io.micronaut.http.server.netty.configuration
Allows configuring Netty within NettyHttpServer.
NettyHttpServerConfiguration() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Default empty constructor.
NettyHttpServerConfiguration(ApplicationConfiguration) - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
NettyHttpServerConfiguration(ApplicationConfiguration, List<ChannelPipelineListener>) - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
 
NettyHttpServerConfiguration.AccessLogger - Class in io.micronaut.http.server.netty.configuration
Access logger configuration.
NettyHttpServerConfiguration.EventLoopConfig - Class in io.micronaut.http.server.netty.configuration
Abstract class for configuring the Netty event loop.
NettyHttpServerConfiguration.FileTypeHandlerConfiguration - Class in io.micronaut.http.server.netty.configuration
Allows configuration of properties for the FileTypeHandler.
NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration - Class in io.micronaut.http.server.netty.configuration
Configuration for the Cache-Control header.
NettyHttpServerConfiguration.Http2Settings - Class in io.micronaut.http.server.netty.configuration
Http2 settings.
NettyHttpServerConfiguration.Parent - Class in io.micronaut.http.server.netty.configuration
Configuration for Netty parent.
NettyHttpServerConfiguration.Worker - Class in io.micronaut.http.server.netty.configuration
Configuration for Netty worker.
NettyMutableHttpResponse<B> - Class in io.micronaut.http.netty
Delegates to Netty's FullHttpResponse.
NettyMutableHttpResponse(FullHttpResponse, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
 
NettyMutableHttpResponse(ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
 
NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
Creates a new instance.
NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, Object, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
Creates a new instance.
NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders, Object, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
Creates a new instance.
NettyPartData - Class in io.micronaut.http.server.netty.multipart
A Netty implementation of PartData.
NettyPartData(HttpDataReference, HttpDataReference.Component) - Constructor for class io.micronaut.http.server.netty.multipart.NettyPartData
 
NettyPartData(Supplier<Optional<MediaType>>, ThrowingSupplier<ByteBuf, IOException>) - Constructor for class io.micronaut.http.server.netty.multipart.NettyPartData
 
nettyRequest - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
NettyRequestArgumentSatisfier - Class in io.micronaut.http.server.netty
A class containing methods to aid in satisfying arguments of a Route.
NettyRequestArgumentSatisfier(RequestBinderRegistry) - Constructor for class io.micronaut.http.server.netty.NettyRequestArgumentSatisfier
Constructor.
NettyServerWebSocketBroadcaster - Class in io.micronaut.http.netty.websocket
Netty implementation of WebSocketBroadcaster.
NettyServerWebSocketBroadcaster(WebSocketMessageEncoder, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
 
NettyServerWebSocketHandler - Class in io.micronaut.http.server.netty.websocket
A handler for WebSocketFrame instances.
NettyServerWebSocketUpgradeHandler - Class in io.micronaut.http.server.netty.websocket
Handles WebSocket upgrade requests.
NettyServerWebSocketUpgradeHandler(NettyEmbeddedServices, WebSocketSessionRepository) - Constructor for class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
Default constructor.
NettyStreamedCustomizableResponseType - Interface in io.micronaut.http.server.netty.types.stream
Writes an InputStream to the Netty context.
NettyStreamedFileCustomizableResponseType - Class in io.micronaut.http.server.netty.types.files
Writes a file backed by an InputStream to the Netty context.
NettyStreamedFileCustomizableResponseType(InputStream, String) - Constructor for class io.micronaut.http.server.netty.types.files.NettyStreamedFileCustomizableResponseType
 
NettyStreamedFileCustomizableResponseType(InputStream, MediaType) - Constructor for class io.micronaut.http.server.netty.types.files.NettyStreamedFileCustomizableResponseType
 
NettyStreamedFileCustomizableResponseType(URL) - Constructor for class io.micronaut.http.server.netty.types.files.NettyStreamedFileCustomizableResponseType
 
NettyStreamedFileCustomizableResponseType(StreamedFile) - Constructor for class io.micronaut.http.server.netty.types.files.NettyStreamedFileCustomizableResponseType
 
NettyStreamingFileUpload - Class in io.micronaut.http.server.netty.multipart
An implementation of the StreamingFileUpload interface for Netty.
NettyStreamingFileUpload(FileUpload, HttpServerConfiguration.MultipartConfiguration, ExecutorService, Flux<PartData>) - Constructor for class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
NettySystemFileCustomizableResponseType - Class in io.micronaut.http.server.netty.types.files
Writes a File to the Netty context.
NettySystemFileCustomizableResponseType(File) - Constructor for class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
NettySystemFileCustomizableResponseType(SystemFile) - Constructor for class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
NettyThreadFactory - Class in io.micronaut.http.netty.channel
The Default thread factory the Netty NioEventLoopGroup will use within Micronaut to create threads.
NettyThreadFactory() - Constructor for class io.micronaut.http.netty.channel.NettyThreadFactory
 
nettyThreadFactory() - Method in class io.micronaut.http.netty.channel.NettyThreadFactory
Constructs the default thread factory used by the HTTP client.
NettyWebSocketClientHandler<T> - Class in io.micronaut.http.client.netty.websocket
Handler for WebSocket clients.
NettyWebSocketClientHandler(MutableHttpRequest<?>, WebSocketBean<T>, WebSocketClientHandshaker, RequestBinderRegistry, MediaTypeCodecRegistry, FluxSink<T>) - Constructor for class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
Default constructor.
NettyWebSocketSession - Class in io.micronaut.http.netty.websocket
Implementation of the WebSocketSession interface for Netty.
NettyWebSocketSession(String, Channel, HttpRequest<?>, MediaTypeCodecRegistry, String, boolean) - Constructor for class io.micronaut.http.netty.websocket.NettyWebSocketSession
Creates a new netty web socket session.
NetworkInterface - Class in io.micronaut.discovery.cloud
Represents information about a network interface in the Cloud.
NetworkInterface() - Constructor for class io.micronaut.discovery.cloud.NetworkInterface
 
newAccessLogger() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
Returns a new AccessLogger for the specified log format.
newAnnotationBuilder() - Method in class io.micronaut.annotation.processing.AnnotationUtils
Creates a new annotation builder.
newApplicationContext() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
Creates the ApplicationContext instance.
newApplicationContextBuilder() - Method in class io.micronaut.function.executor.AbstractExecutor
Builds a new builder.
newClassElement(TypeElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newClassElement(TypeElement, AnnotationMetadata, Map<String, ClassElement>) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newClassElement(ClassNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newClassElement(ClassNode, AnnotationMetadata, Map<String, ClassElement>) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newClassElement(C, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new class element for the given type.
newClassElement(C, AnnotationMetadata, Map<String, ClassElement>) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new class element for the given type.
newClassWriterOutputVisitor(File) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
newCollector(String, Predicate<String>, ClassLoader, Function<String, S>) - Static method in class io.micronaut.core.io.service.SoftServiceLoader
 
newConstructorElement(ClassElement, ExecutableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newConstructorElement(ClassElement, MethodNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newConstructorElement(ClassElement, M, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new constructor element for the given type.
newDownstreamSubscription() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
newFieldElement(ClassElement, VariableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newFieldElement(VariableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newFieldElement(ClassElement, FieldNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newFieldElement(FieldNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newFieldElement(PropertyNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
Builds a new field element for the given property.
newFieldElement(ClassElement, F, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new field element for the given type.
newFieldElement(F, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new field element for the given field.
newHttp2ConnectionHandlerBuilder(Http2Connection, HttpClientConfiguration, boolean) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
Creates a new HttpToHttp2ConnectionHandlerBuilder for the given HTTP/2 connection object and config.
newInstrumentation() - Method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
 
newInvocationInstrumenter() - Method in interface io.micronaut.scheduling.instrument.InvocationInstrumenterFactory
An optional invocation instrumentation.
newMessage(ChannelHandlerContext, Http2Stream, Http2Headers, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Create a new FullHttpMessage based upon the current connection parameters.
newMethodElement(ClassElement, ExecutableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newMethodElement(ClassElement, ExecutableElement, AnnotationMetadata, Map<String, Map<String, TypeMirror>>) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
Constructs a method method element with the given generic type information.
newMethodElement(ClassElement, MethodNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newMethodElement(ClassElement, M, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new method element for the given type.
newNoSuchMethodError(Class, String, Class[]) - Static method in class io.micronaut.core.reflect.ReflectionUtils
 
newParameterElement(ClassElement, VariableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
Creates a new parameter element for the given arguments.
newParameterElement(VariableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
Creates a new parameter element for the given args.
newParameterElement(FieldElement, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
Constructs a new ParameterElement for the given field element and metadata.
newReactiveInvocationInstrumenter() - Method in interface io.micronaut.scheduling.instrument.ReactiveInvocationInstrumenterFactory
An optional invocation instrumentation.
newService(String, Optional<Class>) - Method in class io.micronaut.core.io.service.SoftServiceLoader
 
newSession() - Method in class io.micronaut.session.InMemorySessionStore
 
newSession() - Method in interface io.micronaut.session.SessionStore
Create a new unsaved session.
newSessionCache(SessionConfiguration) - Method in class io.micronaut.session.InMemorySessionStore
Creates a new session cache.
newSourceClassElement(TypeElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newSourceClassElement(ClassNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newSourceClassElement(C, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new source class element for the given type.
newSourceMethodElement(ClassElement, ExecutableElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.JavaElementFactory
 
newSourceMethodElement(ClassElement, MethodNode, AnnotationMetadata) - Method in class io.micronaut.ast.groovy.visitor.GroovyElementFactory
 
newSourceMethodElement(ClassElement, M, AnnotationMetadata) - Method in interface io.micronaut.inject.ast.ElementFactory
Builds a new source method element for the given method.
newUriMatchTemplate(CharSequence, List<UriTemplate.PathSegment>, Pattern, List<UriMatchVariable>) - Method in class io.micronaut.http.uri.UriMatchTemplate
 
newUriMatchTemplate(CharSequence, List<UriTemplate.PathSegment>, Pattern, List<UriMatchVariable>) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
 
newUriTemplate(CharSequence, List<UriTemplate.PathSegment>) - Method in class io.micronaut.http.uri.UriMatchTemplate
 
newUriTemplate(CharSequence, List<UriTemplate.PathSegment>) - Method in class io.micronaut.http.uri.UriTemplate
 
newVisitorContext() - Method in class io.micronaut.annotation.processing.AnnotationUtils
Creates a new JavaVisitorContext.
newVisitorContext(ProcessingEnvironment) - Method in class io.micronaut.annotation.processing.BeanDefinitionInjectProcessor
 
nextTimeAfter(ZonedDateTime) - Method in class io.micronaut.scheduling.cron.CronExpression
This will search for the next time within the next 4 years.
nextTimeAfter(ZonedDateTime, long) - Method in class io.micronaut.scheduling.cron.CronExpression
This will search for the next time within the next durationInMillis millisecond.
nextTimeAfter(ZonedDateTime, ZonedDateTime) - Method in class io.micronaut.scheduling.cron.CronExpression
This will search for the next time within the given dateTimeBarrier.
nioBuffer() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
nioBuffer(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
nioBufferCount() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
nioBuffers() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
nioBuffers(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
NioEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
Factory for NioEventLoopGroup.
NioEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
 
NO_OP - Static variable in interface io.micronaut.context.ApplicationContextConfigurer
A default configurer which does nothing.
NO_OP - Static variable in interface io.micronaut.context.event.ApplicationEventPublisher
 
NO_STATUS_RECEIVED - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
NoAvailableServiceException - Exception in io.micronaut.discovery.exceptions
An exception thrown when no service is available.
NoAvailableServiceException(String) - Constructor for exception io.micronaut.discovery.exceptions.NoAvailableServiceException
 
noContent() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.NO_CONTENT response with an empty body.
NoHostException - Exception in io.micronaut.http.client.exceptions
Thrown when a request is made that has no host information.
NoHostException(String) - Constructor for exception io.micronaut.http.client.exceptions.NoHostException
 
NoHostException(String, Throwable) - Constructor for exception io.micronaut.http.client.exceptions.NoHostException
 
NoHostException(String, Throwable, boolean) - Constructor for exception io.micronaut.http.client.exceptions.NoHostException
 
NON_NULL - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Simple Annotation name used for non-null.
NonBinding - Annotation Type in io.micronaut.context.annotation
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
NonBlocking - Annotation Type in io.micronaut.core.annotation
A marker annotation for methods that are non-blocking.
NonBlockingBodyArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
A marker interface for argument binders that are non-blocking.
nonGenerated - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
 
NonNull - Annotation Type in io.micronaut.core.annotation
A common annotation to declare that annotated elements cannot be null.
NonUniqueBeanException - Exception in io.micronaut.context.exceptions
Exception thrown when a bean is not unique and has multiple possible implementations for a given bean type.
NonUniqueBeanException(Class, Iterator<BeanDefinition<T>>) - Constructor for exception io.micronaut.context.exceptions.NonUniqueBeanException
 
noOp() - Static method in interface io.micronaut.context.event.ApplicationEventPublisher
Returns a no-op instance of ApplicationEventPublisher.
noop() - Static method in interface io.micronaut.scheduling.instrument.Instrumentation
 
NOOP - Static variable in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
Noop implementation if InvocationInstrumenter.
NORMAL - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
normalizeNested(String, CharSequence) - Method in class io.micronaut.http.uri.UriTemplate
Normalize a nested URI.
normalizeUri(String) - Method in interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy
Normalizes a URI.
NoSuchBeanException - Exception in io.micronaut.context.exceptions
Thrown when no such beans exists.
NoSuchBeanException(Class<?>) - Constructor for exception io.micronaut.context.exceptions.NoSuchBeanException
 
NoSuchBeanException(Argument<?>) - Constructor for exception io.micronaut.context.exceptions.NoSuchBeanException
 
NoSuchBeanException(Class<T>, Qualifier<T>) - Constructor for exception io.micronaut.context.exceptions.NoSuchBeanException
 
NoSuchBeanException(Argument<T>, Qualifier<T>) - Constructor for exception io.micronaut.context.exceptions.NoSuchBeanException
 
NoSuchBeanException(String) - Constructor for exception io.micronaut.context.exceptions.NoSuchBeanException
 
NoSuchMessageException - Exception in io.micronaut.context.exceptions
Thrown if an error occurs locating a message.
NoSuchMessageException(String) - Constructor for exception io.micronaut.context.exceptions.NoSuchMessageException
Default constructor.
notAllowed(HttpMethod...) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.METHOD_NOT_ALLOWED response with an empty body.
notAllowed(Set<HttpMethod>) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.METHOD_NOT_ALLOWED response with an empty body.
notAllowedGeneric(Set<? extends CharSequence>) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.METHOD_NOT_ALLOWED response with an empty body.
notFound() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.NOT_FOUND response with an empty body.
notFound(T) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.NOT_FOUND response with a body.
NotImplementedElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for not implemented tokens.
NotImplementedElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.NotImplementedElementBuilder
 
notModified() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.NOT_MODIFIED response with an empty body.
notNull() - Method in class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
Fail the argument with the given message.
nThreads - Variable in class io.micronaut.scheduling.executor.UserExecutorConfiguration
 
NULLABLE - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Simple Annotation name used for nullable.
Nullable - Annotation Type in io.micronaut.core.annotation
A common annotation to declare that annotated elements can be null under some circumstance.
NullableParameterRule - Class in io.micronaut.validation.routes.rules
Validates route parameters are nullable or optional for optional template variables.
NullableParameterRule() - Constructor for class io.micronaut.validation.routes.rules.NullableParameterRule
 
NullArgument - Class in io.micronaut.web.router
Represents an argument with a null value.
nullNode() - Static method in class io.micronaut.json.tree.JsonNode
 

O

OBJECT_ARGUMENT - Static variable in interface io.micronaut.core.type.Argument
Default Object argument.
objectMapper(JacksonConfiguration, JsonFactory) - Method in class io.micronaut.jackson.ObjectMapperFactory
Builds the core Jackson ObjectMapper from the optional configuration and JsonFactory.
ObjectMapperFactory - Class in io.micronaut.jackson
Factory bean for creating the Jackson ObjectMapper.
ObjectMapperFactory() - Constructor for class io.micronaut.jackson.ObjectMapperFactory
 
ObjectNodeConvertibleValues<V> - Class in io.micronaut.jackson.databind.convert
Simple facade over a Jackson ObjectNode to make it a ConvertibleValues.
ObjectNodeConvertibleValues(ObjectNode, ConversionService<?>) - Constructor for class io.micronaut.jackson.databind.convert.ObjectNodeConvertibleValues
 
objectNodeToConvertibleValuesConverter() - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
objectNodeToConvertibleValuesConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
ObjectSerializer - Interface in io.micronaut.core.serialize
Interface for implementations capable of serializing objects.
objectToJsonNodeConverter() - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
objectToJsonNodeConverter() - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
ObjectToMultiValuesConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
 
of(MethodInvocationContext<?, ?>) - Static method in interface io.micronaut.aop.InterceptedMethod
Creates a new instance of intercept method supporting intercepting different reactive invocations.
of(MethodInvocationContext<?, ?>) - Static method in class io.micronaut.aop.internal.intercepted.InterceptedMethodUtil
Find possible InterceptedMethod implementation.
of(String, int) - Static method in interface io.micronaut.context.env.ActiveEnvironment
Creates a new active environment for the given arguments.
of(String, Map<String, Object>) - Static method in class io.micronaut.context.env.MapPropertySource
Create a new MapPropertySource from the given map.
of(String, Map<String, Object>) - Static method in interface io.micronaut.context.env.PropertySource
Create a PropertySource from the given map.
of(String, Map<String, Object>, PropertySource.PropertyConvention) - Static method in interface io.micronaut.context.env.PropertySource
Create a PropertySource from the given map.
of(String, Object...) - Static method in interface io.micronaut.context.env.PropertySource
Create a PropertySource from the given map.
of(String, Map<String, Object>, int) - Static method in interface io.micronaut.context.env.PropertySource
Create a PropertySource from the given map.
of(Map<String, Object>) - Static method in interface io.micronaut.context.env.PropertySource
Create a PropertySource named Environment.DEFAULT_NAME from the given map.
of(Locale) - Static method in interface io.micronaut.context.MessageSource.MessageContext
Obtain a message context for the given locale.
of(Map<String, Object>) - Static method in interface io.micronaut.context.MessageSource.MessageContext
Obtain a message context for the given variables.
of(Locale, Map<String, Object>) - Static method in interface io.micronaut.context.MessageSource.MessageContext
Obtain a message context for the given locale and variables.
of(B) - Static method in interface io.micronaut.core.beans.BeanMap
Creates a BeanMap for the given bean.
of(Map<String, Argument<?>>) - Static method in interface io.micronaut.core.convert.ConversionContext
Create a simple ConversionContext for the given generic type variables.
of(Argument<T>) - Static method in interface io.micronaut.core.convert.ConversionContext
Create a new simple ConversionContext for the given generic type variables.
of(Class<T>) - Static method in interface io.micronaut.core.convert.ConversionContext
Create a simple ConversionContext for the given generic type variables.
of(Argument<T>, Locale) - Static method in interface io.micronaut.core.convert.ConversionContext
Create a simple ConversionContext for the given generic type variables.
of(Argument<T>, Locale, Charset) - Static method in interface io.micronaut.core.convert.ConversionContext
Create a simple ConversionContext for the given generic type variables.
of(Argument<T>) - Static method in interface io.micronaut.core.convert.ImmutableArgumentConversionContext
Create a new simple ConversionContext for the given generic type variables.
of(Class<T>) - Static method in interface io.micronaut.core.convert.ImmutableArgumentConversionContext
Create a simple ConversionContext for the given generic type variables.
of(Class<ST>, Class<TT>, Function<ST, TT>) - Static method in interface io.micronaut.core.convert.TypeConverter
Creates a new TypeConverter for the give source type, target type and conversion function.
of(Map<CharSequence, List<T>>) - Static method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
Creates a new OptionalValues for the given type and values.
of(Map<? extends CharSequence, T>) - Static method in interface io.micronaut.core.convert.value.ConvertibleValues
Creates a new ConvertibleValues for the values.
of(Map<? extends CharSequence, T>) - Static method in interface io.micronaut.core.convert.value.MutableConvertibleValues
Creates a new ConvertibleValues for the values.
of(URL) - Static method in interface io.micronaut.core.io.Readable
Create a Readable for the given URL.
of(File) - Static method in interface io.micronaut.core.io.Readable
Create a Readable for the given file.
of(Path) - Static method in interface io.micronaut.core.io.Readable
Create a Readable for the given path.
of(String, Class<S>) - Static method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
 
of(String, Supplier<S>) - Static method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
 
of(Class<T>, String, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, String, AnnotationMetadata, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, AnnotationMetadata, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, String) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Type) - Static method in interface io.micronaut.core.type.Argument
Allows coercing a Type instance to an Argument.
of(Class<T>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, Class<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T>, AnnotationMetadata, Class<?>[]) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name.
of(Class<T1>, Argument<?>...) - Static method in interface io.micronaut.core.type.ReturnType
Create a new return type from the given type and arguments.
of(Map<String, List<String>>) - Static method in class io.micronaut.core.util.EnvironmentProperties
Creates a new environment to property names cache with the supplied set of precomputed values.
of(Map<CharSequence, List<T>>) - Static method in interface io.micronaut.core.value.OptionalMultiValues
Creates a new OptionalValues for the given type and values.
of(Class<T>, Map<CharSequence, ?>) - Static method in interface io.micronaut.core.value.OptionalValues
Creates a new OptionalValues for the given type and values.
of(String, URL) - Static method in interface io.micronaut.discovery.ServiceInstance
Construct a new ServiceInstance for the given ID and URL.
of(String, URI) - Static method in interface io.micronaut.discovery.ServiceInstance
Construct a new ServiceInstance for the given ID and URL.
of(String, String, int) - Static method in interface io.micronaut.discovery.ServiceInstance
Construct a new ServiceInstance for the given ID, host and port using the HTTP scheme.
of(Class<SA>, ArgumentBinder<ST, HttpRequest<?>>) - Static method in interface io.micronaut.http.bind.binders.AnnotatedRequestArgumentBinder
Create a binder from an annotation type and another binder.
of(MediaTypeCodec...) - Static method in interface io.micronaut.http.codec.MediaTypeCodecRegistry
Create a new registry from the given codecs.
of(Collection<MediaTypeCodec>) - Static method in interface io.micronaut.http.codec.MediaTypeCodecRegistry
Create a new registry from the given codecs.
of(String, String) - Static method in interface io.micronaut.http.cookie.Cookie
Construct a new Cookie for the given name and value.
of(FT, AnnotationMetadata, Set<HttpMethod>, String...) - Static method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
Creates a filter entry for the given arguments.
of(FT, AnnotationMetadata, Set<HttpMethod>, FilterPatternStyle, String...) - Static method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
Creates a filter entry for the given arguments.
of(URI) - Static method in interface io.micronaut.http.hateoas.Link
Create a link from the given URI.
of(String) - Static method in interface io.micronaut.http.hateoas.Link
Create a link from the given URI.
of(String) - Static method in class io.micronaut.http.MediaType
Create a new or get a MediaType from the given text.
of(CharSequence) - Static method in class io.micronaut.http.MediaType
Create a new MediaType from the given text.
of(CharSequence...) - Static method in class io.micronaut.http.MediaType
Create a new MediaType from the given text.
of(ET) - Static method in interface io.micronaut.http.sse.Event
Constructs a new event for the given data.
of(Event, ET) - Static method in interface io.micronaut.http.sse.Event
Constructs a new event for the given data.
of(URI) - Static method in interface io.micronaut.http.uri.UriBuilder
Create a UriBuilder with the given base URI as a starting point.
of(CharSequence) - Static method in interface io.micronaut.http.uri.UriBuilder
Create a UriBuilder with the given base URI as a starting point.
of(String) - Static method in class io.micronaut.http.uri.UriMatchTemplate
Create a new UriTemplate for the given URI.
of(String) - Static method in class io.micronaut.http.uri.UriTemplate
Create a new UriTemplate for the given URI.
of(Class<?>) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given simple type.
of(Type) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given complex type.
of(Class<?>, AnnotationMetadata, Map<String, ClassElement>) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given simple type.
of(String) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given simple type.
of(String, boolean, AnnotationMetadata) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given simple type.
of(String, boolean, AnnotationMetadata, Map<String, ClassElement>) - Static method in interface io.micronaut.inject.ast.ClassElement
Create a class element for the given simple type.
of(Class<T1>) - Static method in interface io.micronaut.inject.ast.ElementQuery
Create a new ElementQuery for the given element type.
of(ClassElement, AnnotationMetadata, ClassElement, ClassElement, String, ParameterElement...) - Static method in interface io.micronaut.inject.ast.MethodElement
Creates a MethodElement for the given parameters.
of(String) - Static method in interface io.micronaut.inject.ast.PackageElement
Creates a new package element for the given name.
of(Class<?>, String) - Static method in interface io.micronaut.inject.ast.ParameterElement
Creates a parameter element for a simple type and name.
of(ClassElement, String) - Static method in interface io.micronaut.inject.ast.ParameterElement
Creates a parameter element for the given arguments.
of(BeanDefinition<T1>, ExecutableMethod<T1, R1>) - Static method in interface io.micronaut.inject.BeanDefinitionMethodReference
of(String) - Static method in interface io.micronaut.inject.BeanIdentifier
Create a new BeanIdentifier for the given id.
of(T2, ExecutableMethod<T2, R2>) - Static method in interface io.micronaut.inject.ExecutionHandle
Creates an ExecutionHandle for the give bean and method.
of(Element...) - Static method in interface io.micronaut.inject.writer.OriginatingElements
Factory to create the originating elements.
of(ExecutorType) - Static method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Construct a UserExecutorConfiguration for the given ExecutorType.
of(String, ExecutorType) - Static method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Construct a UserExecutorConfiguration for the given ExecutorType.
of(ExecutorType, int) - Static method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Construct a UserExecutorConfiguration for the given ExecutorType.
of(ExecutorType, int, Class<? extends ThreadFactory>) - Static method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Construct a UserExecutorConfiguration for the given ExecutorType.
of(WatchEvent.Kind) - Static method in enum io.micronaut.scheduling.io.watch.event.WatchEventType
Produces a WatchEventType for the given WatchEvent.kind().
ofTypeVariable(Class<T>, String, AnnotationMetadata, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name that is a type variable.
ofTypeVariable(Class<T>, String, String, AnnotationMetadata, Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name that is a type variable.
ofTypeVariable(Class<T>, String) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name that is a type variable.
ofTypeVariable(Class<T>, String, String) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument for the given type and name that is a type variable.
ok() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.OK response with an empty body.
ok(T) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.OK response with a body.
ok(T) - Method in interface io.micronaut.http.HttpResponseFactory
Creates an HttpStatus.OK response with a body.
ok() - Method in interface io.micronaut.http.HttpResponseFactory
 
ok(T) - Method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
 
ok(T) - Method in class io.micronaut.http.simple.SimpleHttpResponseFactory
 
OMIT_CONFPROP_INJECTION_POINTS - Static variable in class io.micronaut.inject.writer.BeanDefinitionWriter
 
onApplicationEvent(E) - Method in interface io.micronaut.context.event.ApplicationEventListener
Handle an application event.
onApplicationEvent(AbstractServiceInstanceEvent) - Method in class io.micronaut.discovery.registration.AutoRegistration
 
onApplicationEvent(ServiceReadyEvent) - Method in class io.micronaut.health.HeartbeatTask
 
onApplicationEvent(RefreshEvent) - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
onApplicationEvent(RefreshEvent) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
 
onApplicationEvent(RefreshEvent) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
onApplicationEvent(FileChangedEvent) - Method in class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
 
onApplicationEvent(WebSocketEvent) - Method in class io.micronaut.session.websocket.SessionWebSocketEventListener
 
OncePerRequestHttpServerFilter - Class in io.micronaut.http.filter
Deprecated.
All filters are executed once per request starting in Micronaut 3.0. Directly implement HttpServerFilter instead of extending this class and replace any usages of `micronaut.once` attributes with a custom attribute name.
OncePerRequestHttpServerFilter() - Constructor for class io.micronaut.http.filter.OncePerRequestHttpServerFilter
Deprecated.
 
OnClose - Annotation Type in io.micronaut.websocket.annotation
Annotation that can be applied to a method that will receive WebSocket close frames.
onComplete(Publisher<T>, Supplier<CompletableFuture<Void>>) - Static method in class io.micronaut.core.async.publisher.Publishers
Allow executing logic on completion of a Publisher.
onComplete() - Method in interface io.micronaut.core.async.subscriber.Completable
* Successful terminal state.
onComplete() - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
onComplete() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
onComplete() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
onComplete() - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
 
onComplete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
onComplete() - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
onComplete() - Method in class io.micronaut.http.netty.stream.JsonSubscriber
On complete the opening bracket should be emitted if no items were ever produced, then the closing bracket.
onComplete(T) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
 
onConnect(ChannelPipeline) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineListener
A method called every time the pipeline is initialized.
onCreated(BeanCreatedEvent<T>) - Method in interface io.micronaut.context.event.BeanCreatedEventListener
Fired when a bean is created and all PostConstruct initialization hooks have been called.
onCreated(BeanCreatedEvent<Router>) - Method in class io.micronaut.web.router.version.VersionAwareRouterListener
Returns a wrapped Router to FilteredRouter.
onData(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
Called after verifying the data of the message.
onData(ByteBufHolder) - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
 
onData(ByteBufHolder) - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onDestroyed(BeanDestroyedEvent<T>) - Method in interface io.micronaut.context.event.BeanDestroyedEventListener
Fired when a bean has been destroyed and all PreDestroy methods invoked.
onError(Throwable) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
onError(Throwable) - Method in interface io.micronaut.core.async.subscriber.Emitter
Failed terminal state.
onError(Throwable) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
onError(Throwable) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
 
onError(Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
onError(Throwable) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
onError(Throwable) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
 
onError(Throwable, HttpRequest<?>) - Method in class io.micronaut.http.server.RouteExecutor
Creates a response publisher to represent the response after being handled by any available error route or exception handler.
OnError - Annotation Type in io.micronaut.websocket.annotation
Annotation that can be applied to a method that will receive WebSocket errors.
onEviction(K, V) - Method in interface io.micronaut.core.util.clhm.EvictionListener
A call-back notification that the entry was evicted.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onInitialized(BeanInitializingEvent<T>) - Method in interface io.micronaut.context.event.BeanInitializedEventListener
Fired when a bean is instantiated but the PostConstruct initialization hooks have not yet been called and in this case of bean Provider instances the Provider.get() method has not yet been invoked.
onLastResponseWrite(int) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Triggers LogElements for the ON_LAST_RESPONSE_WRITE event.
onLastResponseWrite(int) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
Responds to an ON_LAST_RESPONSE_WRITE event.
onlyAbstract() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates that only abstract members should be returned.
onlyAccessible() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates that only accessible members should be returned.
onlyAccessible(ClassElement) - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates that only accessible members from the given type should be returned.
onlyConcrete() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates that only concrete members should be returned.
onlyDeclared() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates that only declared members should be returned and not members from parent classes.
onlyInjected() - Method in interface io.micronaut.inject.ast.ElementQuery
Search for methods that are injection points.
onlyInstance() - Method in interface io.micronaut.inject.ast.ElementQuery
Indicates to return only instance (non-static methods).
onMatch(String, Label) - Method in class io.micronaut.inject.writer.StringSwitchWriter
Generate on case matches statement.
OnMessage - Annotation Type in io.micronaut.websocket.annotation
Annotation that can be applied to a method that will receive WebSocket message frames.
onNext(T) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
onNext(T) - Method in interface io.micronaut.core.async.subscriber.Emitter
Data notification sent by the Publisher in response to requests to Subscription.request(long).
onNext(T) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
onNext(T) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
 
onNext(T) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
onNext(T, ChannelPromise) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
Write the message with the supplied promise.
onNext(WebSocketFrame) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
onNext(HttpContent) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
The goal is to prevent the emission of the opening bracket if the underlying stream never emits an item and only produces an error.
OnOpen - Annotation Type in io.micronaut.websocket.annotation
Annotation that can be applied to a method that will receive WebSocket open frames.
onPreDestroy(BeanPreDestroyEvent<T>) - Method in interface io.micronaut.context.event.BeanPreDestroyEventListener
Fired when a bean is is about to be destroyed but before any PreDestroy methods have been invoked.
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onRefreshEvent(RefreshEvent) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
Handle a RefreshEvent synchronously.
onRequestHeaders(SocketChannel, String, HttpHeaders, String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Triggers LogElements for the ON_REQUEST_HEADERS event.
onRequestHeaders(SocketChannel, String, HttpHeaders, String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
 
onRequestHeaders(SocketChannel, String, HttpHeaders, String, String) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
Responds to an ON_REQUEST_HEADERS event.
onResponseHeaders(ChannelHandlerContext, HttpHeaders, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Triggers LogElements for the ON_RESPONSE_HEADERS event.
onResponseHeaders(ChannelHandlerContext, HttpHeaders, String) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
Responds to an ON_RESPONSE_HEADERS event.
onResponseHeaders(ChannelHandlerContext, HttpHeaders, String) - Method in class io.micronaut.session.http.SessionLogElement
 
onResponseWrite(int) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Triggers LogElements for the ON_RESPONSE_WRITE event.
onResponseWrite(int) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
Responds to an ON_RESPONSE_WRITE event.
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onRstStreamRead(Http2Stream, HttpMessage) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Called if a RST_STREAM is received but we have some data for that stream.
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onStreamRemoved(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
onSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
onSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
onSubscribe(Subscription) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
 
onSubscribe(Subscription) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
 
onSubscribe(Subscription) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
onSubscribe(Subscription) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
 
onUpstreamMessage(R) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
Called when an message is received from the upstream Subscriber.
onUpstreamMessage(ByteBufHolder) - Method in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
onUpstreamMessage(byte[]) - Method in class io.micronaut.jackson.core.parser.JacksonCoreProcessor
 
onUpstreamMessage(byte[]) - Method in class io.micronaut.jackson.parser.JacksonProcessor
 
open() - Method in interface io.micronaut.retry.RetryState
Opens the retry state.
OPEN_BRACKET - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
 
openInputStream() - Method in interface io.micronaut.inject.writer.GeneratedFile
Gets an InputStream for this file object.
openMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
Returns the method annotated with OnOpen.
openOutputStream() - Method in interface io.micronaut.inject.writer.GeneratedFile
Gets an OutputStream for this file object.
openReader() - Method in interface io.micronaut.inject.writer.GeneratedFile
Gets a reader for this object.
openWriter() - Method in interface io.micronaut.inject.writer.GeneratedFile
Gets a Writer for this file object.
OperatingSystem - Class in io.micronaut.context.condition
Details of the current operating system.
Optimizations(Map<String, SoftServiceLoader.StaticServiceLoader<?>>) - Constructor for class io.micronaut.core.io.service.SoftServiceLoader.Optimizations
 
Optimizations(Set<String>) - Constructor for class io.micronaut.core.reflect.ClassUtils.Optimizations
 
Option - Class in io.micronaut.core.cli
Represents a command line option.
Option(String, String) - Constructor for class io.micronaut.core.cli.Option
 
OptionalMultiValues<V> - Interface in io.micronaut.core.value
An OptionalValues that for each key features an Optional List of values.
OptionalSessionArgumentBinder - Class in io.micronaut.session.binder
 
OptionalSessionArgumentBinder() - Constructor for class io.micronaut.session.binder.OptionalSessionArgumentBinder
 
OptionalSessionValueArgumentBinder - Class in io.micronaut.session.binder
 
OptionalSessionValueArgumentBinder() - Constructor for class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
 
OptionalValues<V> - Interface in io.micronaut.core.value
A simple type safe abstraction over a map of optional values.
OptionalValuesMap<T> - Class in io.micronaut.core.value
Default implementation of OptionalValues.
OptionalValuesMap(Class<?>, Map<CharSequence, ?>) - Constructor for class io.micronaut.core.value.OptionalValuesMap
 
OptionalValuesSerializer - Class in io.micronaut.jackson.serialize
A Jackson Serializer for OptionalValues.
OptionalValuesSerializer() - Constructor for class io.micronaut.jackson.serialize.OptionalValuesSerializer
 
OptionalValuesSerializer(JacksonConfiguration) - Constructor for class io.micronaut.jackson.serialize.OptionalValuesSerializer
 
Options - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.OPTIONS.
options(String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
OPTIONS(URI) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.OPTIONS request for the given URI.
OPTIONS(String) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest for a HttpMethod.OPTIONS request for the given URI.
options(String) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.OPTIONS request for the given URI.
options(String) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
OPTIONS(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
OPTIONS(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
OPTIONS(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
OPTIONS(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
OPTIONS(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP OPTIONS.
OPTIONS(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
OPTIONS(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
OPTIONS(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
OPTIONS(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
OPTIONS(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
OPTIONS(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
OPTIONS(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
OPTIONS(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
OPTIONS(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.OPTIONS method and the given URI.
optionValue(String) - Method in interface io.micronaut.core.cli.CommandLine
The value of an option.
ORACLE_CLOUD - Static variable in interface io.micronaut.context.env.Environment
Cloud provider Oracle Cloud.
Order - Annotation Type in io.micronaut.core.annotation
Annotation for objects that are ordered.
order() - Method in enum io.micronaut.http.filter.ServerFilterPhase
 
order() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
Deprecated.
order(ByteOrder) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
Deprecated.
ORDER - Static variable in class io.micronaut.http.server.util.locale.HttpAbstractLocaleResolver
 
ORDER - Static variable in class io.micronaut.http.server.util.locale.HttpFixedLocaleResolver
 
ORDER - Static variable in class io.micronaut.http.server.util.locale.RequestLocaleResolver
 
ORDER - Static variable in class io.micronaut.session.http.HttpSessionFilter
The order of the filter.
Ordered - Interface in io.micronaut.core.order
Interface for objects that are ordered.
orderedOf(CharSequence...) - Static method in class io.micronaut.http.MediaType
Returns the ordered media types for the given values.
orderedOf(List<? extends CharSequence>) - Static method in class io.micronaut.http.MediaType
Returns the ordered media types for the given values.
OrderUtil - Class in io.micronaut.core.order
Apply the Ordered interface to lists or arrays.
OrderUtil() - Constructor for class io.micronaut.core.order.OrderUtil
 
orElse(T) - Method in interface io.micronaut.context.BeanProvider
Allows selecting an alternative bean if the backing bean is not present.
orElseFail(String) - Method in class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
Fail the argument with the given message.
orElseThrow(Supplier<? extends X>) - Method in interface io.micronaut.core.io.service.ServiceDefinition
Load the service of throw the given exception.
ORIGIN - Static variable in interface io.micronaut.http.HttpHeaders
"Origin".
originatingElements - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
Elements that the config originates from.
originatingElements - Variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
OriginatingElements - Interface in io.micronaut.inject.writer
Interface for types that provide originating elements.
originatingRequest - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
originatingType() - Method in interface io.micronaut.web.router.ErrorRoute
 
originatingType() - Method in interface io.micronaut.web.router.StatusRoute
 
OUTBOUND_KEY - Static variable in class io.micronaut.http.server.netty.NettyHttpServer
 
OutgoingHttpRequestProcessor - Interface in io.micronaut.http.util
Defines a utility class which evaluates if a HttpRequest should be processed.
OutgoingHttpRequestProcessorImpl - Class in io.micronaut.http.util
Implementation of OutgoingHttpRequestProcessor.
OutgoingHttpRequestProcessorImpl() - Constructor for class io.micronaut.http.util.OutgoingHttpRequestProcessorImpl
 
OutgointRequestProcessorMatcher - Interface in io.micronaut.http.util
Defines regular expressions to match requests.
overrideConfigLocations(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Override default config locations.
overrideConfigLocations(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
overrides(MethodElement) - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
overrides(MethodElement) - Method in interface io.micronaut.inject.ast.MethodElement
Checks if this method element overrides another.
overridingOrHidingMethod(ExecutableElement, TypeElement, boolean) - Method in class io.micronaut.annotation.processing.ModelUtils
Tests if candidate method is overridden from a given class or subclass.

P

PackageConfigurationInjectProcessor - Class in io.micronaut.annotation.processing
An annotation processor that generates BeanConfiguration implementations for each package annotated with Configuration.
PackageConfigurationInjectProcessor() - Constructor for class io.micronaut.annotation.processing.PackageConfigurationInjectProcessor
 
PackageElement - Interface in io.micronaut.inject.ast
Models a package in source code.
PackageRenameRemapper - Interface in io.micronaut.inject.annotation
A AnnotationRemapper that simply renames packages retaining the original simple class names as is.
packages(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
The packages to include for package scanning.
packages(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
packages - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
Beans are those requiring full reflective access to all public members.
packages(String...) - Method in class io.micronaut.runtime.Micronaut
 
Parallel - Annotation Type in io.micronaut.context.annotation
A hint annotation that can be added to Bean definitions or Executable methods to indicate that they can be initialized in parallel with the application context.
Parameter - Annotation Type in io.micronaut.context.annotation
Specifies that an argument to a bean constructor is user provided and a ParametrizedBeanFactory should be generated.
ParameterAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
An AnnotatedArgumentBinder implementation that uses the QueryValue to trigger binding from an HTTP request parameter.
ParameterAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.ParameterAnnotationBinder
 
ParameterElement - Interface in io.micronaut.inject.ast
Represents a parameter to a method or constructor.
parameterizedClassElement(TypeMirror, JavaVisitorContext, Map<String, Map<String, TypeMirror>>) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
Returns a class element with aligned generic information.
parameterNameProvider(ParameterNameProvider) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
parameters - Variable in class io.micronaut.http.MediaType
 
ParameterVersionResolver - Class in io.micronaut.web.router.version.resolution
A RequestVersionResolver responsible for extracting version from HttpParameters.
ParameterVersionResolver(ParameterVersionResolverConfiguration) - Constructor for class io.micronaut.web.router.version.resolution.ParameterVersionResolver
Creates a RequestVersionResolver to extract version from request parameter.
ParameterVersionResolverConfiguration - Class in io.micronaut.web.router.version.resolution
Configuration for version resolution via request parameters.
ParameterVersionResolverConfiguration() - Constructor for class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
 
ParametrizedBeanFactory<T> - Interface in io.micronaut.inject
A BeanFactory that requires additional (possibly user supplied) parameters in order construct a bean.
ParametrizedProvider<T> - Interface in io.micronaut.inject
An extended version of the Provider interface for ParametrizedBeanFactory.
parentSubscription - Variable in class io.micronaut.core.async.processor.SingleSubscriberProcessor
 
parse(JavaFileObject...) - Method in class io.micronaut.annotation.processing.test.JavaParser
Parses sources into CompilationUnitTree units.
parse(JavaFileObject...) - Static method in class io.micronaut.annotation.processing.test.Parser
Parses sources into compilation units.
parse(String...) - Method in interface io.micronaut.core.cli.CommandLine.Builder
Parses the given list of command line arguments.
parse(String...) - Static method in interface io.micronaut.core.cli.CommandLine
Parse a new command line with the default options.
parse(String) - Static method in enum io.micronaut.http.HttpMethod
 
parse(List<UriTemplate.PathSegment>) - Method in class io.micronaut.http.uri.UriTemplate.UriTemplateParser
Parse a list of segments.
ParseException - Exception in io.micronaut.core.cli.exceptions
Exception that is thrown in command line parsing fails.
ParseException(String) - Constructor for exception io.micronaut.core.cli.exceptions.ParseException
Constructor.
ParseException(Throwable) - Constructor for exception io.micronaut.core.cli.exceptions.ParseException
Constructor.
parseLines(String, String...) - Method in class io.micronaut.annotation.processing.test.JavaParser
Parses sources into compilation units.
parseLines(String, String...) - Static method in class io.micronaut.annotation.processing.test.Parser
Parses sources into compilation units.
parseLocale(String) - Static method in class io.micronaut.core.util.StringUtils
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags.
parseNew(String[]) - Method in interface io.micronaut.core.cli.CommandLine
Parses a new CommandLine instance that combines this instance with the given arguments.
Parser - Class in io.micronaut.annotation.processing.test
Methods to parse Java source files.
Parser() - Constructor for class io.micronaut.annotation.processing.test.Parser
 
parseString(String) - Method in interface io.micronaut.core.cli.CommandLine.Builder
Parses a string of all the command line options converting them into an array of arguments to pass to #parse(String..args).
Part - 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 a specific part of a "multipart/form-data" request.
PartData - Interface in io.micronaut.http.multipart
Represents a chunk of data belonging to a part of a multipart request.
Patch - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.PATCH.
patch(String, T) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
PATCH(URI, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.PATCH request for the given URI.
PATCH(String, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.PATCH request for the given URI.
patch(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.PATCH request for the given URI.
patch(String, T) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
PATCH(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PATCH(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PATCH(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PATCH(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
PATCH(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP PATCH.
PATCH(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
PATCH(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
PATCH(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
PATCH(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
PATCH(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PATCH(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PATCH(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PATCH(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PATCH(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.PATCH method and the given URI.
path(String) - Method in interface io.micronaut.http.cookie.Cookie
Sets the path of the cookie.
path(String) - Method in class io.micronaut.http.hateoas.JsonError
Sets the path.
path(String) - Method in class io.micronaut.http.hateoas.VndError
 
path(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
path(String) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
path(String) - Method in interface io.micronaut.http.uri.UriBuilder
Appends the given path to the existing path correctly handling '/'.
PATH - Static variable in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
The path for endpoints settings.
PathMatcher - Interface in io.micronaut.core.util
Interface for components that can match source strings against a specified pattern string.
PATHS - Static variable in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
The watch paths.
pathToClassName(String) - Static method in class io.micronaut.core.reflect.ClassUtils
Converts a URI to a class file reference to the class name
PathVariable - Annotation Type in io.micronaut.http.annotation
Used to bind a parameter exclusively from a path variable.
PathVariableAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
Used for binding a parameter exclusively from a path variable.
PathVariableAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.PathVariableAnnotationBinder
 
pattern - Variable in class io.micronaut.http.uri.UriMatchTemplate
 
pattern(String) - Method in interface io.micronaut.web.router.FilterRoute
Add an addition pattern to this filter route.
patternStyle(FilterPatternStyle) - Method in interface io.micronaut.web.router.FilterRoute
Sets the pattern style that this filter route matches.
PatternValidator - Class in io.micronaut.validation.validator.constraints
Validator for the Pattern annotation.
PatternValidator() - Constructor for class io.micronaut.validation.validator.constraints.PatternValidator
 
permanentRedirect(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.PERMANENT_REDIRECT response with the location of the new resource.
permitsRequestBody(HttpMethod) - Static method in enum io.micronaut.http.HttpMethod
Whether the given method allows a request body.
PersistenceContextAnnotationMapper - Class in io.micronaut.inject.annotation.internal
Allows using the PersistenceContext annotation in Micronaut.
PersistenceContextAnnotationMapper() - Constructor for class io.micronaut.inject.annotation.internal.PersistenceContextAnnotationMapper
 
POLICY_VIOLATION - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
pongHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
pongMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
Returns the method annotated with OnMessage responsible for pong messages.
populateAnnotationData(T, T, A, DefaultAnnotationMetadata, boolean, RetentionPolicy, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Populate the annotation data for the given annotation.
populateAnnotationData(T, boolean, A, DefaultAnnotationMetadata, boolean, RetentionPolicy, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Populate the annotation data for the given annotation.
populateInterfaces(Class<?>, Set<Class>) - Static method in class io.micronaut.core.reflect.ReflectionUtils
 
populateMetadata(AbstractComputeInstanceMetadata, JsonNode) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Populates the instance instance metadata's AbstractComputeInstanceMetadata.setMetadata(Map) property.
populateMetadata(AbstractComputeInstanceMetadata, Map<?, ?>) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Populates the instance instance metadata's AbstractComputeInstanceMetadata.setMetadata(Map) property.
port - Variable in class io.micronaut.http.ssl.SslConfiguration
 
port(int) - Method in interface io.micronaut.http.uri.UriBuilder
Sets the URI port.
PORT - Static variable in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
The path for endpoints settings.
POSITION - Static variable in class io.micronaut.context.env.CommandLinePropertySource
The position of the loader.
POSITION - Static variable in class io.micronaut.context.env.EnvironmentPropertySource
The position of the loader.
POSITION - Static variable in class io.micronaut.context.env.SystemPropertiesPropertySource
The position of the loader.
POSITION - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
The position of the visitor.
POSITION - Static variable in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
The position of the visitor.
POSITION - Static variable in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
Position for the system property source loader in the chain.
POSITION - Static variable in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
Position for the system property source loader in the chain.
POSITION - Static variable in class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
Position for the system property source loader in the chain.
POSITION - Static variable in class io.micronaut.retry.intercept.RecoveryInterceptor
Positioned before the Retryable interceptor.
POSITION - Static variable in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
POSITION - Static variable in class io.micronaut.validation.ValidatingInterceptor
The position of the interceptor.
Post - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.POST.
post(String, T) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
POST(URI, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.POST request for the given URI.
POST(String, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.POST request for the given URI.
post(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.POST request for the given URI.
post(String, T) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
POST(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
POST(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
POST(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
POST(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
POST(String, Object, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP POST.
POST(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
POST(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
POST(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
POST(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
POST(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
POST(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
POST(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
POST(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
POST(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.POST method and the given URI.
POST_CONSTRUCT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for post-construct declarations.
POST_CONSTRUCT - Static variable in interface io.micronaut.inject.processing.ProcessedTypes
Deprecated.
Constant for PostConstruct annotation.
postConstruct(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
Default postConstruct hook that only invokes methods that require reflection.
postConstruct(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Default postConstruct hook that only invokes methods that require reflection.
postConstruct() - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Make the method a PostConstruct hook.
postConstructMethods - Variable in class io.micronaut.context.AbstractBeanDefinition
 
PostponeToNextRoundException - Exception in io.micronaut.annotation.processing
Exception to indicate postponing processing to next round.
PostponeToNextRoundException() - Constructor for exception io.micronaut.annotation.processing.PostponeToNextRoundException
 
PRAGMA - Static variable in interface io.micronaut.http.HttpHeaders
"Pragma".
PRE_DESTROY - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for pre-destroy declarations.
PRE_DESTROY - Static variable in interface io.micronaut.inject.processing.ProcessedTypes
Deprecated.
Constant for PreDestroy} annotation.
preDestroy(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
Default preDestroy hook that only invokes methods that require reflection.
preDestroy(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Default preDestroy hook that only invokes methods that require reflection.
preDestroy() - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Make the method a PreDestroy hook.
preDestroyMethods - Variable in class io.micronaut.context.AbstractBeanDefinition
 
PREFIX - Static variable in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
Prefix for placeholder in properties.
PREFIX - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
 
PREFIX - Static variable in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
The prefix to use for all Consul client config settings.
PREFIX - Static variable in class io.micronaut.discovery.DiscoveryConfiguration
The prefix to use for all client discovery settings.
PREFIX - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
The prefix to use for all client discovery registration settings.
PREFIX - Static variable in class io.micronaut.health.HeartbeatConfiguration
The prefix used for the heart beat configuration.
PREFIX - Static variable in class io.micronaut.http.client.DefaultHttpClientConfiguration
Prefix for HTTP Client settings.
PREFIX - Static variable in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
The prefix to use for configuration.
PREFIX - Static variable in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
The prefix for versioning configuration.
PREFIX - Static variable in class io.micronaut.http.client.interceptor.configuration.DefaultClientVersioningConfiguration
 
PREFIX - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
Prefix for HTTP Client settings.
PREFIX - Static variable in class io.micronaut.http.codec.CodecConfiguration
 
PREFIX - Static variable in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
 
PREFIX - Static variable in class io.micronaut.http.server.HttpServerConfiguration
The prefix used for configuration.
PREFIX - Static variable in class io.micronaut.http.ssl.ClientSslConfiguration
The prefix used to resolve this configuration.
PREFIX - Static variable in class io.micronaut.http.ssl.ServerSslConfiguration
The prefix used to resolve this configuration.
PREFIX - Static variable in class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
 
PREFIX - Static variable in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
 
PREFIX - Static variable in class io.micronaut.http.ssl.SslConfiguration
The prefix used to resolve this configuration.
PREFIX - Static variable in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
PREFIX - Static variable in class io.micronaut.management.endpoint.EndpointConfiguration
The prefix for endpoints configurations.
PREFIX - Static variable in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
The prefix for endpoints settings.
PREFIX - Static variable in class io.micronaut.management.endpoint.health.HealthEndpoint
Prefix for health endpoint.
PREFIX - Static variable in class io.micronaut.management.endpoint.info.InfoEndpoint
The prefix for Info endpoint configuration.
PREFIX - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
Endpoint configuration prefix.
PREFIX - Static variable in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
Prefix for Micronaut instance settings.
PREFIX - Static variable in class io.micronaut.runtime.ApplicationConfiguration
Prefix for Micronaut application settings.
PREFIX - Static variable in interface io.micronaut.scheduling.executor.ExecutorConfiguration
The prefix used for configuration.
PREFIX - Static variable in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
The prefix to use to configure the watch service.
PREFIX - Static variable in interface io.micronaut.session.SessionSettings
The prefix to use for all session configuration.
PREFIX - Static variable in interface io.micronaut.validation.validator.ValidatorConfiguration
The prefix to use for config.
PREFIX - Static variable in class io.micronaut.web.router.resource.StaticResourceConfiguration
The prefix for static resources configuration.
PREFIX - Static variable in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
 
PREFIX - Static variable in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
 
PREFIX - Static variable in class io.micronaut.web.router.version.RoutesVersioningConfiguration
The configuration property.
PREFIX_CONSUMER - Static variable in interface io.micronaut.scheduling.executor.ExecutorConfiguration
The prefix used for Scheduled task configuration.
PREFIX_IO - Static variable in interface io.micronaut.scheduling.executor.ExecutorConfiguration
The prefix used for I/O pool configuration.
PREFIX_SCHEDULED - Static variable in interface io.micronaut.scheduling.executor.ExecutorConfiguration
The prefix used for Scheduled task configuration.
prefixComma(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
 
prefixOpenBracket(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
 
prepareHttp2ResponseIfNecessary(HttpResponse) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
Prepares a response based on this HTTP/2 request if HTTP/2 is enabled.
prependContextPath(URI) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
prependUri(String, String) - Static method in class io.micronaut.core.util.StringUtils
Prepends a partial uri and normalizes / characters.
Primary - Annotation Type in io.micronaut.context.annotation
A Qualifier that indicates that this bean is the primary bean that should be selected in the case of multiple possible interface implementations.
PRIMARY - Static variable in interface io.micronaut.context.Qualifier
The name of the primary annotation class.
PrimitiveElement - Class in io.micronaut.inject.ast
A ClassElement of primitive types.
print() - Method in interface io.micronaut.context.banner.Banner
Print the banner.
print() - Method in class io.micronaut.context.banner.MicronautBanner
 
print() - Method in class io.micronaut.context.banner.ResourceBanner
 
proceed() - Method in class io.micronaut.aop.chain.ConstructorInterceptorChain
 
proceed() - Method in class io.micronaut.aop.chain.InterceptorChain
 
proceed() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
proceed() - Method in interface io.micronaut.aop.ConstructorInvocationContext
 
proceed(Interceptor) - Method in interface io.micronaut.aop.ConstructorInvocationContext
 
proceed() - Method in interface io.micronaut.aop.InvocationContext
Proceeds with the invocation.
proceed(Interceptor) - Method in interface io.micronaut.aop.InvocationContext
Proceeds with the invocation using the given interceptor as a position to start from.
proceed(MutableHttpRequest<?>) - Method in interface io.micronaut.http.filter.ClientFilterChain
 
proceed(HttpRequest<?>) - Method in interface io.micronaut.http.filter.ClientFilterChain
 
proceed(HttpRequest<?>) - Method in interface io.micronaut.http.filter.FilterChain
Proceed to the next interceptor or final request invocation.
proceed(HttpRequest<?>) - Method in interface io.micronaut.http.filter.ServerFilterChain
Proceed to the next interceptor or final request invocation.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.micronaut.annotation.processing.BeanDefinitionInjectProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.micronaut.annotation.processing.PackageConfigurationInjectProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.micronaut.annotation.processing.ServiceDescriptionProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
process(BeanDefinition<?>, T) - Method in interface io.micronaut.context.processor.AnnotationProcessor
The process method will be called for every ExecutableMethod that is annotated with the type parameter A.
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.context.processor.ExecutableMethodProcessor
The process method will be called for every ExecutableMethod that is annotated with the type parameter A.
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.function.DefaultLocalFunctionRegistry
 
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
 
process(MutableHttpResponse) - Method in class io.micronaut.http.server.netty.types.files.NettyStreamedFileCustomizableResponseType
 
process(MutableHttpResponse) - Method in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
process(MutableHttpResponse<?>) - Method in interface io.micronaut.http.server.netty.types.stream.NettyStreamedCustomizableResponseType
 
process(MutableHttpResponse<?>) - Method in interface io.micronaut.http.server.types.CustomizableResponseType
Modify the response before it is written to the client.
process(MutableHttpResponse<?>) - Method in class io.micronaut.http.server.types.files.StreamedFile
 
process(MutableHttpResponse) - Method in class io.micronaut.http.server.types.files.SystemFile
 
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.http.server.websocket.ServerWebSocketProcessor
 
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.management.endpoint.EndpointSensitivityProcessor
 
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.scheduling.processor.ScheduledMethodProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.micronaut.testsuitehelper.TestGeneratingAnnotationProcessor
 
process(BeanDefinition<?>, BeanContext) - Method in class io.micronaut.web.router.AnnotatedFilterRouteBuilder
 
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.AnnotatedMethodRouteBuilder
 
ProcessedTypes - Interface in io.micronaut.inject.processing
Deprecated.
Use AnnotationUtil instead
processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.context.env.PropertiesPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.context.env.yaml.YamlPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.jackson.core.env.JsonPropertySourceLoader
 
processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.jackson.env.JsonPropertySourceLoader
 
processMap(Map<String, Object>, Map, String) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
processParallelBeans(List<BeanDefinitionReference>) - Method in class io.micronaut.context.DefaultBeanContext
Processes parallel bean definitions.
processPropertySource(PropertySource, PropertySource.PropertyConvention) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
processResponse(ErrorContext, MutableHttpResponse<?>) - Method in interface io.micronaut.http.server.exceptions.response.ErrorResponseProcessor
Modifies the http response representing the error.
processResponse(ErrorContext, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.exceptions.response.HateoasErrorResponseProcessor
 
produceBeans(ElementQuery<E>, Consumer<BeanElementBuilder>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Produce additional beans from the given methods.
produceBeans(ElementQuery<E>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Produce additional beans from the given methods.
produceBeans(ElementQuery<E>, Consumer<BeanElementBuilder>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
Produces - Annotation Type in io.micronaut.http.annotation
An annotation to indicate the MediaTypes produced by a particular component.
produces(MediaType...) - Method in interface io.micronaut.web.router.ErrorRoute
 
produces(MediaType...) - Method in interface io.micronaut.web.router.ResourceRoute
 
produces(MediaType...) - Method in interface io.micronaut.web.router.Route
Applies the given accepted media type the route.
produces(MediaType...) - Method in interface io.micronaut.web.router.UriRoute
 
ProducesMediaTypeQualifier<T> - Class in io.micronaut.web.router.qualifier
A Bean Qualifier that qualifies based on the value of the media type defined in the Produces annotation.
ProducesMediaTypeQualifier(MediaType) - Constructor for class io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier
 
profile(URI) - Method in class io.micronaut.http.hateoas.DefaultLink
 
profile(String) - Method in class io.micronaut.http.hateoas.DefaultLink
 
profile(URI) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
profile(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
properties(Map<String, Object>) - Method in interface io.micronaut.context.ApplicationContextBuilder
Properties to override from the environment.
properties(Map<String, Object>) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
properties(Map<String, Object>) - Method in class io.micronaut.runtime.Micronaut
 
PROPERTIES_EXTENSION - Static variable in class io.micronaut.context.env.PropertiesPropertySourceLoader
File extension for property source loader.
PropertiesInfoSource - Interface in io.micronaut.management.endpoint.info.source
Extends InfoEndpoint to add a helper method for retrieving a PropertySource from a properties file.
PropertiesPropertySourceLoader - Class in io.micronaut.context.env
Default load that handles Java properties files.
PropertiesPropertySourceLoader() - Constructor for class io.micronaut.context.env.PropertiesPropertySourceLoader
 
Property - Annotation Type in io.micronaut.context.annotation
A property that can be contained within a PropertySource or used generally throughout the system.
PROPERTY_JSON_VIEW_ENABLED - Static variable in class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
Property used to specify whether JSON view is enabled.
PROPERTY_MICRONAUT_CLASSLOADER_LOGGING - Static variable in class io.micronaut.core.reflect.ClassUtils
System property to indicate whether classloader logging should be activated.
PROPERTY_MODULE_SCAN - Static variable in class io.micronaut.jackson.JacksonConfiguration
The property used to enable module scan.
PROPERTY_SOURCES_KEY - Static variable in interface io.micronaut.context.env.Environment
The key used to load additional property sources.
PROPERTY_USE_BEAN_INTROSPECTION - Static variable in class io.micronaut.jackson.JacksonConfiguration
The property used to enable bean introspection.
PropertyConvention - Enum in io.micronaut.core.naming.conventions
Typical conventions used for property names through the system.
PropertyElement - Interface in io.micronaut.inject.ast
A property element represents a JavaBean property on a ClassElement.
propertyIndexOf(String) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
propertyIndexOf(String) - Method in interface io.micronaut.core.beans.BeanIntrospection
Obtain the property index position.
PropertyMetadata - Class in io.micronaut.inject.configuration
Metadata about a property.
PropertyMetadata() - Constructor for class io.micronaut.inject.configuration.PropertyMetadata
 
PropertyNotFoundException - Exception in io.micronaut.core.value
Thrown when a property cannot be resolved.
PropertyNotFoundException(String, Class) - Constructor for exception io.micronaut.core.value.PropertyNotFoundException
Constructor.
PropertyPlaceholderResolver - Interface in io.micronaut.context.env
Interface for implementations that resolve placeholders in configuration and annotations.
propertyPlaceholderResolver - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
 
PropertyResolver - Interface in io.micronaut.core.value
A property resolver is capable of resolving properties from an underlying property source.
PropertySource - Annotation Type in io.micronaut.context.annotation
An annotation that can be used on either the main class or a test to provide additional hard coded property values to the Environment.
PropertySource - Interface in io.micronaut.context.env
A PropertySource is a location to resolve property values from.
PropertySource.PropertyConvention - Enum in io.micronaut.context.env
Property convention.
PropertySourceLoader - Interface in io.micronaut.context.env
Loads the given property source for the given environment.
PropertySourceLocator - Interface in io.micronaut.context.env
An interface for beans that are capable of locating a PropertySource instance.
PropertySourcePropertyResolver - Class in io.micronaut.context.env
A PropertyResolver that resolves from one or many PropertySource instances.
PropertySourcePropertyResolver(ConversionService<?>) - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
Creates a new, initially empty, PropertySourcePropertyResolver for the given ConversionService.
PropertySourcePropertyResolver() - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
Creates a new, initially empty, PropertySourcePropertyResolver.
PropertySourcePropertyResolver(PropertySource...) - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
Creates a new PropertySourcePropertyResolver for the given PropertySource instances.
PropertySourcePropertyResolver.PropertyCatalog - Enum in io.micronaut.context.env
The property catalog to use.
PropertySourceReader - Interface in io.micronaut.context.env
Interface for classes that read and process properties sources.
propertySources(PropertySource...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Additional property sources.
propertySources(PropertySource...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
propertySources - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
 
propertySources(PropertySource...) - Method in class io.micronaut.runtime.Micronaut
 
PROTOCOL_ERROR - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
Prototype - Annotation Type in io.micronaut.context.annotation
Prototype scope is a non-singleton scope that creates a new bean for every injection point.
Provided - Annotation Type in io.micronaut.context.annotation
Deprecated.
Use the typed member of the Bean annotation instead
provideDownstreamSubscription(Subscriber) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
PROVIDER_TYPES - Static variable in class io.micronaut.core.type.DefaultArgument
 
ProviderTypeInformationProvider - Class in io.micronaut.inject.provider
Makes TypeInformation.isWrapperType() return true for Providers.
ProviderTypeInformationProvider() - Constructor for class io.micronaut.inject.provider.ProviderTypeInformationProvider
 
ProviderUtils - Class in io.micronaut.context
Helper methods for dealing with Provider.
ProviderUtils() - Constructor for class io.micronaut.context.ProviderUtils
 
proxy(HttpRequest<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
proxy(HttpRequest<?>) - Method in interface io.micronaut.http.client.ProxyHttpClient
Proxy the given request and emit the response.
PROXY_AUTHENTICATE - Static variable in interface io.micronaut.http.HttpHeaders
"Proxy-Authenticate".
PROXY_AUTHORIZATION - Static variable in interface io.micronaut.http.HttpHeaders
"Proxy-Authorization".
PROXY_SUFFIX - Static variable in interface io.micronaut.inject.writer.BeanDefinitionVisitor
The suffix use for generated AOP intercepted types.
PROXY_TARGET - Static variable in interface io.micronaut.aop.Interceptor
ProxyBeanDefinition<T> - Interface in io.micronaut.inject
Marker interface for a BeanDefinition that is an AOP proxy.
ProxyHeaderParser - Class in io.micronaut.http.server.util
Responsible for parsing and returning the information stored in the standard and de facto standard proxy headers.
ProxyHeaderParser(HttpRequest) - Constructor for class io.micronaut.http.server.util.ProxyHeaderParser
 
ProxyHttpClient - Interface in io.micronaut.http.client
Interface that allows proxying of HTTP requests in controllers and filters.
ProxyHttpClientFactory - Interface in io.micronaut.http.client
A factory to create Proxy HTTP clients.
ProxyHttpClientRegistry<P extends ProxyHttpClient> - Interface in io.micronaut.http.client
Interface for managing the construction and lifecycle of instances of ProxyHttpClient clients.
ProxyingBeanDefinitionVisitor - Interface in io.micronaut.inject.writer
Extends BeanDefinitionVisitor and adds access to the proxied type name.
PublicAbstractMethodVisitor<R,P> - Class in io.micronaut.annotation.processing
Utility visitor that only visits public abstract methods that have not been implemented by the given type.
PublicMethodVisitor<R,P> - Class in io.micronaut.annotation.processing
An adapter that implements all methods of the TypeVisitor interface subclasses can selectively override.
PublicMethodVisitor(JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.PublicMethodVisitor
Default constructor.
PublisherBodyBinder - Class in io.micronaut.http.server.netty.binders
A Body argument binder for a reactive streams Publisher.
PublisherBodyBinder(ConversionService, HttpContentProcessorResolver) - Constructor for class io.micronaut.http.server.netty.binders.PublisherBodyBinder
 
Publishers - Class in io.micronaut.core.async.publisher
Utilities for working with raw Publisher instances.
Publishers() - Constructor for class io.micronaut.core.async.publisher.Publishers
 
Publishers.JustPublisher<T> - Class in io.micronaut.core.async.publisher
A publisher for a value.
Publishers.MapOrSupplyEmpty<T,R> - Interface in io.micronaut.core.async.publisher
Maps the next result or supplies an empty result.
Publishers.MicronautPublisher<T> - Interface in io.micronaut.core.async.publisher
Marker interface for any micronaut produced publishers.
PublishersOptimizations - Class in io.micronaut.core.async.publisher
Static optimizations for the class.
PublishersOptimizations(List<Class<?>>, List<Class<?>>, List<Class<?>>) - Constructor for class io.micronaut.core.async.publisher.PublishersOptimizations
 
publishEvent(Object) - Method in interface io.micronaut.context.BeanContext
Deprecated.
Preferred way is to use event typed ApplicationEventPublisher<MyEventType>
publishEvent(Object) - Method in class io.micronaut.context.DefaultBeanContext
 
publishEvent(T) - Method in interface io.micronaut.context.event.ApplicationEventPublisher
Publish the given event.
publishEventAsync(Object) - Method in interface io.micronaut.context.BeanContext
Deprecated.
Preferred way is to use event typed ApplicationEventPublisher<MyEventType>
publishEventAsync(Object) - Method in class io.micronaut.context.DefaultBeanContext
 
publishEventAsync(T) - Method in interface io.micronaut.context.event.ApplicationEventPublisher
Publish the given event.
pulsate(ServiceInstance, HealthStatus) - Method in class io.micronaut.discovery.registration.AutoRegistration
This method will be invoked each time a HeartbeatEvent occurs allowing the implementation to perform any necessary callbacks to the service discovery server.
pulsate() - Method in class io.micronaut.health.HeartbeatTask
Publish the heartbeat event with current health status.
pushAnnotationMetadataReference(GeneratorAdapter, AnnotationMetadataReference) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Pushes an annotation metadata reference.
pushAnnotationResolve(BeanDefinition, Argument) - Method in interface io.micronaut.context.BeanResolutionContext.Path
 
pushBeanCreate(BeanDefinition<?>, Argument<?>) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved constructor call onto the queue.
pushBoxPrimitiveIfNecessary(Type, MethodVisitor) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushBoxPrimitiveIfNecessary(Class<?>, MethodVisitor) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushBoxPrimitiveIfNecessary(TypedElement, MethodVisitor) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushBuildArgumentsForMethod(String, Type, ClassWriter, GeneratorAdapter, Collection<ParameterElement>, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
PushCapableHttpRequest<B> - Interface in io.micronaut.http
A HttpRequest that is potentially capable of HTTP2 server push.
pushCastToType(MethodVisitor, Type) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushCastToType(MethodVisitor, TypedElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushCastToType(MethodVisitor, Class<?>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushConstructorResolve(BeanDefinition, String, Argument, Argument[], boolean) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved constructor call onto the queue.
pushConstructorResolve(BeanDefinition, Argument) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved constructor call onto the queue.
pushCreateArgument(String, Type, ClassWriter, GeneratorAdapter, String, TypedElement, AnnotationMetadata, Map<String, ClassElement>, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Pushes a new Argument creation.
pushFieldResolve(BeanDefinition, FieldInjectionPoint) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved field onto the queue.
pushFieldResolve(BeanDefinition, Argument, boolean) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved field onto the queue.
pushMethodArgumentResolve(BeanDefinition, MethodInjectionPoint, Argument) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved method call onto the queue.
pushMethodArgumentResolve(BeanDefinition, String, Argument, Argument[], boolean) - Method in interface io.micronaut.context.BeanResolutionContext.Path
Push an unresolved method call onto the queue.
pushMethodNameAndTypesArguments(GeneratorAdapter, String, Collection<ClassElement>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushNewArray(GeneratorAdapter, Class<?>, int) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushNewArray(GeneratorAdapter, Type, int) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushNewInstance(GeneratorAdapter, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Push the instantiation of the given type.
pushReturnTypeArgument(Type, ClassWriter, GeneratorAdapter, String, ClassElement, Map<String, Integer>, Map<String, GeneratorAdapter>) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Pushes an argument.
pushReturnValue(MethodVisitor, TypedElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStoreInArray(GeneratorAdapter, int, int, Runnable) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStoreInArray(GeneratorAdapter, Type, int, int, Runnable) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStoreStringInArray(GeneratorAdapter, int, int, String) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStoreTypeInArray(GeneratorAdapter, int, int, ClassElement) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStringMapOf(GeneratorAdapter, Map<? extends CharSequence, T>, boolean, T, Consumer<T>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
pushStringValue() - Method in class io.micronaut.inject.writer.StringSwitchWriter
Push the string value that is being evaluated.
pushTypeArgumentElements(Type, ClassWriter, GeneratorAdapter, String, Map<String, ClassElement>, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
Pushes type arguments onto the stack.
put(CharSequence, Object) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
put(CharSequence, Object) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
put(CharSequence, List<V>) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
put(CharSequence, V) - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
Insert a value for the given key and value.
put(CharSequence, V) - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
 
put(K, V) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
Put - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.PUT.
put(String, T) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
 
PUT(URI, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.PUT request for the given URI.
PUT(String, T) - Static method in interface io.micronaut.http.HttpRequest
Return a MutableHttpRequest that executes an HttpMethod.PUT request for the given URI.
put(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
Return a MutableHttpRequest that executes an HttpMethod.PUT request for the given URI.
put(CharSequence, Object) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
put(CharSequence, Cookie) - Method in class io.micronaut.http.simple.cookies.SimpleCookies
Put a new cookie.
put(String, T) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
 
put(CharSequence, Object) - Method in class io.micronaut.session.InMemorySession
 
PUT(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PUT(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PUT(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
PUT(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
PUT(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP PUT.
PUT(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
PUT(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
PUT(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
PUT(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
PUT(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PUT(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PUT(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PUT(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
PUT(CharSequence) - Method in interface io.micronaut.web.router.Router
Find the first RouteMatch route for an HttpMethod.PUT method and the given URI.
putAll(Map<CharSequence, V>) - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
Put all the values from the given map into this values instance.
putAll(ConvertibleValues<V>) - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
Put all the values from the given values into this values instance.
putAll(Map<CharSequence, Cookie>) - Method in class io.micronaut.http.simple.cookies.SimpleCookies
Put a set of new cookies.
putIfAbsent(K, V) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
putMessage(Http2Stream, HttpMessage) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Make message be the state associated with stream.

Q

Q_PARAMETER - Static variable in class io.micronaut.http.MediaType
Parameter "q".
Qualified<T> - Interface in io.micronaut.inject.qualifiers
Internal interface used by generated code to propagate qualifiers.
Qualifier<T> - Interface in io.micronaut.context
Used to qualify which bean to select in the case of multiple possible options.
QUALIFIER - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for qualifier declarations.
qualifier(String) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
qualifier(AnnotationValue<?>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
qualifier(String) - Method in interface io.micronaut.inject.ast.beans.BeanFieldElement
 
qualifier(AnnotationValue<?>) - Method in interface io.micronaut.inject.ast.beans.BeanFieldElement
 
qualifier(String) - Method in interface io.micronaut.inject.ast.beans.BeanParameterElement
 
qualifier(AnnotationValue<?>) - Method in interface io.micronaut.inject.ast.beans.BeanParameterElement
 
qualifier(String) - Method in interface io.micronaut.inject.ast.beans.ConfigurableElement
Adds a Named qualifier to the element.
qualifier(AnnotationValue<?>) - Method in interface io.micronaut.inject.ast.beans.ConfigurableElement
Adds a qualifier for the given annotation value to the element.
Qualifiers - Class in io.micronaut.inject.qualifiers
Factory for Bean qualifiers.
Qualifiers() - Constructor for class io.micronaut.inject.qualifiers.Qualifiers
 
qualify(Class<T>, Stream<BT>) - Method in interface io.micronaut.context.Qualifier
Qualify the candidate from the stream of candidates.
qualify(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.AnyQualifier
 
queryParam(String, Object...) - Method in interface io.micronaut.http.uri.UriBuilder
Adds a query parameter for the give name and values.
QueryValue - Annotation Type in io.micronaut.http.annotation
Indicates that the parameter to a method should be bound from a value in the query string or path of the URI.
QueryValueArgumentBinder<T> - Class in io.micronaut.http.bind.binders
A binder for binding arguments annotated with @QueryValue.
QueryValueArgumentBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.QueryValueArgumentBinder
Constructor.
QueryValueClientArgumentRequestBinder - Class in io.micronaut.http.client.bind.binders
Implementation of the Binder for QueryValue The details of implementation can be found in the QueryValueClientArgumentRequestBinder.bind(ArgumentConversionContext, ClientRequestUriContext, Object, MutableHttpRequest) bind()} method javadoc.
QueryValueClientArgumentRequestBinder(ConversionService<?>) - Constructor for class io.micronaut.http.client.bind.binders.QueryValueClientArgumentRequestBinder
 

R

RANGE - Static variable in interface io.micronaut.http.HttpHeaders
"Range".
rawCatalog - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
 
ReactiveClientResultTransformer - Interface in io.micronaut.http.client
Allows hooking modifying the resulting publisher prior to returning it from the client.
ReactiveInfoAggregator - Class in io.micronaut.management.endpoint.info.impl
Default implementation of InfoAggregator.
ReactiveInfoAggregator() - Constructor for class io.micronaut.management.endpoint.info.impl.ReactiveInfoAggregator
 
ReactiveInvocationInstrumenterFactory - Interface in io.micronaut.scheduling.instrument
An factory interface for reactive invocation instrumentation, factory method decides if instrumentation is needed.
ReactiveStreamsTypeInformationProvider - Class in io.micronaut.core.async
Implementation of TypeInformationProvider for reactive streams.
ReactiveStreamsTypeInformationProvider() - Constructor for class io.micronaut.core.async.ReactiveStreamsTypeInformationProvider
 
ReactiveTypeConverterRegistrar - Class in io.micronaut.runtime.converters.reactive
Registers converters for Reactive types such as Publisher.
ReactiveTypeConverterRegistrar() - Constructor for class io.micronaut.runtime.converters.reactive.ReactiveTypeConverterRegistrar
 
ReactiveValidator - Interface in io.micronaut.validation.validator
Interface for reactive bean validation.
read(String, InputStream) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
read(String, InputStream) - Method in interface io.micronaut.context.env.PropertySourceReader
Read a property source from an input stream.
read(String, byte[]) - Method in interface io.micronaut.context.env.PropertySourceReader
Read a property source from bytes.
read() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
read(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
read(byte[], int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
Read - Annotation Type in io.micronaut.management.endpoint.annotation
A method designed to annotate an Endpoint read operation.
READ_TIMEOUT - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
The read timeout used when reading distributed configuration.
Readable - Interface in io.micronaut.core.io
Abstraction over File and URL based I/O.
ReadableBytes - Annotation Type in io.micronaut.core.convert.format
Used by ReadableBytesTypeConverter to parse strings in the form 1MB to numbers.
readableBytes() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readableBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
ReadableBytesTypeConverter - Class in io.micronaut.core.convert.format
Converts String's to readable bytes.
ReadableBytesTypeConverter() - Constructor for class io.micronaut.core.convert.format.ReadableBytesTypeConverter
 
readAnnotationDefaultValues(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
readAnnotationDefaultValues(String, Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
readAnnotationDefaultValues(String, AnnotatedNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
readAnnotationDefaultValues(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
readAnnotationDefaultValues(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the raw default annotation values from the given annotation.
readAnnotationDefaultValues(String, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the raw default annotation values from the given annotation.
readAnnotationRawValues(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
readAnnotationRawValues(Element, String, Element, String, Object, Map<CharSequence, Object>) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
readAnnotationRawValues(AnnotatedNode, String, AnnotatedNode, String, Object, Map<CharSequence, Object>) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
readAnnotationRawValues(AnnotationNode) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
readAnnotationRawValues(T, String, T, String, Object, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the given member and value, applying conversions if necessary, and place the data in the given map.
readAnnotationRawValues(A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the raw annotation values from the given annotation.
readAnnotationValue(Element, Element, String, Object) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
 
readAnnotationValue(AnnotatedNode, AnnotatedNode, String, Object) - Method in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
readAnnotationValue(T, T, String, Object) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Read the given member and value, applying conversions if necessary, and place the data in the given map.
readBoolean() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readByte() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(ByteBuf, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(ByteBuf, int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(byte[]) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(byte[], int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(ByteBuffer) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(OutputStream, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(GatheringByteChannel, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readBytes(FileChannel, long, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readChar() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readCharSequence(int, Charset) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Gets a CharSequence with the given length at the current readerIndex and increases the readerIndex by the given length.
readCharSequence(int, Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readDouble() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
ReadEndpointRouteBuilder - Class in io.micronaut.management.endpoint.processors
A processor that processes references to Read operations Endpoint instances.
ReadEndpointRouteBuilder(ApplicationContext, RouteBuilder.UriNamingStrategy, ConversionService<?>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.processors.ReadEndpointRouteBuilder
 
readerIndex() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Returns the readerIndex of this buffer.
readerIndex(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Sets the readerIndex of this buffer.
readerIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readerIndex(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readExisting(SslConfiguration, SslConfiguration.KeyConfiguration, SslConfiguration.KeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Method in class io.micronaut.http.ssl.SslConfiguration
Reads an existing config.
readFloat() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readGenerated(String, String, String) - Method in class io.micronaut.annotation.processing.test.JavaParser
Reads the contents of a generated file as a reader.
Readiness - Annotation Type in io.micronaut.management.health.indicator.annotation
Qualifier designed to make the HealthIndicator exposed via /health/readiness endpoint of HealthEndpoint.
READINESS_PROBE_MAPPING - Static variable in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
 
readInput(ResourceLoader, String) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
 
readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapApplicationPropertySourceLoader
 
readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
 
readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
 
readInt() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readInternal(B) - Method in class io.micronaut.core.beans.AbstractBeanProperty
Reads the bean property.
readIntLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readJsonAsMap(InputStream) - Method in class io.micronaut.jackson.core.env.JsonPropertySourceLoader
 
readJsonAsMap(InputStream) - Method in class io.micronaut.jackson.env.JsonPropertySourceLoader
 
readLong() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readLongLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readMedium() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readMediumLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readMetadataUrl(URL, int, int, ObjectMapper, Map<String, String>) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Reads the result of a URL and parses it using the given ObjectMapper.
readMetadataUrl(URL, int, int, JsonNodeTreeCodec, JsonFactory, Map<String, String>) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Reads the result of a URL and parses it using the given JsonFactory.
readMetadataUrl(URL, int, int, JsonMapper, Map<String, String>) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Reads the result of a URL and parses it using the given JsonMapper.
readNestedAnnotationValue(T, A) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
 
readOnly(boolean) - Method in interface io.micronaut.web.router.ResourceRoute
Whether the route is read-only.
readPropertySourceList(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
readPropertySourceListFromFiles(String) - Method in class io.micronaut.context.env.DefaultEnvironment
Resolve the property sources for files passed via system property and system env.
readPropertySourceListKeyFromEnvironment() - Method in class io.micronaut.context.env.DefaultEnvironment
Reads the value of MICRONAUT_CONFIG_FILES environment variable.
readPropertySourceLoaders() - Method in class io.micronaut.context.env.DefaultEnvironment
 
readPropertySources(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
readRetainedSlice(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readShort() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readShortLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readSlice(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readText(BufferedReader) - Static method in class io.micronaut.core.io.IOUtils
Read the content of the BufferedReader and return it as a String in a blocking manner.
ReadTimeoutException - Exception in io.micronaut.http.client.exceptions
An exception thrown when a read timeout occurs.
readTree(JsonParser) - Method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
Read a json node from a stream.
readUnsignedByte() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedInt() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedIntLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedMedium() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedMediumLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedShort() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readUnsignedShortLE() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
readValue(InputStream, Argument<T>) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
readValue(byte[], Argument<T>) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
readValue(InputStream, Argument<T>) - Method in interface io.micronaut.json.JsonMapper
Parse and map json from the given stream.
readValue(byte[], Argument<T>) - Method in interface io.micronaut.json.JsonMapper
Parse and map json from the given byte array.
readValue(String, Argument<T>) - Method in interface io.micronaut.json.JsonMapper
Parse and map json from the given string.
readValueFromTree(JsonNode, Argument<T>) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
readValueFromTree(JsonNode, Argument<T>) - Method in interface io.micronaut.json.JsonMapper
Transform a JsonNode to a value of the given type.
readValueFromTree(JsonNode, Class<T>) - Method in interface io.micronaut.json.JsonMapper
Transform a JsonNode to a value of the given type.
reason() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
reason() - Method in interface io.micronaut.http.HttpResponse
 
reason() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
receivedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
receivedLength - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
receivedLength - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
 
receivedLength - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
receivedOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
Recoverable - Annotation Type in io.micronaut.retry.annotation
AOP around advice that can be applied to any type or method that requires Fallback handling.
RecoveryInterceptor - Class in io.micronaut.retry.intercept
A MethodInterceptor that will attempt to execute a Fallback when the target method is in an error state.
RecoveryInterceptor(BeanContext) - Constructor for class io.micronaut.retry.intercept.RecoveryInterceptor
 
redirect(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.MOVED_PERMANENTLY response with the location of the new resource.
reduce(Class<T>, Stream<BT>) - Method in interface io.micronaut.context.Qualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.AnyQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.ClosestTypeArgumentQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.InterceptorBindingQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.TypeAnnotationQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
 
reduce(Class<T>, Stream<BT>) - Method in class io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier
 
REF_SUFFIX - Static variable in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
Suffix for reference classes.
refCnt() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
ReferenceCounted - Interface in io.micronaut.core.io.buffer
 
REFERER - Static variable in interface io.micronaut.http.HttpHeaders
"Referer".
REFERRER_POLICY - Static variable in interface io.micronaut.http.HttpHeaders
"Referrer-Policy".
REFLECTION_LOGGER - Static variable in class io.micronaut.core.reflect.ClassUtils
A logger that should be used for any reflection access.
ReflectionUtils - Class in io.micronaut.core.reflect
Utility methods for reflection related tasks.
ReflectionUtils() - Constructor for class io.micronaut.core.reflect.ReflectionUtils
 
ReflectiveAccess - Annotation Type in io.micronaut.core.annotation
Descriptive annotation that can be used to declare a field, method, constructor and types for reflective access.
refresh() - Method in interface io.micronaut.context.LifeCycle
Refreshes the current life cycle object.
refresh() - Method in interface io.micronaut.http.client.HttpClient
 
refresh(Boolean) - Method in class io.micronaut.management.endpoint.refresh.RefreshEndpoint
Refresh application state only if environment has changed (unless force is set to true).
Refreshable - Annotation Type in io.micronaut.runtime.context.scope
A custom scope that allows target beans to be refreshed.
refreshablePropertySources - Variable in class io.micronaut.context.env.DefaultEnvironment
 
refreshAndDiff() - Method in class io.micronaut.context.env.DefaultEnvironment
 
refreshAndDiff() - Method in interface io.micronaut.context.env.Environment
Refresh the environment from the list of PropertySource instances and return a diff of the changes.
refreshBean(BeanIdentifier) - Method in interface io.micronaut.context.BeanContext
Refresh the state of the given registered bean applying dependency injection and configuration wiring again.
refreshBean(BeanIdentifier) - Method in class io.micronaut.context.DefaultBeanContext
 
RefreshEndpoint - Class in io.micronaut.management.endpoint.refresh
Exposes an Endpoint to refresh application state via a RefreshEvent.
RefreshEndpoint(Environment, ApplicationEventPublisher<RefreshEvent>) - Constructor for class io.micronaut.management.endpoint.refresh.RefreshEndpoint
 
RefreshEvent - Class in io.micronaut.runtime.context.scope.refresh
An ApplicationEvent for handling refreshes.
RefreshEvent(Map<String, Object>) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshEvent
Constructs a prototypical Event.
RefreshEvent() - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshEvent
Constructs a refresh Event that refreshes all keys.
RefreshEventListener - Interface in io.micronaut.runtime.context.scope.refresh
A convenience interface that can be implemented if a component needs to listen for RefreshEvent where the implementation is only interested in a limited set of configuration prefixes.
RefreshInterceptor - Class in io.micronaut.runtime.context.scope.refresh
A MethodInterceptor that will lock the bean preventing it from being destroyed by a RefreshEvent until the method completes.
RefreshInterceptor(RefreshScope) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshInterceptor
 
RefreshScope - Class in io.micronaut.runtime.context.scope.refresh
Implementation of Refreshable.
RefreshScope(BeanContext, Executor) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshScope
Deprecated.
RefreshScope(BeanContext) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
REGEX - Static variable in interface io.micronaut.core.util.PathMatcher
The default regex style path matcher.
RegexPathMatcher - Class in io.micronaut.core.util
PathMatcher implementation for regex-style patterns.
RegexPathMatcher() - Constructor for class io.micronaut.core.util.RegexPathMatcher
 
region - Variable in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
region(String) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the region.
REGION - Static variable in interface io.micronaut.discovery.ServiceInstance
Constant to represent the region of the service contained with ServiceInstance.getMetadata().
register(ConversionService<?>) - Method in class io.micronaut.context.converters.ContextConverterRegistrar
 
register(ConversionService<?>) - Method in interface io.micronaut.core.convert.TypeConverterRegistrar
Interface for registrars of TypeConverter instances.
register(ServiceInstance) - Method in class io.micronaut.discovery.registration.AutoRegistration
Register the ServiceInstance with discovery services.
register(ConversionService<?>) - Method in class io.micronaut.http.client.loadbalance.LoadBalancerConverters
 
register(ConversionService<?>) - Method in class io.micronaut.http.converters.HttpConverterRegistrar
 
register(ConversionService<?>) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
 
register(ConversionService<?>) - Method in class io.micronaut.http.server.netty.converters.NettyConverters
 
register(ConversionService<?>) - Method in class io.micronaut.jackson.databind.convert.JacksonConverterRegistrar
 
register(ConversionService<?>) - Method in class io.micronaut.json.convert.JsonConverterRegistrar
 
register(ConversionService<?>) - Method in class io.micronaut.reactive.flow.converters.FlowConverterRegistrar
 
register(ConversionService<?>) - Method in class io.micronaut.runtime.converters.reactive.ReactiveTypeConverterRegistrar
 
register(ConversionService<?>) - Method in class io.micronaut.runtime.converters.time.TimeConverterRegistrar
 
registerAllForRuntimeReflection(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register class for runtime reflection without allowing reflective instantiation.
registerAllForRuntimeReflectionAndReflectiveInstantiation(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register class for runtime reflection and allows reflective instantiation.
registerAnnotationDefaults(String, Map<String, Object>) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Registers annotation default values.
registerAnnotationDefaults(AnnotationClassValue<?>, Map<String, Object>) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Registers annotation default values.
registerAnnotationType(AnnotationClassValue<?>) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Registers annotation default values.
registerClassForRuntimeReflection(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Allows reflection instantiation of the given class, only if it is present.
registerClassForRuntimeReflectionAndReflectiveInstantiation(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register the class and allow reflective instantiation at runtime, only if it is present.
registerClassForRuntimeReflectiveInstantiation(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register the class for reflective instantiation at runtime, only if it is present.
registerConfiguration(BeanConfiguration) - Method in class io.micronaut.context.DefaultApplicationContext
 
registerConfiguration(BeanConfiguration) - Method in class io.micronaut.context.DefaultBeanContext
Registers an active configuration.
registerConstructorsForRuntimeReflection(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register all constructors of the given class for runtime reflection, only if the class is present.
registerDefaultAnnotationBinders(Map<Class<? extends Annotation>, RequestArgumentBinder>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
 
registerDefaultConverters() - Method in class io.micronaut.core.convert.DefaultConversionService
Default Converters.
registerDefaultConverters(ConversionService<?>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
Registers a default converter.
registered - Variable in class io.micronaut.discovery.registration.AutoRegistration
 
registerFieldsAndMethodsWithReflectiveAccess(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Register class for runtime reflection and allows reflective instantiation.
registerFieldsForRuntimeReflection(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Allows reflection usage for all fields of the given class, only if it is present.
registerMethodsForRuntimeReflection(Feature.BeforeAnalysisAccess, String) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
Allows reflection usage for all methods of the given class, only if it is present.
registerPath(Path) - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
Registers a patch to watch.
registerPath(Path) - Method in class io.micronaut.scheduling.io.watch.osx.MacOsWatchThread
 
registerReactiveCompletable(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Registers an additional reactive completable type.
registerReactiveSingle(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Registers an additional reactive single type.
registerReactiveType(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
Registers an additional reactive type.
registerRepeatableAnnotations(Map<String, String>) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Registers repeatable annotations.
registerRoute(ExecutableMethod<?, ?>, String, Integer) - Method in class io.micronaut.management.endpoint.processors.DeleteEndpointRouteBuilder
 
registerRoute(ExecutableMethod<?, ?>, String, Integer) - Method in class io.micronaut.management.endpoint.processors.ReadEndpointRouteBuilder
 
registerRoute(ExecutableMethod<?, ?>, String, Integer) - Method in class io.micronaut.management.endpoint.processors.WriteEndpointRouteBuilder
 
registerSingleton(Class<T>, T, Qualifier<T>, boolean) - Method in interface io.micronaut.context.ApplicationContext
 
registerSingleton(Class<T>, T, Qualifier<T>) - Method in interface io.micronaut.context.ApplicationContext
 
registerSingleton(Class<T>, T) - Method in interface io.micronaut.context.ApplicationContext
 
registerSingleton(Object, boolean) - Method in interface io.micronaut.context.ApplicationContext
 
registerSingleton(Object) - Method in interface io.micronaut.context.ApplicationContext
 
registerSingleton(Class<T>, T, Qualifier<T>, boolean) - Method in interface io.micronaut.context.BeanContext
 
registerSingleton(Object) - Method in interface io.micronaut.context.BeanContext
 
registerSingleton(Class<T>, T, Qualifier<T>) - Method in interface io.micronaut.context.BeanContext
 
registerSingleton(Class<T>, T) - Method in interface io.micronaut.context.BeanContext
 
registerSingleton(Object, boolean) - Method in interface io.micronaut.context.BeanContext
 
registerSingleton(Class<T>, T, Qualifier<T>, boolean) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Registers a new singleton bean at runtime.
registerSingleton(Class<T>, T, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Registers a new singleton bean at runtime.
registerSingleton(Class<T>, T) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Registers a new singleton bean at runtime.
registerSingleton(Object) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Registers a new singleton bean at runtime.
registerSingleton(Object, boolean) - Method in interface io.micronaut.context.BeanDefinitionRegistry
Registers a new singleton bean at runtime.
registerSingleton(Class<T>, T, Qualifier<T>, boolean) - Method in class io.micronaut.context.DefaultApplicationContext
 
registerSingleton(Class<T>, T, Qualifier<T>, boolean) - Method in class io.micronaut.context.DefaultBeanContext
 
RegistrationConfiguration - Class in io.micronaut.discovery.registration
Common configuration for ServiceInstance registration.
RegistrationConfiguration() - Constructor for class io.micronaut.discovery.registration.RegistrationConfiguration
 
RegistrationException - Exception in io.micronaut.discovery.registration
Exception thrown during ServiceInstance registration.
RegistrationException(String) - Constructor for exception io.micronaut.discovery.registration.RegistrationException
Constructs a new Registration exception with the specified detail message.
RegistrationException(String, Throwable) - Constructor for exception io.micronaut.discovery.registration.RegistrationException
Constructs a new Registration exception with the specified detail message and cause.
REGULAR_JSON_MEDIA_TYPE_CODEC_NAME - Static variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
 
REGULAR_JSON_MEDIA_TYPE_CODEC_NAME - Static variable in class io.micronaut.json.codec.MapperMediaTypeCodec
 
reject(Exception) - Method in interface io.micronaut.core.convert.ErrorsContext
Reject the version with the given exception.
reject(Object, Exception) - Method in interface io.micronaut.core.convert.ErrorsContext
Reject the version with the given exception.
release() - Method in interface io.micronaut.core.io.buffer.ReferenceCounted
Release a reference to this object.
release() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
release(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
release() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
Release and cleanup resources.
RELEASE_CHANNEL - Static variable in class io.micronaut.http.client.netty.ConnectTTLHandler
 
releaseIfNecessary(Object) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
remap(AnnotationValue<?>, VisitorContext) - Method in interface io.micronaut.inject.annotation.AnnotationRemapper
The map method will be called for each instances of the annotation returned via this method.
remap(AnnotationValue<?>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.FindBugsRemapper
 
remap(AnnotationValue<?>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.JakartaRemapper
 
remap(AnnotationValue<?>, VisitorContext) - Method in interface io.micronaut.inject.annotation.PackageRenameRemapper
 
RemoteHostElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RemoteHostElement.
RemoteHostElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RemoteHostElementBuilder
 
RemoteIpElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RemoteIpElement.
RemoteIpElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RemoteIpElementBuilder
 
remove(CharSequence) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
remove(CharSequence) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
remove(BeanIdentifier) - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
remove(BeanIdentifier) - Method in interface io.micronaut.context.scope.CustomScope
Remove a bean definition from the scope.
remove(CharSequence, V) - Method in interface io.micronaut.core.convert.value.MutableConvertibleMultiValues
Remove the given value from the given key.
remove(CharSequence) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
remove(CharSequence, V) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
remove(CharSequence) - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
Remove a value for the given key.
remove(CharSequence) - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
 
remove(CharSequence) - Method in interface io.micronaut.core.type.MutableHeaders
Removes a header.
remove(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
remove(Object, Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
remove(CharSequence) - Method in interface io.micronaut.http.MutableHttpHeaders
 
remove(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
remove(CharSequence) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
remove(CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
remove(BeanIdentifier) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
remove(CharSequence) - Method in class io.micronaut.session.InMemorySession
 
removeAnnotation(String) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
removeAnnotation(String) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
removeAnnotation(AnnotationMetadata, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Removes an annotation from the given annotation metadata.
removeAnnotation(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Removes an annotation for the given annotation type.
removeAnnotation(String) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
removeAnnotation(String) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
removeAnnotation(Class<T>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
removeAnnotation(String) - Method in interface io.micronaut.inject.ast.Element
Removes an annotation of the given type from the element.
removeAnnotation(Class<T>) - Method in interface io.micronaut.inject.ast.Element
 
removeAnnotation(String) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
removeAnnotation(AnnotationMetadata, String) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Remove an annotation for the given name.
removeAnnotation(String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
removeAnnotationIf(AnnotationMetadata, Predicate<AnnotationValue<T1>>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Removes an annotation from the metadata for the given predicate.
removeAnnotationIf(Predicate<AnnotationValue<A>>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Removes an annotation for the given predicate.
removeAnnotationIf(Predicate<AnnotationValue<A>>) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in interface io.micronaut.inject.ast.Element
Removes all annotations that pass the given predicate.
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
removeAnnotationIf(AnnotationMetadata, Predicate<AnnotationValue<T>>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Remove an annotation if it matches the given condition.
removeAnnotationIf(Predicate<AnnotationValue<T>>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
removeAttribute(CharSequence) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
removeAttribute(CharSequence) - Method in interface io.micronaut.context.BeanResolutionContext
Remove the attribute for the given key.
removeAttribute(CharSequence, Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
removeAttribute(CharSequence, Class<T>) - Method in interface io.micronaut.core.attr.MutableAttributeHolder
Remove an attribute.
removeChannel(Channel) - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
Remove a channel from the repository.
removeChannel(Channel) - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
removeInFlightBean(BeanIdentifier) - Method in interface io.micronaut.context.BeanResolutionContext
Removes a bean that is in the process of being created.
removeInFlightBean(BeanIdentifier) - Method in class io.micronaut.context.DefaultBeanResolutionContext
 
removeMessage(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
The stream is out of scope for the HTTP message flow and will no longer be tracked.
removePropertySource(PropertySource) - Method in class io.micronaut.context.env.DefaultEnvironment
 
removePropertySource(PropertySource) - Method in interface io.micronaut.context.env.Environment
Removes a property source from this environment.
removeStereotype(String) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
removeStereotype(String) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
removeStereotype(AnnotationMetadata, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Removes an annotation from the given annotation metadata.
removeStereotype(String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Removes a stereotype annotation for the given annotation type.
removeStereotype(String) - Method in class io.micronaut.inject.annotation.MutableAnnotationMetadata
 
removeStereotype(String) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
removeStereotype(Class<T>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
 
removeStereotype(String) - Method in interface io.micronaut.inject.ast.Element
Removes a stereotype of the given name from the element.
removeStereotype(Class<T>) - Method in interface io.micronaut.inject.ast.Element
Removes a stereotype annotation of the given type from the element.
removeStereotype(String) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
removeStereotype(AnnotationMetadata, String) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
Remove a stereotype from the given metadata.
removeStereotype(String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
replace(K, V) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
replace(K, V, V) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
replacePath(String) - Method in interface io.micronaut.http.uri.UriBuilder
Replaces the existing path if any.
replaceQueryParam(String, Object...) - Method in interface io.micronaut.http.uri.UriBuilder
Adds a query parameter for the give name and values.
Replaces - Annotation Type in io.micronaut.context.annotation
Allows a bean to specify that it replaces another bean.
request(long) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
 
REQUEST_HEADERS_EVENTS - Static variable in enum io.micronaut.http.server.netty.handler.accesslog.element.LogElement.Event
 
RequestArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
A binder that binds from an HttpRequest.
RequestArgumentSatisfier - Class in io.micronaut.http.server.binding
A class containing methods to aid in satisfying arguments of a Route.
RequestArgumentSatisfier(RequestBinderRegistry) - Constructor for class io.micronaut.http.server.binding.RequestArgumentSatisfier
 
RequestAttribute - Annotation Type in io.micronaut.http.annotation
An annotation that can be applied to method arguments to indicate that the method argument is bound to an HTTP request attribute This can also be used in conjuction with @RequestAttributes to list attributes on a client class that will always be applied Note: Request attributes are intended for internal data sharing only, and are not attached to the outbound request.
RequestAttributeAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
An AnnotatedArgumentBinder implementation that uses the RequestAttribute annotation to trigger binding from an HTTP request attribute.
RequestAttributeAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.RequestAttributeAnnotationBinder
 
RequestAttributes - Annotation Type in io.micronaut.http.annotation
This lets you declare several attributes for a client class and have them always included.
RequestAware - Interface in io.micronaut.runtime.http.scope
An interface that may be implemented by RequestScope beans to allow access to the current request.
RequestBean - Annotation Type in io.micronaut.http.annotation
Used to bind Bindable parameters to a Bean object.
RequestBeanAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
Used to bind Bindable parameters to a Bean object.
RequestBeanAnnotationBinder(RequestBinderRegistry, ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.RequestBeanAnnotationBinder
 
RequestBeanParameterRule - Class in io.micronaut.validation.routes.rules
Validates RequestBean parameters.
RequestBeanParameterRule() - Constructor for class io.micronaut.validation.routes.rules.RequestBeanParameterRule
 
RequestBinderRegistry - Interface in io.micronaut.http.bind
A ArgumentBinderRegistry where the source of binding is a HttpRequest.
requestDemand() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
Override to intercept when demand is requested.
RequestLineElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RequestLineElement.
RequestLineElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RequestLineElementBuilder
 
RequestLocaleResolver - Class in io.micronaut.http.server.util.locale
A locale resolver which resolves the locale via HttpRequest.getLocale().
RequestLocaleResolver(HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.http.server.util.locale.RequestLocaleResolver
 
requestMaxSize - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
requestMaxSize - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
 
requestMaxSize - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
RequestMethodElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RequestMethodElement.
RequestMethodElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RequestMethodElementBuilder
 
RequestProtocolElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RequestProtocolElement.
RequestProtocolElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RequestProtocolElementBuilder
 
RequestScope - Annotation Type in io.micronaut.runtime.http.scope
A CustomScope that creates a new bean for every HTTP request.
RequestUriElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for RequestUriElement.
RequestUriElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.RequestUriElementBuilder
 
RequestVersionResolver - Interface in io.micronaut.web.router.version.resolution
Interface responsible for extracting request version from HttpRequest.
Requirements - Annotation Type in io.micronaut.context.annotation
For specifying multiple requirements.
requireNonNull(String, T) - Static method in class io.micronaut.core.util.ArgumentUtils
Adds a check that the given number is not null.
requirePositive(String, Number) - Static method in class io.micronaut.core.util.ArgumentUtils
Adds a check that the given number is positive.
requirePositive(String, int) - Static method in class io.micronaut.core.util.ArgumentUtils
Adds a check that the given number is positive.
Requires - Annotation Type in io.micronaut.context.annotation
Expresses a requirement for a bean or Configuration.
Requires.Family - Enum in io.micronaut.context.annotation
Used to express an operation system family.
Requires.Sdk - Enum in io.micronaut.context.annotation
Used to express a required SDK version.
RequiresCondition - Class in io.micronaut.context
An abstract Condition implementation that is based on the presence of Requires annotation.
RequiresCondition(AnnotationMetadata) - Constructor for class io.micronaut.context.RequiresCondition
 
requiresMethodProcessing() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
requiresMethodProcessing() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
requiresMethodProcessing() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
requiresMethodProcessing() - Method in interface io.micronaut.inject.BeanType
By default, when the BeanContext is started, the BeanDefinition.getExecutableMethods() are not processed by registered ExecutableMethodProcessor instances unless this method returns true.
requiresMethodProcessing() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
 
requiresMethodProcessing() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
By default, when the BeanContext is started, the BeanDefinition.getExecutableMethods() are not processed by registered ExecutableMethodProcessor instances unless this method returns true.
requiresMethodProcessing() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
requiresReflection() - Method in class io.micronaut.context.AbstractBeanResolutionContext.AnnotationSegment
 
requiresReflection() - Method in class io.micronaut.context.AbstractBeanResolutionContext.ConstructorArgumentSegment
 
requiresReflection() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
requiresReflection() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
requiresReflection() - Method in class io.micronaut.context.AbstractConstructorInjectionPoint
 
requiresReflection() - Method in interface io.micronaut.inject.InjectionPoint
 
requiresRequestBody(HttpMethod) - Static method in enum io.micronaut.http.HttpMethod
Whether the given method requires a request body.
reset() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLog
Resets the current values.
reset() - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
Reset the computed value.
resetCaches() - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
Subclasses can override to reset caches.
resetReaderIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
resetWriterIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
resolve(T) - Method in class io.micronaut.core.util.locale.FixedLocaleResolver
 
resolve(T) - Method in interface io.micronaut.core.util.LocaleResolver
Resolves the locale for the given context.
resolve(Environment) - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadataResolver
Resolves ComputeInstanceMetadata for the current environment if possible.
resolve(Environment) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
 
resolve(URI) - Method in interface io.micronaut.discovery.ServiceInstance
Resolve a URI relative to this service instance.
resolve(String...) - Method in class io.micronaut.http.client.DefaultLoadBalancerResolver
 
resolve(String...) - Method in interface io.micronaut.http.client.LoadBalancerResolver
Resolve a LoadBalancer for the given references.
resolve(NettyHttpRequest<?>, RouteMatch<?>) - Method in interface io.micronaut.http.server.netty.HttpContentProcessorResolver
Resolves the processor for the given request and route.
resolve(NettyHttpRequest<?>, Argument<?>) - Method in interface io.micronaut.http.server.netty.HttpContentProcessorResolver
Resolves the processor for the given request and body argument.
resolve(NettyHttpRequest<?>) - Method in interface io.micronaut.http.server.netty.HttpContentProcessorResolver
Resolves the processor for the given request.
resolve(HttpRequest) - Method in class io.micronaut.http.server.util.DefaultHttpClientAddressResolver
 
resolve(HttpRequest) - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
 
resolve(HttpRequest) - Method in interface io.micronaut.http.server.util.HttpClientAddressResolver
 
resolve(HttpRequest) - Method in interface io.micronaut.http.server.util.HttpHostResolver
Returns the host of the current server with protocol, host name, and an optional port.
resolve(HttpRequest<?>) - Method in class io.micronaut.http.server.util.locale.CompositeHttpLocaleResolver
 
resolve(HttpRequest<?>) - Method in class io.micronaut.http.server.util.locale.CookieLocaleResolver
 
resolve(HttpRequest<?>) - Method in class io.micronaut.http.server.util.locale.RequestLocaleResolver
 
resolve(HttpRequest<?>) - Method in class io.micronaut.session.http.SessionLocaleResolver
 
resolve(String) - Method in class io.micronaut.web.router.resource.StaticResourceResolver
Resolves a path to a URL.
resolve(HttpRequest<?>) - Method in class io.micronaut.web.router.version.resolution.HeaderVersionResolver
 
resolve(HttpRequest<?>) - Method in class io.micronaut.web.router.version.resolution.ParameterVersionResolver
 
resolve(T) - Method in interface io.micronaut.web.router.version.resolution.VersionResolver
Resolves a version from a given object.
resolveAnnotationMetadata(ClassNode) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Resolves the annotation metadata for the given type.
resolveAnnotationMetadata() - Method in class io.micronaut.context.AbstractBeanDefinition
Resolves the annotation metadata for this bean.
resolveAnnotationMetadata() - Method in class io.micronaut.context.AbstractExecutableMethod
Resolves the annotation metadata for this method.
resolveAroundInterceptors(BeanContext, ExecutableMethod<?, ?>, List<BeanRegistration<Interceptor<?, ?>>>) - Static method in class io.micronaut.aop.chain.InterceptorChain
Resolves the Around interceptors for a method.
resolveAroundInterceptors(BeanContext, ExecutableMethod<?, ?>, Interceptor...) - Static method in class io.micronaut.aop.chain.InterceptorChain
resolveBeanConfigurations() - Method in class io.micronaut.context.DefaultBeanContext
Resolves the BeanConfiguration class instances.
resolveBeanDefinitionReferences() - Method in class io.micronaut.context.DefaultBeanContext
Resolves the BeanDefinitionReference class instances.
resolveBeanDefinitionReferences(Predicate<BeanDefinitionReference>) - Method in class io.micronaut.context.DefaultBeanContext
Deprecated.
resolveBoundTypes(DeclaredType) - Method in class io.micronaut.annotation.processing.GenericUtils
Resolve bound types for the given declared type.
resolveCharset(HttpMessage<?>) - Static method in class io.micronaut.http.util.HttpUtil
Resolve the Charset to use for the request.
resolveClassValues(Object) - Static method in class io.micronaut.core.annotation.AnnotationValue
The classes class values for the given value.
resolveClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in interface io.micronaut.http.client.HttpClientRegistry
Resolves a HttpClient for the given injection point.
resolveClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
resolveConstructorInterceptors(BeanConstructor<T>, Collection<BeanRegistration<Interceptor<T, T>>>) - Method in class io.micronaut.aop.chain.DefaultInterceptorRegistry
 
resolveConstructorInterceptors(BeanConstructor<T>, Collection<BeanRegistration<Interceptor<T, T>>>) - Method in interface io.micronaut.aop.InterceptorRegistry
Resolves interceptors for the given constructor.
resolveDefaultResponseContentType(HttpRequest<?>, RouteInfo<?>) - Method in class io.micronaut.http.server.RouteExecutor
 
resolveDefaultVersion() - Method in class io.micronaut.web.router.version.ConfigurationDefaultVersionProvider
 
resolveDefaultVersion() - Method in interface io.micronaut.web.router.version.DefaultVersionProvider
 
resolveDynamicQualifier() - Method in interface io.micronaut.inject.BeanDefinition
 
resolveEntriesForKey(String, boolean) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
resolveEntriesForKey(String, boolean, PropertySourcePropertyResolver.PropertyCatalog) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
resolveEnumValues(Class<E>, Object) - Static method in class io.micronaut.core.annotation.AnnotationValue
The enum values for the given enum type and raw value.
resolveExpression(String, String, Class<T>) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
Resolves a single expression.
resolveFallback(MethodInvocationContext<Object, Object>, RuntimeException) - Method in class io.micronaut.retry.intercept.RecoveryInterceptor
Resolves a fallback for the given execution context and exception.
resolveFilterEntries(ClientFilterResolutionContext) - Method in class io.micronaut.http.client.filter.DefaultHttpClientFilterResolver
 
resolveFilterEntries(T) - Method in interface io.micronaut.http.filter.HttpFilterResolver
Resolves the initial list of filters.
resolveFilterEntries(RouteMatch<?>) - Method in class io.micronaut.web.router.DefaultRouter
 
resolveFilters(HttpRequest<?>, List<HttpFilterResolver.FilterEntry<HttpClientFilter>>) - Method in class io.micronaut.http.client.filter.DefaultHttpClientFilterResolver
 
resolveFilters(HttpRequest<?>, List<HttpFilterResolver.FilterEntry<F>>) - Method in interface io.micronaut.http.filter.HttpFilterResolver
Returns which filters should apply for the given request.
resolveFilters(HttpRequest<?>, List<HttpFilterResolver.FilterEntry<HttpFilter>>) - Method in class io.micronaut.web.router.DefaultRouter
 
resolveFunction(LocalFunctionRegistry, String) - Method in class io.micronaut.function.executor.AbstractExecutor
Resolve a function from the LocalFunctionRegistry.
resolveFunctionName(Environment) - Method in class io.micronaut.function.executor.AbstractExecutor
Resolves the function name to execution for the environment.
resolveGenericTypeArgument(Field) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolves a single generic type argument for the given field.
resolveHierarchy(Class<?>) - Static method in class io.micronaut.core.reflect.ClassUtils
Builds a class hierarchy that includes all super classes and interfaces that the given class implements or extends from.
resolveIds(HttpRequest<?>) - Method in class io.micronaut.session.http.CookieHttpSessionStrategy
 
resolveIds(HttpRequest<?>) - Method in class io.micronaut.session.http.HeadersHttpSessionIdStrategy
 
resolveIds(HttpRequest<?>) - Method in interface io.micronaut.session.http.HttpSessionIdResolver
Resolve the Session ID from the given HTTP message.
resolveInterceptorBinding(AnnotationMetadata, InterceptorKind) - Static method in class io.micronaut.aop.internal.intercepted.InterceptedMethodUtil
Resolve interceptor binding annotations from the metadata.
resolveInterceptors(Executable<T, ?>, Collection<BeanRegistration<Interceptor<T, ?>>>, InterceptorKind) - Method in class io.micronaut.aop.chain.DefaultInterceptorRegistry
 
resolveInterceptors(Executable<T, ?>, Collection<BeanRegistration<Interceptor<T, ?>>>, InterceptorKind) - Method in interface io.micronaut.aop.InterceptorRegistry
Resolves method interceptors for the given method.
resolveInterfaceTypeArgument(Class, Class) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolves a single type argument from the given interface of the given class.
resolveInterfaceTypeArguments(Class<?>, Class<?>) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolve all of the type arguments for the given interface from the given type.
resolveIntroductionInterceptors(BeanContext, ExecutableMethod<?, ?>, List<BeanRegistration<Interceptor<?, ?>>>) - Static method in class io.micronaut.aop.chain.InterceptorChain
Resolves the Introduction interceptors for a method.
resolveIntroductionInterceptors(BeanContext, ExecutableMethod<?, ?>, Interceptor...) - Static method in class io.micronaut.aop.chain.InterceptorChain
Deprecated.
resolveKind(Element, ElementKind) - Method in class io.micronaut.annotation.processing.ModelUtils
The Java APT throws an internal exception {code com.sun.tools.javac.code.Symbol$CompletionFailure} if a class is missing from the classpath and Element.getKind() is called.
resolveKind(Element) - Method in class io.micronaut.annotation.processing.ModelUtils
The Java APT throws an internal exception {code com.sun.tools.javac.code.Symbol$CompletionFailure} if a class is missing from the classpath and Element.getKind() is called.
resolveKind(Element) - Static method in class io.micronaut.inject.processing.JavaModelUtils
The Java APT throws an internal exception {code com.sun.tools.javac.code.Symbol$CompletionFailure} if a class is missing from the classpath and Element.getKind() is called.
resolveKind(Element, ElementKind) - Static method in class io.micronaut.inject.processing.JavaModelUtils
The Java APT throws an internal exception {code com.sun.tools.javac.code.Symbol$CompletionFailure} if a class is missing from the classpath and Element.getKind() is called.
resolveLoadBalancerForServiceID(String) - Method in class io.micronaut.http.client.DefaultLoadBalancerResolver
 
resolveLocale(T) - Method in class io.micronaut.context.AbstractLocalizedMessageSource
 
resolveMetadata(Class<?>) - Method in class io.micronaut.context.DefaultBeanContext
 
resolveMetadata(Class<?>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataResolver
Resolve the AnnotationMetadata for the given type.
resolveMetadata(Object) - Method in interface io.micronaut.core.annotation.AnnotationMetadataResolver
Resolve the AnnotationMetadata for the given object.
resolveModifiers(MethodNode) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Resolve modifiers for a method node.
resolveModifiers(FieldNode) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Resolve modifiers for a field node.
resolveModifiers(ClassNode) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
Resolve modifiers for a class node.
resolveName() - Method in interface io.micronaut.core.naming.NameResolver
 
resolveOrDefault(T) - Method in class io.micronaut.core.util.locale.AbstractLocaleResolver
 
resolveOrDefault(T) - Method in class io.micronaut.core.util.locale.FixedLocaleResolver
 
resolveOrDefault(T) - Method in interface io.micronaut.core.util.LocaleResolver
Resolves the local or returns the default locale.
resolvePlaceholders(String) - Method in class io.micronaut.context.DefaultApplicationContext
 
resolvePlaceholders(String) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
 
resolvePlaceholders(String) - Method in interface io.micronaut.context.env.PropertyPlaceholderResolver
Resolve the placeholders and return an Optional String if it was possible to resolve them.
resolveProxy(boolean, String, int) - Method in class io.micronaut.http.client.HttpClientConfiguration
Resolves a proxy to use for connection.
resolveProxyHttpClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
resolveProxyHttpClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in interface io.micronaut.http.client.ProxyHttpClientRegistry
Resolves a ProxyHttpClient for the given injection point.
resolver - Variable in class io.micronaut.core.value.OptionalValuesMap
 
resolveRedirectURI(HttpRequest<?>, HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
resolveRequestURI(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
resolveRequestURI(HttpRequest<I>, boolean) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
resolveRequiredPlaceholder(String, Class<T>) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
 
resolveRequiredPlaceholder(String, Class<T>) - Method in interface io.micronaut.context.env.PropertyPlaceholderResolver
Resolves the value of a single placeholder.
resolveRequiredPlaceholders(String) - Method in class io.micronaut.context.DefaultApplicationContext
 
resolveRequiredPlaceholders(String) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
 
resolveRequiredPlaceholders(String) - Method in interface io.micronaut.context.env.PropertyPlaceholderResolver
Resolve the placeholders and return an Optional String if it was possible to resolve them.
resolveSseClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
resolveSseClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in interface io.micronaut.http.client.sse.SseClientRegistry
Resolves a SseClient for the given injection point.
resolveStreamingHttpClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
resolveStreamingHttpClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in interface io.micronaut.http.client.StreamingHttpClientRegistry
Resolves a StreamingHttpClient for the given injection point.
resolveStringArray(String[], Function<Object, Object>) - Static method in class io.micronaut.core.annotation.AnnotationValue
The string[] values for the given value.
resolveStringValues(Object, Function<Object, Object>) - Static method in class io.micronaut.core.annotation.AnnotationValue
The string values for the given value.
resolveSubMap(String, Map<String, Object>, ArgumentConversionContext<?>) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
resolveSubMap(String, Map<String, Object>, ArgumentConversionContext<?>, StringConvention, MapFormat.MapTransformation) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
Resolves a submap for the given name and parameters.
resolveSubProperties(String, Map<String, Object>, ArgumentConversionContext<?>) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
 
resolveSuperGenericTypeArgument(Class) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolves a single generic type argument from the super class of the given type.
resolveSuperTypeGenericArguments(Class<?>, Class<?>) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolve all of the type arguments for the given super type from the given type.
resolveTypeArguments(Type) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
Resolves the type arguments for a generic type.
resolveTypePattern(Class, String, char) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
 
resolveTypeReference(TypeMirror) - Method in class io.micronaut.annotation.processing.GenericUtils
 
resolveTypeReference(TypeMirror, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
Resolve a type reference to use for the given type mirror taking into account generic type variables.
resolveUri(Class) - Method in class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
 
resolveUri(BeanDefinition<?>) - Method in class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
 
resolveUri(String) - Method in class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
 
resolveUri(Class, PropertyConvention) - Method in class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
 
resolveUri(Class) - Method in class io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
 
resolveUri(BeanDefinition<?>) - Method in class io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
 
resolveUri(String) - Method in class io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
 
resolveUri(Class<?>) - Method in interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy
Resolve the URI to use for the given type.
resolveUri(BeanDefinition<?>) - Method in interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy
Resolve the URI to use for the given type.
resolveUri(String) - Method in interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy
Resolve the URI to use for the given type.
resolveUri(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy
Resolve the URI to use for the given type and route id.
resolveVersion(HttpRequest<?>) - Method in class io.micronaut.web.router.version.RouteVersionFilter
 
resolveWebSocketClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in class io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
 
resolveWebSocketClient(InjectionPoint<?>, LoadBalancer, HttpClientConfiguration, BeanContext) - Method in interface io.micronaut.websocket.WebSocketClientRegistry
Resolves a WebSocketClient for the given injection point.
Resource - Interface in io.micronaut.http.hateoas
Represents a REST resource in a hateoas architecture.
ResourceBanner - Class in io.micronaut.context.banner
Prints a banner from a resource.
ResourceBanner(URL, PrintStream) - Constructor for class io.micronaut.context.banner.ResourceBanner
Constructor.
ResourceBundleMessageSource - Class in io.micronaut.context.i18n
A message source backed by a resource bundle.
ResourceBundleMessageSource(String) - Constructor for class io.micronaut.context.i18n.ResourceBundleMessageSource
Default constructor.
ResourceBundleMessageSource(String, Locale) - Constructor for class io.micronaut.context.i18n.ResourceBundleMessageSource
Default constructor.
ResourceDeserializerModifier - Class in io.micronaut.jackson.serialize
 
ResourceDeserializerModifier() - Constructor for class io.micronaut.jackson.serialize.ResourceDeserializerModifier
 
resourceLoader - Variable in class io.micronaut.context.env.DefaultEnvironment
 
ResourceLoader - Interface in io.micronaut.core.io
Basic abstraction over resource loading.
ResourceLoaderFactory - Class in io.micronaut.http.resource
Creates beans for ResourceLoaders to handle static resource requests.
ResourceLoaderFactory(Environment) - Constructor for class io.micronaut.http.resource.ResourceLoaderFactory
The resource factory.
ResourceModule - Class in io.micronaut.jackson.serialize
Modifies deserialization for Resource.
ResourceModule() - Constructor for class io.micronaut.jackson.serialize.ResourceModule
Construct a new resource module with default deserializer for Resource.
ResourceResolver - Class in io.micronaut.core.io
Resolves resources from a set of ResourceLoader instances.
ResourceResolver(ResourceLoader[]) - Constructor for class io.micronaut.core.io.ResourceResolver
 
ResourceResolver(List<ResourceLoader>) - Constructor for class io.micronaut.core.io.ResourceResolver
 
ResourceResolver() - Constructor for class io.micronaut.core.io.ResourceResolver
Default constructor.
resourceResolver(List<ResourceLoader>) - Method in class io.micronaut.http.resource.ResourceLoaderFactory
 
ResourceRoute - Interface in io.micronaut.web.router
A resource route is a composite route to a REST endpoint.
resources(Class) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
resources(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Builds the necessary mappings to treat the given class as a REST endpoint.
resources(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Builds the necessary mappings to treat the given instance as a REST endpoint.
RESPONSE_HEADERS_EVENTS - Static variable in enum io.micronaut.http.server.netty.handler.accesslog.element.LogElement.Event
 
ResponseCodeElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
Builder for ResponseCodeElement.
ResponseCodeElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.ResponseCodeElementBuilder
 
RESTART - Static variable in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Setting to enable and disable restart.
result() - Method in interface io.micronaut.inject.ast.ElementQuery
Build the query result.
resultType() - Method in interface io.micronaut.aop.InterceptedMethod
Returns result type of the method.
resultType() - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
retain() - Method in interface io.micronaut.core.io.buffer.ReferenceCounted
Retain an additional reference to this object.
retain(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
retain() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
retainedDuplicate() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
retainedSlice() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
retainedSlice(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
retrieve(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(String) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP GET request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(String, Class<O>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform an HTTP GET request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(String, Class<O>, Class<E>) - Method in interface io.micronaut.http.client.BlockingHttpClient
Perform a GET request for the given request object emitting the full HTTP response from returned Publisher.
retrieve(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(HttpRequest<I>) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieve(String) - Method in interface io.micronaut.http.client.HttpClient
Perform an HTTP GET request for the given request object emitting the full HTTP response from returned Publisher and converting the response body to the specified type.
retrieveDeepObjectValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
 
retrieveDeepObjectValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
 
retrieveDeepObjectValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
 
retrieveMultiValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
 
retrieveMultiValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
 
retrieveMultiValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
 
retrievePropertiesPropertySource(String, String, String, ResourceResolver) - Method in interface io.micronaut.management.endpoint.info.source.PropertiesInfoSource
Extends InfoEndpoint to add a helper method for retrieving a PropertySource from a properties file.
retrieveSeparatedValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
 
retrieveSeparatedValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
 
retrieveSeparatedValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
 
RETRY - Static variable in interface io.micronaut.http.sse.Event
The retry parameter.
retry(Duration) - Method in interface io.micronaut.http.sse.Event
Sets the retry duration.
RETRY_AFTER - Static variable in interface io.micronaut.http.HttpHeaders
"Retry-After".
Retryable - Annotation Type in io.micronaut.retry.annotation
AOP Advice that can be applied to any method.
RetryEvent - Class in io.micronaut.retry.event
An event triggered on each retry.
RetryEvent(MethodInvocationContext<?, ?>, RetryState, Throwable) - Constructor for class io.micronaut.retry.event.RetryEvent
 
RetryEventListener - Interface in io.micronaut.retry.event
Generalization of ApplicationEventListener for RetryEvent.
RetryException - Exception in io.micronaut.retry.exception
An exception thrown if there is something at miss with the Retry system.
RetryException(String) - Constructor for exception io.micronaut.retry.exception.RetryException
Constructs a new Retry exception with the specified detail message.
RetryException(String, Throwable) - Constructor for exception io.micronaut.retry.exception.RetryException
Constructs a new Retry exception with the specified detail message and cause.
RetryPredicate - Interface in io.micronaut.retry.annotation
An interface allows to provide custom condition for Retryable and CircuitBreaker.
RetryState - Interface in io.micronaut.retry
An interface that encapsulates the current state of a Retryable operation.
RetryStateBuilder - Interface in io.micronaut.retry
The retry state builder.
returnType(Map<String, Map<String, TypeMirror>>) - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
The return type for the given info.
ReturnType<T> - Interface in io.micronaut.core.type
Models a return type of an Executable method in Micronaut.
returnTypeValue() - Method in interface io.micronaut.aop.InterceptedMethod
Returns result type value.
returnTypeValue() - Method in class io.micronaut.aop.internal.intercepted.SynchronousInterceptedMethod
 
returnVoid(GeneratorAdapter) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
REVERSE_COMPARATOR - Static variable in class io.micronaut.core.order.OrderUtil
Provide a comparator, in reversed order, for collections.
reverseIterator(T...) - Static method in class io.micronaut.core.util.ArrayUtils
Produce an iterator for the given array.
reverseSort(List<?>) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given list.
reverseSort(Object[]) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given array in reverse order.
rootDefinition - Variable in class io.micronaut.context.AbstractBeanResolutionContext
 
route(HttpMethod, CharSequence) - Method in class io.micronaut.web.router.DefaultRouter
 
route(HttpStatus) - Method in class io.micronaut.web.router.DefaultRouter
 
route(Class, HttpStatus) - Method in class io.micronaut.web.router.DefaultRouter
 
route(Class, Throwable) - Method in class io.micronaut.web.router.DefaultRouter
 
route(Throwable) - Method in class io.micronaut.web.router.DefaultRouter
 
route(HttpMethod, CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
route(HttpStatus) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
route(Class, HttpStatus) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
route(Throwable) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
route(Class, Throwable) - Method in class io.micronaut.web.router.filter.FilteredRouter
 
Route - Interface in io.micronaut.web.router
Represents a Route definition constructed by a RouteBuilder.
route(HttpMethod, CharSequence) - Method in interface io.micronaut.web.router.Router
Finds the first possible route for the given HTTP method and URI.
route(HttpStatus) - Method in interface io.micronaut.web.router.Router
Found a RouteMatch for the given HttpStatus code.
route(Class, HttpStatus) - Method in interface io.micronaut.web.router.Router
Found a RouteMatch for the given HttpStatus code.
route(Throwable) - Method in interface io.micronaut.web.router.Router
Match a route to an error.
route(Class, Throwable) - Method in interface io.micronaut.web.router.Router
Match a route to an error.
RouteBuilder - Interface in io.micronaut.web.router
An interface for classes capable of building HTTP routing information.
RouteBuilder.UriNamingStrategy - Interface in io.micronaut.web.router
A URI naming strategy is used to dictate the default name to use when building a URI for a class.
RouteData<T> - Interface in io.micronaut.management.endpoint.routes
Returns data for a given route to be used for the RoutesEndpoint.
RouteDataCollector<T> - Interface in io.micronaut.management.endpoint.routes
Used to respond with route information used for the RoutesEndpoint.
RouteExecutor - Class in io.micronaut.http.server
A class responsible for executing routes.
RouteExecutor(Router, BeanContext, RequestArgumentSatisfier, HttpServerConfiguration, ErrorResponseProcessor<?>, ExecutorSelector) - Constructor for class io.micronaut.http.server.RouteExecutor
Default constructor.
RouteInfo<R> - Interface in io.micronaut.web.router
Common information shared between route and route match.
RouteMatch<R> - Interface in io.micronaut.web.router
A Route that is executable.
RouteMatchFilter - Interface in io.micronaut.web.router.filter
A filter responsible for filtering route matches.
RouteMatchUtils - Class in io.micronaut.web.router
 
RouteMatchUtils() - Constructor for class io.micronaut.web.router.RouteMatchUtils
 
Router - Interface in io.micronaut.web.router
Core Router interface that allows discovery of a route given an HTTP method and URI.
RoutesEndpoint - Class in io.micronaut.management.endpoint.routes
Exposes an Endpoint to display application routes.
RoutesEndpoint(Router, RouteDataCollector) - Constructor for class io.micronaut.management.endpoint.routes.RoutesEndpoint
 
RoutesVersioningConfiguration - Class in io.micronaut.web.router.version
Routes versioning configuration.
RoutesVersioningConfiguration() - Constructor for class io.micronaut.web.router.version.RoutesVersioningConfiguration
 
RouteValidationResult - Class in io.micronaut.validation.routes
The result of route validation.
RouteValidationResult(String...) - Constructor for class io.micronaut.validation.routes.RouteValidationResult
Default constructor.
RouteValidationRule - Interface in io.micronaut.validation.routes.rules
Describes a rule to validate a route.
RouteValidationVisitor - Class in io.micronaut.validation.routes
Visits methods annotated with HttpMethodMapping and validates the parameters are consistent with the URI.
RouteValidationVisitor() - Constructor for class io.micronaut.validation.routes.RouteValidationVisitor
 
RouteVersionFilter - Class in io.micronaut.web.router.version
Implementation of RouteMatchFilter responsible for filtering route matches on Version.
RouteVersionFilter(List<RequestVersionResolver>, DefaultVersionProvider) - Constructor for class io.micronaut.web.router.version.RouteVersionFilter
Creates a RouteVersionFilter with a collection of RequestVersionResolver.
RoutingException - Exception in io.micronaut.web.router.exceptions
An exception that occurs when building routes.
RoutingException(String, Throwable) - Constructor for exception io.micronaut.web.router.exceptions.RoutingException
 
RoutingException(String) - Constructor for exception io.micronaut.web.router.exceptions.RoutingException
 
RTT - Static variable in interface io.micronaut.http.HttpHeaders
"RTT".
run(String...) - Static method in interface io.micronaut.context.ApplicationContext
run() - Static method in interface io.micronaut.context.ApplicationContext
run(Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the ApplicationContext with the given type.
run(PropertySource, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the ApplicationContext with the given type.
run(Class<T>, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the ApplicationContext with the given type.
run(Class<T>, Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the ApplicationContext with the given type.
run(Class<T>, PropertySource, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the ApplicationContext with the given type.
run(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
Run the BeanContext.
run(Class<T>) - Method in interface io.micronaut.context.ApplicationContextBuilder
Run the ApplicationContext with the given type.
run() - Static method in interface io.micronaut.context.BeanContext
Run the BeanContext.
run(ClassLoader) - Static method in interface io.micronaut.context.BeanContext
Run the BeanContext.
run(StreamFunctionExecutor, String...) - Static method in class io.micronaut.function.executor.FunctionApplication
Run the given StreamFunctionExecutor for the given arguments.
run(String[], Function<FunctionInitializer.ParseContext, ?>) - Method in class io.micronaut.function.executor.FunctionInitializer
This method is designed to be called when using the FunctionInitializer from a static Application main method.
run(String...) - Static method in class io.micronaut.runtime.Micronaut
Run the application for the given arguments.
run(Class, String...) - Static method in class io.micronaut.runtime.Micronaut
Run the application for the given arguments.
run(Class[], String...) - Static method in class io.micronaut.runtime.Micronaut
Run the application for the given arguments.
RunnableInstrumenter - Interface in io.micronaut.scheduling.instrument
Interface for classes that instrument Runnable instances.
running - Variable in class io.micronaut.context.DefaultBeanContext
 

S

sameSite(SameSite) - Method in interface io.micronaut.http.cookie.Cookie
Determines if this this Cookie can be sent along cross-site requests.
SameSite - Enum in io.micronaut.http.cookie
Asserts that a cookie must not be sent with cross-origin requests, providing some protection against cross-site request forgery attacks (CSRF).
sameSite(SameSite) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
sameSite(SameSite) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
SameSiteConverter - Class in io.micronaut.http.cookie
Converts a string to a SameSite.
SameSiteConverter() - Constructor for class io.micronaut.http.cookie.SameSiteConverter
 
save(InMemorySession) - Method in class io.micronaut.session.InMemorySessionStore
 
save(S) - Method in interface io.micronaut.session.SessionStore
Save the given session.
SAVE_DATA - Static variable in interface io.micronaut.http.HttpHeaders
"Save-Data".
scan(String, String) - Method in class io.micronaut.ast.groovy.scan.ClassPathAnnotationScanner
Scan the given packages.
scan(Class<? extends Annotation>) - Method in class io.micronaut.context.env.DefaultEnvironment
 
scan(Class<? extends Annotation>, String...) - Method in class io.micronaut.context.env.DefaultEnvironment
 
scan(Class<? extends Annotation>) - Method in interface io.micronaut.context.env.Environment
Scan the current environment for classes annotated with the given annotation.
scan(Class<? extends Annotation>, String...) - Method in interface io.micronaut.context.env.Environment
Scan the current environment for classes annotated with the given annotation.
scan(String, String) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scan the given packages.
scan(String, Package...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scan the given packages.
scan(Class<? extends Annotation>, Package...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(Class<? extends Annotation>, Package) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scan the given packages.
scan(String, String...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(String, Collection<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(Class<? extends Annotation>, Collection<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(String, Stream<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(Class<? extends Annotation>, String...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
Scans the given package names.
scan(String, String) - Method in class io.micronaut.core.io.scan.BeanIntrospectionScanner
 
scanFile(String, Path, List<Class<?>>) - Method in class io.micronaut.ast.groovy.scan.ClassPathAnnotationScanner
 
schedule(Runnable, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedScheduledExecutorService
 
schedule(String, Runnable) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
schedule(String, Callable<V>) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
schedule(Duration, Runnable) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
schedule(Duration, Callable<V>) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
schedule(String, Runnable) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(String, Callable<V>) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Duration, Runnable) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Duration, Callable<V>) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedScheduledExecutorService
 
scheduleAtFixedRate(Duration, Duration, Runnable) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
scheduleAtFixedRate(Duration, Duration, Runnable) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
Scheduled - Annotation Type in io.micronaut.scheduling.annotation
An annotation for scheduling a re-occurring task.
SCHEDULED - Static variable in interface io.micronaut.scheduling.TaskExecutors
The name of the ScheduledExecutorService used to schedule background tasks.
ScheduledExecutorServiceConfig - Class in io.micronaut.scheduling.executor
A default executor service for scheduling adhoc tasks via ScheduledExecutorService.
ScheduledExecutorServiceConfig() - Constructor for class io.micronaut.scheduling.executor.ScheduledExecutorServiceConfig
 
ScheduledExecutorTaskScheduler - Class in io.micronaut.scheduling
Simple abstraction over ScheduledExecutorService.
ScheduledExecutorTaskScheduler(ExecutorService) - Constructor for class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
ScheduledMethodProcessor - Class in io.micronaut.scheduling.processor
A ExecutableMethodProcessor for the Scheduled annotation.
ScheduledMethodProcessor(BeanContext, Optional<ConversionService<?>>, TaskExceptionHandler<?, ?>) - Constructor for class io.micronaut.scheduling.processor.ScheduledMethodProcessor
 
SchedulerConfigurationException - Exception in io.micronaut.scheduling.exceptions
 
SchedulerConfigurationException(ExecutableMethod<?, ?>, String) - Constructor for exception io.micronaut.scheduling.exceptions.SchedulerConfigurationException
 
SchedulerConfigurationException(MethodReference<?, ?>, String) - Constructor for exception io.micronaut.scheduling.exceptions.SchedulerConfigurationException
 
Schedules - Annotation Type in io.micronaut.scheduling.annotation
Repeatable annotation wrapper for Scheduled.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedScheduledExecutorService
 
scheduleWithFixedDelay(Duration, Duration, Runnable) - Method in class io.micronaut.scheduling.ScheduledExecutorTaskScheduler
 
scheduleWithFixedDelay(Duration, Duration, Runnable) - Method in interface io.micronaut.scheduling.TaskScheduler
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheme(String) - Method in interface io.micronaut.http.uri.UriBuilder
Sets the URI scheme.
SCHEME_HTTP - Static variable in interface io.micronaut.http.HttpRequest
Constant for HTTP scheme.
SCHEME_HTTPS - Static variable in interface io.micronaut.http.HttpRequest
Constant for HTTPS scheme.
SCHEME_SECURE_WEBSOCKET - Static variable in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
 
SCHEME_WEBSOCKET - Static variable in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
 
SCHEME_WS - Static variable in interface io.micronaut.websocket.WebSocketClient
Constant for HTTP scheme.
SCHEME_WSS - Static variable in interface io.micronaut.websocket.WebSocketClient
Constant for HTTPS scheme.
SCOPE - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for scope declarations.
scope(AnnotationValue<?>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Adds a scope for the given annotation value to the bean.
scope(String) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Adds a scope for the given annotation value to the bean.
ScopedProxy - Annotation Type in io.micronaut.runtime.context.scope
A meta annotation for a scoped proxy.
SEC_WEBSOCKET_ACCEPT - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Accept".
SEC_WEBSOCKET_KEY - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Key".
SEC_WEBSOCKET_KEY1 - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Key1".
SEC_WEBSOCKET_KEY2 - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Key2".
SEC_WEBSOCKET_LOCATION - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Location".
SEC_WEBSOCKET_ORIGIN - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Origin".
SEC_WEBSOCKET_PROTOCOL - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Protocol".
SEC_WEBSOCKET_VERSION - Static variable in interface io.micronaut.http.HttpHeaders
"Sec-WebSocket-Version".
Secondary - Annotation Type in io.micronaut.context.annotation
Counter part to Primary that allows reducing the priority of a given bean for the purposes of dependency injection.
secure(boolean) - Method in interface io.micronaut.http.cookie.Cookie
Sets whether the cookie is secure.
secure(boolean) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
secure(boolean) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
seeOther(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.SEE_OTHER response with the location of the new resource.
select(Object) - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientRoundRobinLoadBalancer
 
select(Object) - Method in class io.micronaut.http.client.loadbalance.FixedLoadBalancer
 
select(Object) - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListRoundRobinLoadBalancer
 
select(Object) - Method in interface io.micronaut.http.client.LoadBalancer
 
select() - Method in interface io.micronaut.http.client.LoadBalancer
 
select(MethodReference, ThreadSelection) - Method in class io.micronaut.scheduling.executor.DefaultExecutorSelector
 
select(String) - Method in class io.micronaut.scheduling.executor.DefaultExecutorSelector
 
select(MethodReference, ThreadSelection) - Method in interface io.micronaut.scheduling.executor.ExecutorSelector
Select an ExecutorService for the given MethodReference.
select(String) - Method in interface io.micronaut.scheduling.executor.ExecutorSelector
Obtain executor for the given name.
Selector - Annotation Type in io.micronaut.management.endpoint.annotation
Annotation that can be applied to arguments that should be included in the endpoint URI.
SELF - Static variable in interface io.micronaut.http.hateoas.Link
Self link.
SelfSignedSslBuilder - Class in io.micronaut.http.server.netty.ssl
The Netty implementation of SslBuilder that generates an SslContext to create a server handler with SSL support via a generated self signed certificate.
SelfSignedSslBuilder(HttpServerConfiguration, ServerSslConfiguration, ResourceResolver) - Constructor for class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
 
SemanticVersion - Class in io.micronaut.core.version
Utility class for comparing semantic versions.
SemanticVersion(String) - Constructor for class io.micronaut.core.version.SemanticVersion
Constructor.
send(T, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
send(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer.
send(T) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer.
sendAsync(T, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
sendAsync(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer asynchronously.
sendAsync(T) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer asynchronously.
sendPingAsync(byte[]) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
sendPingAsync(byte[]) - Method in interface io.micronaut.websocket.WebSocketSession
Send a ping through this WebSocket.
sendSync(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
sendSync(Object, MediaType) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer synchronously.
sendSync(Object) - Method in interface io.micronaut.websocket.WebSocketSession
Send the given message to the remote peer synchronously.
SendTo - Annotation Type in io.micronaut.messaging.annotation
An annotation that can be applied at the method level to indicate that return value of said method should be sent to given destination.
SENSITIVE - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
Whether endpoints are sensitive by default.
Sensitive - Annotation Type in io.micronaut.management.endpoint.annotation
Annotation that can be applied to endpoint methods to control sensitivity at the method level.
sentOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
sentOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
SerializationException - Exception in io.micronaut.core.serialize.exceptions
A generic exception that occurs during serialization or deserialization.
SerializationException(String, Throwable) - Constructor for exception io.micronaut.core.serialize.exceptions.SerializationException
 
SerializationException(String) - Constructor for exception io.micronaut.core.serialize.exceptions.SerializationException
 
serialize(Object, OutputStream) - Method in class io.micronaut.core.serialize.JdkSerializer
 
serialize(Object, OutputStream) - Method in interface io.micronaut.core.serialize.ObjectSerializer
Serialize the given object to a byte[].
serialize(Object) - Method in interface io.micronaut.core.serialize.ObjectSerializer
Serialize the given object to a byte[].
serialize(ConvertibleMultiValues<?>, JsonGenerator, SerializerProvider) - Method in class io.micronaut.jackson.serialize.ConvertibleMultiValuesSerializer
 
serialize(ConvertibleValues<?>, JsonGenerator, SerializerProvider) - Method in class io.micronaut.jackson.serialize.ConvertibleValuesSerializer
 
serialize(Object) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
 
serialize(Object, OutputStream) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
 
serialize(OptionalValues<?>, JsonGenerator, SerializerProvider) - Method in class io.micronaut.jackson.serialize.OptionalValuesSerializer
 
serialize(Object) - Method in class io.micronaut.json.JsonObjectSerializer
 
serialize(Object, OutputStream) - Method in class io.micronaut.json.JsonObjectSerializer
 
serializers - Variable in class io.micronaut.jackson.ObjectMapperFactory
 
SERVER - Static variable in interface io.micronaut.http.HttpHeaders
"Server".
ServerContextPathProvider - Interface in io.micronaut.http.context
A contract for providing a context path to a server.
serverError() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.INTERNAL_SERVER_ERROR response with an empty body.
serverError(T) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.INTERNAL_SERVER_ERROR response with a body.
ServerFilterChain - Interface in io.micronaut.http.filter
A non-blocking and thread-safe filter chain.
ServerFilterPhase - Enum in io.micronaut.http.filter
Represents phases of server filters.
serverPush(HttpRequest<?>) - Method in interface io.micronaut.http.PushCapableHttpRequest
Initiate a HTTP2 server push for the given request.
serverPush(HttpRequest<?>) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
ServerRequestContext - Class in io.micronaut.http.context
The holder for the current HttpRequest that is bound to instrumented threads.
ServerRequestTracingPublisher - Class in io.micronaut.http.context
A reactive streams publisher that instruments an existing publisher ensuring execution is wrapped in a ServerRequestContext.
ServerRequestTracingPublisher(HttpRequest<?>, Publisher<MutableHttpResponse<?>>) - Constructor for class io.micronaut.http.context.ServerRequestTracingPublisher
Creates a new instance.
ServerShutdownEvent - Class in io.micronaut.runtime.server.event
Event fired when the EmbeddedServer shuts down.
ServerShutdownEvent(EmbeddedServer) - Constructor for class io.micronaut.runtime.server.event.ServerShutdownEvent
Constructs a prototypical Event.
serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
 
serverSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
 
serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
Returns the server channel class.
serverSocketChannelClass() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
Returns the server channel class.
serverSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
Returns the server channel class.
serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
Returns the server channel class.
serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
Returns the server channel class.
serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
 
serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
 
serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
Returns the server channel class instance.
serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
 
serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
 
ServerSslBuilder - Interface in io.micronaut.http.server.netty.ssl
Interface that allows for different builder instances to be able to create an the SSLContext supplied later to the micronaut http server.
ServerSslConfiguration - Class in io.micronaut.http.ssl
The default SslConfiguration used for HTTP servers.
ServerSslConfiguration(DefaultSslConfiguration, DefaultSslConfiguration.DefaultKeyConfiguration, DefaultSslConfiguration.DefaultKeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration
Overrides the default constructor and sets SslConfiguration.isEnabled() to true.
ServerSslConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration
Constructs the default server SSL configuration.
ServerSslConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.ssl
ServerSslConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.ssl
ServerSslConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.ssl
ServerStartupEvent - Class in io.micronaut.runtime.server.event
Event fired when the EmbeddedServer completes startup.
ServerStartupEvent(EmbeddedServer) - Constructor for class io.micronaut.runtime.server.event.ServerStartupEvent
Constructs a prototypical Event.
ServerStartupException - Exception in io.micronaut.http.server.exceptions
An exception thrown on server startup.
ServerStartupException(String) - Constructor for exception io.micronaut.http.server.exceptions.ServerStartupException
 
ServerStartupException(String, Throwable) - Constructor for exception io.micronaut.http.server.exceptions.ServerStartupException
 
ServerStopEndpoint - Class in io.micronaut.management.endpoint.stop
Exposes an Endpoint to stop the server.
ServerWebSocket - Annotation Type in io.micronaut.websocket.annotation
Annotation declared on the server to indicate the class handles web socket frames.
ServerWebSocketProcessor - Class in io.micronaut.http.server.websocket
A processor that exposes WebSocket URIs via the router.
SERVICE_RESTART - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
ServiceConnectionPoolConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration
 
ServiceDefinition<T> - Interface in io.micronaut.core.io.service
A service that may or may not be present on the classpath.
ServiceDescriptionProcessor - Class in io.micronaut.annotation.processing
A separate aggregating annotation processor responsible for creating META-INF/services entries.
ServiceDescriptionProcessor() - Constructor for class io.micronaut.annotation.processing.ServiceDescriptionProcessor
 
ServiceHttpClientConfiguration - Class in io.micronaut.http.client
Allows defining HTTP client configurations via the micronaut.http.services setting.
ServiceHttpClientConfiguration(String, ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration, ServiceHttpClientConfiguration.ServiceSslClientConfiguration, ApplicationConfiguration) - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration
Creates a new client configuration for the given service ID.
ServiceHttpClientConfiguration(String, ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration, ServiceHttpClientConfiguration.ServiceSslClientConfiguration, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration
Creates a new client configuration for the given service ID.
ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration - Class in io.micronaut.http.client
The default connection pool configuration.
ServiceHttpClientConfiguration.ServiceSslClientConfiguration - Class in io.micronaut.http.client
The default connection pool configuration.
ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.client
ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.client
ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.client
ServiceHttpClientFactory - Class in io.micronaut.http.client
Creates HttpClient instances for each defined ServiceHttpClientConfiguration.
ServiceHttpClientFactory(TaskScheduler, BeanProvider<HttpClientRegistry<?>>) - Constructor for class io.micronaut.http.client.ServiceHttpClientFactory
Default constructor.
ServiceInstance - Interface in io.micronaut.discovery
Represents a remote service discovered by the underlying discovery implementation.
ServiceInstance.Builder - Interface in io.micronaut.discovery
A builder for building ServiceInstance references.
ServiceInstanceIdGenerator - Interface in io.micronaut.discovery
Interface for generating IDs for ServiceInstance.
ServiceInstanceList - Interface in io.micronaut.discovery
Interface for types that expose a list of ServiceInstance.
ServiceInstanceListLoadBalancerFactory - Class in io.micronaut.http.client.loadbalance
The default LoadBalancer factory for creating LoadBalancer instances from ServiceInstanceList instances.
ServiceInstanceListLoadBalancerFactory() - Constructor for class io.micronaut.http.client.loadbalance.ServiceInstanceListLoadBalancerFactory
 
ServiceInstanceListRoundRobinLoadBalancer - Class in io.micronaut.http.client.loadbalance
 
ServiceInstanceListRoundRobinLoadBalancer(ServiceInstanceList) - Constructor for class io.micronaut.http.client.loadbalance.ServiceInstanceListRoundRobinLoadBalancer
 
ServiceInstanceMetadataContributor - Interface in io.micronaut.discovery.metadata
Strategy interface for classes to contribute to ServiceInstance metadata when registering an instance with a discovery service.
ServiceReadyEvent - Class in io.micronaut.discovery.event
An event fired when a service has completed starting and is ready to service requests.
ServiceReadyEvent(ServiceInstance) - Constructor for class io.micronaut.discovery.event.ServiceReadyEvent
Constructs a prototypical Event.
ServiceReadyHealthIndicator - Class in io.micronaut.management.health.indicator.service
A HealthIndicator that signals when the service is ready to service requests.
ServiceReadyHealthIndicator(ApplicationConfiguration) - Constructor for class io.micronaut.management.health.indicator.service.ServiceReadyHealthIndicator
Default constructor.
ServiceSslClientConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration
 
ServiceStoppedEvent - Class in io.micronaut.discovery.event
An event triggered when a ServiceInstance has shutdown and will no longer service requests.
ServiceStoppedEvent(ServiceInstance) - Constructor for class io.micronaut.discovery.event.ServiceStoppedEvent
Constructs a prototypical Event.
session - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
SESSION - Static variable in class io.micronaut.session.http.SessionLogElement
The session marker.
Session - Interface in io.micronaut.session
An interface representing a user session.
SESSION_ATTRIBUTE - Static variable in class io.micronaut.session.http.HttpSessionFilter
Constant for Micronaut SESSION attribute.
SessionArgumentBinder - Class in io.micronaut.session.binder
Binds an argument of type Session for controllers.
SessionArgumentBinder(SessionStore<Session>) - Constructor for class io.micronaut.session.binder.SessionArgumentBinder
Constructor.
SessionConfiguration - Class in io.micronaut.session
Base configuration properties for session handling.
SessionConfiguration() - Constructor for class io.micronaut.session.SessionConfiguration
 
SessionCreatedEvent - Class in io.micronaut.session.event
Fired when a session is created.
SessionCreatedEvent(Session) - Constructor for class io.micronaut.session.event.SessionCreatedEvent
Constructs a Session created event.
SessionDeletedEvent - Class in io.micronaut.session.event
Fired when an Session is deleted.
SessionDeletedEvent(Session) - Constructor for class io.micronaut.session.event.SessionDeletedEvent
Constructs a prototypical Event.
SessionDestroyedEvent - Class in io.micronaut.session.event
Fired when a session is destroyed.
SessionDestroyedEvent(Session) - Constructor for class io.micronaut.session.event.SessionDestroyedEvent
Constructs a Session destroyed event.
SessionExpiredEvent - Class in io.micronaut.session.event
Fired when a Session expires.
SessionExpiredEvent(Session) - Constructor for class io.micronaut.session.event.SessionExpiredEvent
Constructs a Session expired event.
SessionForRequest - Class in io.micronaut.session.http
Utility class with methods to create or retrieve a session associated to a request.
SessionForRequest() - Constructor for class io.micronaut.session.http.SessionForRequest
 
sessionIdFromCookie(Cookie) - Method in class io.micronaut.session.http.CookieHttpSessionIdGenerator
 
SessionIdGenerator - Interface in io.micronaut.session
Strategy interface for generating Session IDs.
SessionLocaleResolver - Class in io.micronaut.session.http
Resolves the locale from a property in a session.
SessionLocaleResolver(HttpLocaleResolutionConfiguration) - Constructor for class io.micronaut.session.http.SessionLocaleResolver
 
SessionLogElement - Class in io.micronaut.session.http
SessionLogElement LogElement.
SessionLogElementBuilder - Class in io.micronaut.session.http
Builder for SessionLogElement.
SessionLogElementBuilder() - Constructor for class io.micronaut.session.http.SessionLogElementBuilder
 
SessionSettings - Interface in io.micronaut.session
Settings for session configuration.
SessionStore<S extends Session> - Interface in io.micronaut.session
Interface for locating and saving sessions.
SessionValue - Annotation Type in io.micronaut.session.annotation
Used to bind value from a Session.
SessionValueArgumentBinder - Class in io.micronaut.session.binder
Handles binding of the SessionValue annotation.
SessionValueArgumentBinder() - Constructor for class io.micronaut.session.binder.SessionValueArgumentBinder
 
SessionWebSocketEventListener - Class in io.micronaut.session.websocket
Persists the session in the background on web socket events.
set(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
set(B, T) - Method in interface io.micronaut.core.beans.BeanProperty
Write the bean value.
set(T) - Static method in class io.micronaut.core.optim.StaticOptimizations
Injects an optimization.
set(CharSequence, CharSequence) - Method in interface io.micronaut.core.type.MutableHeaders
Sets an HTTP header overriding any existing value.
set() - Static method in class io.micronaut.core.util.clhm.Weighers
A weigher where the value is a Set and its weight is the number of elements.
set(HttpRequest) - Static method in class io.micronaut.http.context.ServerRequestContext
set(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpHeaders
 
set(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
set(NettyHttpRequest<?>, HttpResponse<?>) - Static method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
Lookup the response from the request.
set(T, Object) - Method in interface io.micronaut.inject.FieldInjectionPoint
Sets the value of the field.
SET_COOKIE - Static variable in interface io.micronaut.http.HttpHeaders
"Set-Cookie".
SET_COOKIE2 - Static variable in interface io.micronaut.http.HttpHeaders
"Set-Cookie2".
setAccessLogger(NettyHttpServerConfiguration.AccessLogger) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the AccessLogger configuration.
setAccount(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setAcquireTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Sets the timeout to wait for a connection.
setAdditionalTypes(List<MediaType>) - Method in class io.micronaut.http.codec.CodecConfiguration
Default value (Empty list).
setAlias(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
Sets the alias.
setAllowCredentials(CorsOriginConfiguration, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setAllowCredentials(boolean) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets whether to allow credentials.
setAllowedHeaders(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets the allowed headers.
setAllowedHosts(List<String>) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
setAllowedMethods(List<HttpMethod>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets the allowed methods.
setAllowedOrigins(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets the allowed origins.
setAllowHeaders(List<?>, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setAllowMethods(HttpMethod, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setAlwaysSerializeErrorsAsList(boolean) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets whether _embedded.errors should always be serialized as list (defaults to false).
setArraySizeThreshold(int) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the array size threshold for data binding.
setAttribute(CharSequence, Object) - Method in interface io.micronaut.aop.InvocationContext
 
setAttribute(CharSequence, Object) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
setAttribute(CharSequence, Object) - Method in interface io.micronaut.context.BeanResolutionContext
Store a value within the context.
setAttribute(CharSequence, Object) - Method in class io.micronaut.context.DefaultBeanContext
 
setAttribute(CharSequence, Object) - Method in interface io.micronaut.core.attr.MutableAttributeHolder
Sets an attribute on the message.
setAttribute(CharSequence, Object) - Method in interface io.micronaut.http.HttpMessage
 
setAttribute(CharSequence, Object) - Method in interface io.micronaut.http.HttpRequest
 
setAttribute(CharSequence, Object) - Method in class io.micronaut.http.HttpRequestWrapper
 
setAttribute(CharSequence, Object) - Method in interface io.micronaut.http.HttpResponse
 
setAvailabilityZone(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setBase64Encode(boolean) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Default value (true).
setBeanIntrospectionModule(boolean) - Method in class io.micronaut.jackson.JacksonConfiguration
Whether the BeanIntrospection should be used for reflection free object serialialization/deserialialization.
setBody(T) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
Sets the body.
setBoolean(int, boolean) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBuildSelfSigned(boolean) - Method in class io.micronaut.http.ssl.ServerSslConfiguration
Sets whether to build a self-signed certificate.
setBuildSelfSigned(boolean) - Method in class io.micronaut.http.ssl.SslConfiguration
Deprecated.
Please use micronaut.server.ssl.build-self-signed instead (SslConfiguration.buildSelfSigned()).
setByte(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, ByteBuf, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, ByteBuf, int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, byte[]) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, byte[], int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, ByteBuffer) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, InputStream, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setBytes(int, FileChannel, long, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setCacheControl(NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
Sets the cache control configuration.
setCacheControl(FileTypeHandlerConfiguration.CacheControlConfiguration) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
Sets the cache control configuration.
setCached(boolean) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setCacheSeconds(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration
Cache Seconds.
setCacheSeconds(int) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
Deprecated.
Cache Seconds.
setCacheTrimInterval(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setCapacity(long) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
Sets the maximum weighted capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setChannelOptionFactory(ChannelOptionFactory) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
Configures the channel option factory.
setChannelOptions(Map<String, Object>) - Method in class io.micronaut.http.client.HttpClientConfiguration
 
setChar(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setCharSequence(int, CharSequence, Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setCheckInterval(Duration) - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Sets the interval to wait between file watch polls.
setChildOptions(Map<ChannelOption, Object>) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the Netty child worker options.
setChunkedSupported(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets whether chunked transfer encoding is supported.
setChunkSize(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setCidr(int) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setCiphers(String[]) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the ciphers to use.
setClientAddressHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setClientAuthentication(ClientAuthentication) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the client authentication mode.
setClientSslConfiguration(ClientSslConfiguration) - Method in class io.micronaut.http.client.DefaultHttpClientConfiguration
Uses the default SSL configuration.
setClockProvider(ClockProvider) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the clock provider to use.
setCodec(ObjectCodec) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
setCompressionLevel(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the compression level (0-9).
setCompressionThreshold(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the minimum size of a request body must be in order to be compressed.
setConfigurationMetadataBuilder(ConfigurationMetadataBuilder<?>) - Static method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
Sets or clears the current ConfigurationMetadataBuilder.
setConfigurations(Map<String, CorsOriginConfiguration>) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
Sets the CORS configurations.
setConnectionPoolIdleTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the idle timeout for connection in the client connection pool.
setConnectTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the connect timeout.
setConnectTtl(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the connect timeout.
setConstraintValidatorRegistry(ConstraintValidatorRegistry) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the constraint validator registry to use.
setContent(T, Object) - Method in interface io.micronaut.http.client.multipart.MultipartDataFactory
Sets the content on the file upload object.
setContextPath(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the context path for the web server.
setContextScope(boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
Set whether the bean should be in context scope.
setCookieDomain(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
setCookieMaxAge(TemporalAmount) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Sets the maximum age of the cookie.
setCookieName(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
Sets the name of the cookie that is used to store the locale.
setCookieName(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Default value ("SESSION").
setCookiePath(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
setCookieSameSite(SameSite) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Determines if this this Cookie can be sent along cross-site requests.
setCookieSecure(Boolean) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Sets the secure status of the cookie.
setCorePoolSize(Integer) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the core pool size for ExecutorType.SCHEDULED.
setCors(HttpServerConfiguration.CorsConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the cors configuration.
setCurrentQualifier(Qualifier<?>) - Method in class io.micronaut.context.AbstractBeanResolutionContext
 
setCurrentQualifier(Qualifier<?>) - Method in interface io.micronaut.context.BeanResolutionContext
Sets the current qualifier.
setDateAndCacheHeaders(MutableHttpResponse, long) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandler
 
setDateFormat(String) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the default date format to use.
setDateHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets whether a date header should be sent back.
setDateHeader(MutableHttpResponse) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandler
 
setDefaultCharset(Charset) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the default charset to use.
setDefaultCharset(Charset) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setDefaultCharset(Charset) - Method in class io.micronaut.runtime.ApplicationConfiguration
Default value (UTF-8).
setDefaultLocale(Locale) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
Sets the locale that will be used if the locale cannot be resolved through any means.
setDefaultTyping(ObjectMapper.DefaultTyping) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the global defaultTyping using for Polymorphic handling.
setDefaultVersion(String) - Method in class io.micronaut.web.router.version.RoutesVersioningConfiguration
Sets the version to use if the version cannot be resolved.
setDeregister(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Default value (true).
setDescription(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setDeserialization(Map<DeserializationFeature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the deserialization features to use.
setDetailsVisible(DetailsVisibility) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
Sets the visibility policy for health information.
setDisk(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets whether to buffer data to disk or not.
setDomainName(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
setDouble(int, double) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setDualProtocol(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setEmbedded(Map<String, List<Resource>>) - Method in class io.micronaut.http.hateoas.AbstractResource
Allows de-serializing of embedded with Jackson.
setEnabled(boolean) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.discovery.DiscoveryConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.health.HeartbeatConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Sets whether connection pooling is enabled.
setEnabled(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
Sets whether CORS is enabled.
setEnabled(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets whether multipart processing is enabled.
setEnabled(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Enables or Disables the access logger.
setEnabled(boolean) - Method in class io.micronaut.http.ssl.SslConfiguration
Whether SSL is enabled.
setEnabled(Boolean) - Method in class io.micronaut.management.endpoint.EndpointConfiguration
Sets whether the endpoint is enabled.
setEnabled(Boolean) - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
Sets whether the endpoint is enabled.
setEnabled(boolean) - Method in class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicatorConfiguration
If health indicator should be enabled.
setEnabled(boolean) - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
Default value (true).
setEnabled(boolean) - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Whether watch is enabled.
setEnabled(boolean) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets whether Micronaut's validator is enabled.
setEnabled(boolean) - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
Sets whether this specific mapping is enabled.
setEnabled(boolean) - Method in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
Sets whether headers should be searched for a version.
setEnabled(boolean) - Method in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
Sets whether parameter should be searched for a version.
setEnabled(boolean) - Method in class io.micronaut.web.router.version.RoutesVersioningConfiguration
 
setEventLoopGroup(String) - Method in class io.micronaut.http.client.HttpClientConfiguration
 
setEventLoopGroup(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
Sets the name to use.
setExceptionOnErrorStatus(boolean) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets whether throwing an exception upon HTTP error status (>= 400) is preferred.
setExclusions(List<String>) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Sets the URI patterns to be excluded from the access log.
setExecutionHandleLocator(ExecutionHandleLocator) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the execution handler locator to use.
setExecutor(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
Sets the name of the executor.
setExecutorService(ExecutorService) - Method in class io.micronaut.management.health.indicator.AbstractHealthIndicator
 
setExecutorService(BeanProvider<ExecutorService>) - Method in class io.micronaut.session.SessionConfiguration
Set the executor service.
setExposedHeaders(List<String>) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets the exposed headers.
setExposeHeaders(List<String>, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setFactory(Map<JsonFactory.Feature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the factory features to use.
setFailFast(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Default value (true).
setFallbackProtocol(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the fallback protocol to use when negotiating via ALPN.
setFeatureMask(int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
setField(Field, Object, Object) - Static method in class io.micronaut.core.reflect.ReflectionUtils
Sets the value of the given field reflectively.
setFieldWithReflection(BeanResolutionContext, BeanContext, int, Object, Object) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Sets the value of a field of a object that requires reflection.
setFileTypeHandlerConfiguration(NettyHttpServerConfiguration.FileTypeHandlerConfiguration) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the file type handler configuration.
setFixed(Locale) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
Set the language tag for the locale.
setFloat(int, float) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setFollowRedirects(boolean) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets whether redirects should be followed.
setFormat(ConfigDiscoveryConfiguration.Format) - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
 
setGateway(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setGateway(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setGenerator(Map<JsonGenerator.Feature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the generator features to use.
setGroup(String) - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
setHandshakeTimeout(Duration) - Method in class io.micronaut.http.ssl.SslConfiguration
 
setHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
Set to true if the locale should be resolved from the `Accept-Language` header.
setHeaderNames(String[]) - Method in class io.micronaut.session.http.HttpSessionConfiguration
setHeaders(List<String>) - Method in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
 
setHeaderTableSize(Long) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_HEADER_TABLE_SIZE value.
setHealthCheck(boolean) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets whether the service health should be checked.
setHealthCheckInterval(Duration) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets the default duration to check health status.
setHealthCheckUri(String) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets the health check URI.
setHealthPath(String) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
setHost(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the host to bind to.
setHostHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
setHostResolution(HttpServerConfiguration.HostResolutionConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setHttp2(NettyHttpServerConfiguration.Http2Settings) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the Http2Settings.
setHttpMapping(Map<String, HttpStatus>) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint.StatusConfiguration
Set how HealthStatus map to HttpStatus codes.
setHttpToHttpsRedirect(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setHttpVersion(HttpVersion) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the HTTP version to use.
setHttpVersion(HttpVersion) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the HTTP version to use.
setId(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setId(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setId(String) - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
setIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the idle time of connections for the server.
setImageId(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setIndex(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setInitialBufferSize(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the initial buffer size.
setInitialWindowSize(Integer) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_INITIAL_WINDOW_SIZE value.
setInsecureTrustAllCertificates(boolean) - Method in class io.micronaut.http.ssl.AbstractClientSslConfiguration
 
setInstance(ApplicationConfiguration.InstanceConfiguration) - Method in class io.micronaut.runtime.ApplicationConfiguration
 
setInstanceId(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setInt(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setInterceptedType(String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
setInterceptedType(String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Sets the name of the intercepted type.
setInterceptedType(String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
setInterfaces(List<NetworkInterface>) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setInterval(Duration) - Method in class io.micronaut.health.HeartbeatConfiguration
Default value (15 seconds).
setIntLE(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setIoRatio(Integer) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
Sets the I/O ratio.
setIpAddr(String) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
The IP address to use to register.
setIpv4(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setIpv4(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setIpv6(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setIpv6(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setIpv6Gateway(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setKeepAliveOnServerError(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Whether to send connection keep alive on internal server errors.
setKey(SslConfiguration.KeyConfiguration) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the key configuration.
setKeyStore(SslConfiguration.KeyStoreConfiguration) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the keystore configuration.
setLastAccessedTime(Instant) - Method in class io.micronaut.session.InMemorySession
 
setLastAccessedTime(Instant) - Method in interface io.micronaut.session.Session
Sets the last accessed time on the session.
setLinks(Map<String, Object>) - Method in class io.micronaut.http.hateoas.AbstractResource
Allows de-serializing of links with Jackson.
setLocale(Locale) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the locale to use.
setLocaleResolution(HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties) - Method in class io.micronaut.http.server.HttpServerConfiguration
 
setLocalHostname(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setLocation(File) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets the location to store files.
setLogFormat(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Sets the log format to use.
setLoggerName(String) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the client-specific logger name.
setLoggerName(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
Sets the logger name to use.
setLogHandledExceptions(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets whether exceptions handled by either an error route or exception handler should still be logged.
setLogLevel(LogLevel) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the level to enable trace logging at.
setLogLevel(LogLevel) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the Netty log level.
setLogLevel(String, LogLevel) - Method in class io.micronaut.logging.impl.Log4jLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class io.micronaut.logging.impl.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in interface io.micronaut.logging.LoggingSystem
Set the log level for the logger found by name (or created if not found).
setLogLevel(ManagedLoggingSystem, String, LogLevel) - Method in class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
 
setLogLevel(String, LogLevel) - Method in class io.micronaut.management.endpoint.loggers.impl.Log4jLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class io.micronaut.management.endpoint.loggers.impl.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
 
setLogLevel(ManagedLoggingSystem, String, LogLevel) - Method in interface io.micronaut.management.endpoint.loggers.LoggersManager
Set the log level for the named logger in the system.
setLong(int, long) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setLongLE(int, long) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setMac(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setMac(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setMachineType(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setMapper(Map<MapperFeature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the object mapper features to use.
setMapping(String) - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
The path resources should be served from.
setMaxActiveSessions(Integer) - Method in class io.micronaut.session.SessionConfiguration
Sets the maximum number of active sessions.
setMaxAge(long, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setMaxAge(Long) - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
Sets the max age.
setMaxCachedBufferCapacity(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setMaxCachedByteBuffersPerChunk(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setMaxChunkSize(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the maximum size of any single request chunk.
setMaxConcurrentStreams(Long) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_MAX_CONCURRENT_STREAMS value.
setMaxConnections(int) - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Sets the maximum number of connections.
setMaxContentLength(int) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the maximum content length the client can consume.
setMaxFileSize(long) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets the max file size.
setMaxFrameSize(Integer) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_MAX_FRAME_SIZE value.
setMaxH2cUpgradeRequestSize(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the maximum size of the body of the HTTP1.1 request used to upgrade a connection to HTTP2 clear-text (h2c).
setMaxHeaderListSize(Long) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
setMaxHeaderSize(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the maximum size of any one header.
setMaxInactiveInterval(Duration) - Method in class io.micronaut.session.InMemorySession
 
setMaxInactiveInterval(Duration) - Method in interface io.micronaut.session.Session
Specifies the duration between client requests before session should be invalidated.
setMaxInactiveInterval(Duration) - Method in class io.micronaut.session.SessionConfiguration
Set the maximum inactive interval.
setMaxInitialLineLength(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the maximum initial line length for the HTTP request.
setMaxOrder(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setMaxPendingAcquires(int) - Method in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
Sets the max pending acquires.
setMaxRequestSize(long) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the maximum request size.
setMediaTypeCodecRegistry(MediaTypeCodecRegistry) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
Sets the MediaTypeCodecRegistry used by this client.
setMedium(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setMediumLE(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setMessage(String) - Method in class io.micronaut.http.hateoas.JsonError
 
setMessageSource(MessageSource) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the message source to use.
setMetadata(Map<String, String>) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setMetadata(Map<String, String>) - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
setMixed(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets whether to buffer data to disk if the size is greater than the threshold.
setModuleScan(boolean) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets whether to scan for modules or not (defaults to true).
setMultipart(HttpServerConfiguration.MultipartConfiguration) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the multipart configuration.
setName(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setName(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setName(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setName(String) - Method in class io.micronaut.runtime.ApplicationConfiguration
 
setName(String) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the executor name.
setNames(List<String>) - Method in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
Sets which headers should be searched for a version.
setNames(List<String>) - Method in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
Sets which parameter should be searched for a version.
setNetmask(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setNetmask(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setNetwork(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
 
setNetwork(String) - Method in class io.micronaut.discovery.cloud.NetworkInterface
 
setNew(boolean) - Method in class io.micronaut.session.InMemorySession
 
setNormalCacheSize(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setNumberOfThreads(Integer) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the number of threads for ExecutorType.FIXED.
setNumDirectArenas(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setNumHeapArenas(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setNumOfThreads(Integer) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the number of threads the client should use for requests.
setOf(Class<T>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic set.
setOf(Argument<T>) - Static method in interface io.micronaut.core.type.Argument
Creates a new argument representing a generic set.
setOf(T...) - Static method in class io.micronaut.core.util.CollectionUtils
Creates a set of the given objects.
setOptions(Map<ChannelOption, Object>) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the channel options.
setOrigin(String, MutableHttpResponse) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setOutboundHandlers(List<ChannelOutboundHandler>) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
Sets the outbound handlers.
setPageSize(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setParallelism(Integer) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the parallelism for ExecutorType.WORK_STEALING.
setParameters(List<String>) - Method in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
 
setParent(NettyHttpServerConfiguration.Parent) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the parent event loop configuration.
setParser(Map<JsonParser.Feature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the parser features to use.
setPassword(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyConfiguration
Sets the password.
setPassword(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
Sets the password to use for the keystore.
setPassword(String) - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
Sets the password to use for the keystore.
setPath(String) - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
 
setPath(String) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets the context path to use for requests.
setPath(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
Sets the path.
setPath(String) - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
Sets the path.
setPath(String) - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
The endpoints base path.
setPath(File) - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
Default value (".").
setPathParameter(String, Object) - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
Set the value of a path parameter.
setPaths(List<Path>) - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Sets the watch paths to use.
setPaths(List<String>) - Method in class io.micronaut.web.router.resource.StaticResourceConfiguration
A list of paths either starting with `classpath:` or `file:`.
setPathSeparator(String) - Method in class io.micronaut.core.util.AntPathMatcher
Set the path separator to use for pattern parsing.
setPcapLoggingPathPattern(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
The path pattern to use for logging incoming connections to pcap.
setPort(int) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the port to bind to.
setPort(int) - Method in class io.micronaut.http.ssl.ServerSslConfiguration
Deprecated.
Please use micronaut.server.ssl.port instead (ServerSslConfiguration.setPort(int)).
setPort(int) - Method in class io.micronaut.http.ssl.SslConfiguration
Deprecated.
Please use micronaut.server.ssl.port instead (ServerSslConfiguration.setPort(int)).
setPort(Integer) - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
Sets the port to expose endpoints via.
setPortHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
setPortInHost(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
setPreferIpAddress(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Sets whether the IP address by used to register with the discovery server.
setPreferNativeTransport(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
setPrefix(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
 
setPrivateIpV4(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setPrivateIpV6(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setPromptExpiration(boolean) - Method in class io.micronaut.session.SessionConfiguration
Set if prompt expiration is enabled.
setProperty(String, Object) - Method in interface io.micronaut.core.beans.BeanWrapper
Sets a property of the given name to the given value.
setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the property naming strategy.
setProtocol(String) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the protocol to use.
setProtocolHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HostResolutionConfiguration
 
setProtocols(String[]) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the protocols to use.
setProvider(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
Sets the keystore provider name.
setProvider(String) - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
Sets the keystore provider name.
setProxyAddress(SocketAddress) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets a proxy address.
setProxyPassword(String) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the proxy password.
setProxySelector(ProxySelector) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the proxy selector.
setProxyType(Proxy.Type) - Method in class io.micronaut.http.client.HttpClientConfiguration
 
setProxyUsername(String) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the proxy user name to use.
setPublic(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration
Sets whether the cache control is public.
setPublic(boolean) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
Deprecated.
Sets whether the cache control is public.
setPublicHostname(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setPublicIpV4(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setPublicIpV6(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setPushEnabled(Boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings
Sets the SETTINGS_ENABLE_PUSH value.
setQueryParameter(String, List<String>) - Method in class io.micronaut.http.client.bind.ClientRequestUriContext
Set all the values of query parameters.
setReadIdleTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the max read idle time for streaming requests.
setReadIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the amount of time a connection can remain idle without any reads occurring.
setReadTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the read timeout.
setReadTimeout(Integer) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the default read timeout.
setRegion(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setRememberMe(boolean) - Method in class io.micronaut.session.http.HttpSessionConfiguration
Default value (false).
setRequest(HttpRequest<?>) - Method in class io.micronaut.http.server.util.locale.HttpLocalizedMessageSource
 
setRequest(HttpRequest<?>) - Method in interface io.micronaut.runtime.http.scope.RequestAware
Provides the request directly after bean creation.
setRequiresMethodProcessing(boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
setRequiresMethodProcessing(boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
Sets whether the BeanType.requiresMethodProcessing() returns true.
setRequiresMethodProcessing(boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Sets whether the BeanType.requiresMethodProcessing() returns true.
setRequiresMethodProcessing(boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
setResourceLeakDetectorLevel(ResourceLeakDetector.Level) - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
Sets the resource leak detection level.
setRestart(boolean) - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
Set whether restart is enabled.
setRetryCount(int) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Default value (-1).
setRetryDelay(Duration) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
Default value (1 seconds).
setSensitive(Boolean) - Method in class io.micronaut.management.endpoint.EndpointConfiguration
Sets whether the endpoint is sensitive.
setSensitive(Boolean) - Method in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
Sets whether the endpoint is sensitive.
setSerialization(Map<SerializationFeature, Boolean>) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the serialization features to use.
setSerializationInclusion(JsonInclude.Include) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the serialization inclusion mode.
setServerCookieEncoder(ServerCookieEncoder) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
setServerHeader(String) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the name of the server header.
setServerSslBuilder(ServerSslBuilder) - Method in class io.micronaut.http.server.netty.DefaultNettyEmbeddedServerFactory
Configures the ServerSslBuilder the server ssl builder.
setSessionAttribute(String) - Method in class io.micronaut.http.server.HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
Sets the key in the session to look for the locale.
setShort(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setShortLE(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setShutdownQuietPeriod(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the amount of quiet period for shutdown of client thread pools.
setShutdownQuietPeriod(Duration) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
setShutdownTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the amount of time to wait for shutdown of client thread pools.
setShutdownTimeout(Duration) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
 
setSingleHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
Sets whether CORS header values should be joined into a single header.
setSmallCacheSize(Integer) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setSslConfiguration(SslConfiguration) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets the SSL configuration for the client.
setStatusConfiguration(HealthEndpoint.StatusConfiguration) - Method in class io.micronaut.management.endpoint.health.HealthEndpoint
Sets the status configuration.
setTags(Map<String, String>) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
 
setterNameFor(String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent setter name for the given property.
setterNameFor(String, String[]) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent setter name for the given property and a the first prefix.
setterNameFor(String, String) - Static method in class io.micronaut.core.naming.NameUtils
Get the equivalent setter name for the given property and a prefix.
setThreadFactory(Class<? extends ThreadFactory>) - Method in class io.micronaut.http.client.HttpClientConfiguration
Sets a thread factory.
setThreadFactoryClass(Class<? extends ThreadFactory>) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the thread factory class.
setThreads(int) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.EventLoopConfig
Sets the number of threads for the event loop group.
setThreadSelection(ThreadSelection) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the ThreadSelection model to use for the server.
setThreshold(long) - Method in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
Sets the amount of data that should be received that will trigger the data to be stored to disk.
setThreshold(long) - Method in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
Default value (10485760L => 10MB).
setTimeout(Duration) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
 
setTimeZone(TimeZone) - Method in class io.micronaut.jackson.JacksonConfiguration
Sets the timezone to use.
setTraversableResolver(TraversableResolver) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the traversable resolver to use.
setTrimStrings(boolean) - Method in class io.micronaut.jackson.JacksonConfiguration
Whether strings should be trimmed when deserializing (defaults to false).
setTrustStore(SslConfiguration.TrustStoreConfiguration) - Method in class io.micronaut.http.ssl.SslConfiguration
Sets the trust store configuration.
setType(String) - Method in class io.micronaut.http.ssl.SslConfiguration.KeyStoreConfiguration
Sets the type of keystore.
setType(String) - Method in class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
Sets the type of keystore.
setType(ExecutorType) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
Sets the executor type.
setUnsafe(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
setUnsafe(B, T) - Method in interface io.micronaut.core.beans.UnsafeBeanProperty
setupCoroutineContext(HttpRequest<?>, ContextView) - Method in class io.micronaut.http.server.CoroutineHelper
 
setupModule(Module.SetupContext) - Method in class io.micronaut.jackson.modules.BeanIntrospectionModule
 
setUrl(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
setUrl(URI) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets the URL of the service.
setUrls(List<URI>) - Method in class io.micronaut.http.client.ServiceHttpClientConfiguration
Sets the URIs of the service.
setUseCacheForAllThreads(Boolean) - Method in interface io.micronaut.buffer.netty.ByteBufAllocatorConfiguration
 
setUseNativeTransport(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets whether to use netty's native transport (epoll or kqueue) if available .
setUserData(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
setValidated(boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
setValidated(boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Make the bean definition as validated by javax.validation.
setValidated(boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
setValidateHeaders(boolean) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets whether to validate incoming headers.
setValue(V) - Method in interface io.micronaut.core.type.MutableArgumentValue
Sets the argument value.
setValueExtractorRegistry(ValueExtractorRegistry) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
Sets the value extractor registry use.
setVary(MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
 
setVendorData(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
 
setWebSocketSession(WebSocketSession) - Method in interface io.micronaut.websocket.interceptor.WebSocketSessionAware
setWorker(NettyHttpServerConfiguration.Worker) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
Sets the worker event loop configuration.
setWriteIdleTimeout(Duration) - Method in class io.micronaut.http.server.HttpServerConfiguration
Sets the amount of time a connection can remain idle without any writes occurring.
setWriteSensitive(boolean) - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
Determines whether modifications to the log level should require authentication.
setZero(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
setZone(String) - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
 
SHARED - Static variable in interface io.micronaut.core.beans.BeanIntrospector
The default shared BeanIntrospector.
SHARED - Static variable in interface io.micronaut.core.convert.ConversionService
The default shared conversion service.
SHORT - Static variable in interface io.micronaut.core.type.Argument
Constant short argument.
SHORT - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
shortValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
shortValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The short value of the given member.
shortValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The short value of the given member.
shortValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The integer value of the given member.
shortValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
shortValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The short[] value for the given member.
shortValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The short[] value for the given member.
shouldCompress(HttpResponse) - Method in interface io.micronaut.http.server.netty.HttpCompressionStrategy
 
shouldDeduceEnvironments() - Method in class io.micronaut.context.env.DefaultEnvironment
 
shouldProcessRequest(OutgointRequestProcessorMatcher, HttpRequest<?>) - Method in interface io.micronaut.http.util.OutgoingHttpRequestProcessor
 
shouldProcessRequest(OutgointRequestProcessorMatcher, HttpRequest<?>) - Method in class io.micronaut.http.util.OutgoingHttpRequestProcessorImpl
 
shouldProcessRequest(OutgointRequestProcessorMatcher, String, String) - Method in class io.micronaut.http.util.OutgoingHttpRequestProcessorImpl
 
shouldSkip(HttpResponse) - Method in class io.micronaut.http.server.netty.SmartHttpContentCompressor
Determines if encoding should occur based on the response.
shutdown() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
ShutdownEvent - Class in io.micronaut.context.event
An event fired prior to starting shutdown sequence.
ShutdownEvent(BeanContext) - Constructor for class io.micronaut.context.event.ShutdownEvent
Constructs a prototypical Event.
shutdownNow() - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
simple(String) - Static method in interface io.micronaut.context.condition.Failure
A simple failure.
SIMPLE_NAME - Static variable in annotation type io.micronaut.context.annotation.Primary
The simple name of this annotation.
SimpleCookie - Class in io.micronaut.http.simple.cookies
Simple Cookie implementation.
SimpleCookie(String, String) - Constructor for class io.micronaut.http.simple.cookies.SimpleCookie
Constructor.
SimpleCookieFactory - Class in io.micronaut.http.simple.cookies
Simple CookieFactory implementation.
SimpleCookieFactory() - Constructor for class io.micronaut.http.simple.cookies.SimpleCookieFactory
 
SimpleCookies - Class in io.micronaut.http.simple.cookies
Simple Cookies implementation.
SimpleCookies(ConversionService) - Constructor for class io.micronaut.http.simple.cookies.SimpleCookies
 
SimpleHttpHeaders - Class in io.micronaut.http.simple
Simple MutableHttpHeaders implementation.
SimpleHttpHeaders(Map<String, String>, ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpHeaders
Map-based implementation of MutableHttpHeaders.
SimpleHttpHeaders(ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpHeaders
Map-based implementation of MutableHttpHeaders.
SimpleHttpParameters - Class in io.micronaut.http.simple
Simple implementation of MutableHttpParameters.
SimpleHttpParameters(Map<CharSequence, List<String>>, ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpParameters
 
SimpleHttpParameters(ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpParameters
 
SimpleHttpRequest<B> - Class in io.micronaut.http.simple
Simple MutableHttpRequest implementation.
SimpleHttpRequest(HttpMethod, String, B) - Constructor for class io.micronaut.http.simple.SimpleHttpRequest
Simple MutableHttpRequest implementation.
SimpleHttpRequestFactory - Class in io.micronaut.http.simple
Simple HttpRequestFactory implementation.
SimpleHttpRequestFactory() - Constructor for class io.micronaut.http.simple.SimpleHttpRequestFactory
 
SimpleHttpResponseFactory - Class in io.micronaut.http.simple
Simple HttpResponseFactory implementation.
SimpleHttpResponseFactory() - Constructor for class io.micronaut.http.simple.SimpleHttpResponseFactory
 
SimpleValueReceiver - Interface in io.micronaut.validation.validator.extractors
No-op implementation that makes it easier to use with Lambdas.
single(Class) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
single(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Builds the necessary mappings to treat the given class as a singular REST endpoint.
single(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Builds the necessary mappings to treat the given instance as a singular REST endpoint.
SingleResult - Annotation Type in io.micronaut.core.async.annotation
Annotation that can be used to describe that an API emits a single result even if the return type is a Publisher.
SingleSubscriberProcessor<T,R> - Class in io.micronaut.core.async.processor
A Processor that only allows a single Subscriber
SingleSubscriberProcessor() - Constructor for class io.micronaut.core.async.processor.SingleSubscriberProcessor
 
SingleSubscriberPublisher<T> - Class in io.micronaut.core.async.publisher
A Publisher that only allows a single Subscriber.
SingleSubscriberPublisher() - Constructor for class io.micronaut.core.async.publisher.SingleSubscriberPublisher
 
SingleThreadedBufferingProcessor<R,T> - Class in io.micronaut.core.async.processor
A Reactive streams Processor designed to be used within a single thread and manage back pressure state.
SingleThreadedBufferingProcessor() - Constructor for class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
 
SingleThreadedBufferingSubscriber<T> - Class in io.micronaut.core.async.subscriber
A Subscriber designed to be used by a single thread that buffers incoming data for the purposes of managing back pressure.
SingleThreadedBufferingSubscriber() - Constructor for class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
SingleThreadedBufferingSubscriber.BackPressureState - Enum in io.micronaut.core.async.subscriber
Back pressure state.
SingleThreadedBufferingSubscriber.DownstreamSubscription - Class in io.micronaut.core.async.subscriber
A downstream subscription.
SINGLETON - Static variable in class io.micronaut.core.annotation.AnnotationUtil
The meta annotation used for singleton scope.
singleton() - Static method in class io.micronaut.core.util.clhm.Weighers
A weigher where a value has a weight of 1.
singletons(Object...) - Method in interface io.micronaut.context.ApplicationContextBuilder
Additional singletons to register prior to startup.
singletons(Object...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
 
singletons(Object...) - Method in class io.micronaut.runtime.Micronaut
 
size() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
size() - Method in class io.micronaut.json.tree.JsonArray
 
size() - Method in class io.micronaut.json.tree.JsonNode
 
size() - Method in class io.micronaut.json.tree.JsonObject
 
SizeValidator<T> - Interface in io.micronaut.validation.validator.constraints
Abstract implementation of a Size validator.
skipBytes(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
slice(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Create a new ByteBuffer whose contents is a shared subsequence of this data buffer's content.
slice() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
slice(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
SmartHttpContentCompressor - Class in io.micronaut.http.server.netty
An extension of HttpContentCompressor that skips encoding if the content type is not compressible or if the content is too small.
SocketUtils - Class in io.micronaut.core.io.socket
Utility methods for dealing with sockets.
SocketUtils() - Constructor for class io.micronaut.core.io.socket.SocketUtils
 
SoftServiceLoader<S> - Class in io.micronaut.core.io.service
Variation of ServiceLoader that allows soft loading and conditional loading of META-INF/services classes.
SoftServiceLoader.Optimizations - Class in io.micronaut.core.io.service
Static optimizations for service loaders.
SoftServiceLoader.ServiceCollector<S> - Interface in io.micronaut.core.io.service
Service collector for loading services of the given type.
SoftServiceLoader.StaticDefinition<S> - Class in io.micronaut.core.io.service
A ServiceDefinition implementation that uses a MethodHandles.Lookup object to find a public constructor.
SoftServiceLoader.StaticServiceLoader<S> - Interface in io.micronaut.core.io.service
Service loader that uses SoftServiceLoader.StaticDefinition.
sort(List<?>) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given list.
sort(Stream<T>) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given list.
sort(Ordered...) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given array.
sort(Object[]) - Static method in class io.micronaut.core.order.OrderUtil
Sort the given array.
SOURCE_MAP - Static variable in interface io.micronaut.http.HttpHeaders
"Source-Map".
sourceUnit - Variable in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
SPACE - Static variable in class io.micronaut.core.util.StringUtils
a space.
specifyFiltering(EnvironmentFilterSpecification) - Method in interface io.micronaut.management.endpoint.env.EnvironmentEndpointFilter
Configure the filtering of PropertySources for the environment endpoint.
splitOmitEmptyStrings(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
Fast split by one character iterable.
splitOmitEmptyStringsIterator(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
Fast split by one character iterator.
splitOmitEmptyStringsList(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
Fast split by one character iterable.
SseClient - Interface in io.micronaut.http.client.sse
A client for streaming Server Sent Event streams.
SseClientFactory - Interface in io.micronaut.http.client.sse
A factory to create Server Sent Event clients.
SseClientRegistry<E extends SseClient> - Interface in io.micronaut.http.client.sse
Interface for managing the construction and lifecycle of instances of reactive clients.
SslBuilder<T> - Class in io.micronaut.http.ssl
A class to build a key store and a trust store for use in adding SSL support to a server.
SslBuilder(ResourceResolver) - Constructor for class io.micronaut.http.ssl.SslBuilder
 
SslConfiguration - Class in io.micronaut.http.ssl
Configuration properties for SSL handling.
SslConfiguration() - Constructor for class io.micronaut.http.ssl.SslConfiguration
 
SslConfiguration.KeyConfiguration - Class in io.micronaut.http.ssl
Configuration properties for SSL key.
SslConfiguration.KeyStoreConfiguration - Class in io.micronaut.http.ssl
Configuration properties for SSL key store.
SslConfiguration.TrustStoreConfiguration - Class in io.micronaut.http.ssl
Configuration properties for SSL trust store.
SslConfigurationException - Exception in io.micronaut.http.ssl
An exception thrown while configuring SSL.
SslConfigurationException(String) - Constructor for exception io.micronaut.http.ssl.SslConfigurationException
 
SslConfigurationException(String, Throwable) - Constructor for exception io.micronaut.http.ssl.SslConfigurationException
 
SslConfigurationException(Throwable) - Constructor for exception io.micronaut.http.ssl.SslConfigurationException
 
start() - Method in interface io.micronaut.context.ApplicationContext
Starts the application context.
start() - Method in interface io.micronaut.context.ApplicationContextBuilder
Starts the ApplicationContext.
start() - Method in interface io.micronaut.context.ApplicationContextLifeCycle
 
start() - Method in class io.micronaut.context.DefaultApplicationContext
 
start() - Method in class io.micronaut.context.DefaultBeanContext
The start method will read all bean definition classes found on the classpath and initialize any pre-required state.
start() - Method in class io.micronaut.context.env.DefaultEnvironment
 
start() - Method in interface io.micronaut.context.LifeCycle
Starts the lifecyle component.
start() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
start() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServer
 
start() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
start(VisitorContext) - Method in interface io.micronaut.inject.visitor.BeanElementVisitor
Called once when visitor processing starts.
start(VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Called once when visitor processing starts.
start() - Method in class io.micronaut.messaging.MessagingApplication
 
start() - Method in class io.micronaut.runtime.Micronaut
 
start() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
 
start(VisitorContext) - Method in class io.micronaut.validation.routes.RouteValidationVisitor
 
start(VisitorContext) - Method in class io.micronaut.validation.websocket.WebSocketVisitor
 
startClass(ClassVisitor, String, Type) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
startClass(ClassVisitor, String, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startClass(ClassWriter, String, Type, String) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startConstructor(ClassVisitor) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startConstructor(ClassVisitor, Class<?>...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startEnvironment() - Method in class io.micronaut.context.DefaultApplicationContext
Start the environment.
startEnvironment(ApplicationContext) - Method in class io.micronaut.function.executor.AbstractExecutor
Start the environment specified.
startFinalClass(ClassVisitor, String, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startProtectedMethod(ClassWriter, String, String, String...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startPublicClass(ClassVisitor, String, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startPublicFinalClass(ClassVisitor, String, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Starts a public final class.
startPublicFinalMethodZeroArgs(ClassWriter, Class, String) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startPublicMethod(ClassWriter, String, String, String...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startPublicMethod(ClassWriter, Method) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startPublicMethodZeroArgs(ClassWriter, Class, String) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startService(ClassVisitor, Class<?>, String, Type) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startService(ClassVisitor, String, String, Type, String...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
startThis(ApplicationContext) - Method in class io.micronaut.function.executor.FunctionInitializer
Start this environment.
StartupEvent - Class in io.micronaut.context.event
An event fired once startup is complete.
StartupEvent(BeanContext) - Constructor for class io.micronaut.context.event.StartupEvent
Constructs a prototypical Event.
staticCreatorFor(TypeElement, AnnotationUtils) - Method in class io.micronaut.annotation.processing.ModelUtils
The static method or Kotlin companion method to execute to construct the given class element.
StaticMessageSource - Class in io.micronaut.context
A static mutable message source.
StaticMessageSource() - Constructor for class io.micronaut.context.StaticMessageSource
 
StaticOptimizations - Class in io.micronaut.core.optim
This class is a generic container for pre-computed data which can be injected at initialization time.
StaticOptimizations() - Constructor for class io.micronaut.core.optim.StaticOptimizations
 
StaticOptimizations.Loader<T> - Interface in io.micronaut.core.optim
Interface for an optimization which will be injected via service loading.
StaticOriginatingElements - Class in io.micronaut.inject.writer
Utility class for testing originating element generation.
StaticResourceConfiguration - Class in io.micronaut.web.router.resource
Stores configuration for the loading of static resources.
StaticResourceConfiguration(ResourceResolver, ServerContextPathProvider) - Constructor for class io.micronaut.web.router.resource.StaticResourceConfiguration
 
StaticResourceResolver - Class in io.micronaut.web.router.resource
Resolves resources from a set of resource loaders.
StaticResourceResolverFactory - Class in io.micronaut.web.router.resource
A factory for creating the default StaticResourceResolver.
StaticResourceResolverFactory() - Constructor for class io.micronaut.web.router.resource.StaticResourceResolverFactory
 
StaticServiceInstanceList - Class in io.micronaut.discovery
A ServiceInstanceList using a static list of URLs.
StaticServiceInstanceList(String, Collection<URI>) - Constructor for class io.micronaut.discovery.StaticServiceInstanceList
Default constructor.
StaticServiceInstanceList(String, Collection<URI>, String) - Constructor for class io.micronaut.discovery.StaticServiceInstanceList
Default constructor.
status(HealthStatus) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the application status.
Status - Annotation Type in io.micronaut.http.annotation
Sets alternative HttpStatus response code when applied to a method and HttpStatus code is specified.
status() - Method in interface io.micronaut.http.HttpResponse
 
status(HttpStatus) - Static method in interface io.micronaut.http.HttpResponse
Return a response for the given status.
status(HttpStatus, String) - Static method in interface io.micronaut.http.HttpResponse
Return a response for the given status.
status(HttpStatus, String) - Method in interface io.micronaut.http.HttpResponseFactory
Return a response for the given status.
status(HttpStatus, T) - Method in interface io.micronaut.http.HttpResponseFactory
Return a response for the given status.
status(HttpStatus) - Method in interface io.micronaut.http.HttpResponseFactory
 
status(HttpStatus, CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
Sets the response status.
status(int) - Method in interface io.micronaut.http.MutableHttpResponse
Sets the response status.
status(int, CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
Sets the response status.
status(HttpStatus) - Method in interface io.micronaut.http.MutableHttpResponse
Sets the response status.
status(HttpStatus, CharSequence) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
status(HttpStatus, T) - Method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
 
status(HttpStatus, String) - Method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
 
status(HttpStatus, String) - Method in class io.micronaut.http.simple.SimpleHttpResponseFactory
 
status(HttpStatus, T) - Method in class io.micronaut.http.simple.SimpleHttpResponseFactory
 
status(HealthStatus) - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
Assigns the status to the builder.
status(Class, HttpStatus, Class, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
status(HttpStatus, Class, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
status(HttpStatus, Object, String) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the returned status code.
status(HttpStatus, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the returned status code.
status(Class, HttpStatus, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Register a route to handle the returned status code.
status() - Method in interface io.micronaut.web.router.StatusRoute
 
StatusConfiguration() - Constructor for class io.micronaut.management.endpoint.health.HealthEndpoint.StatusConfiguration
Default constructor.
StatusRoute - Interface in io.micronaut.web.router
Represents a Route that matches a status.
stereotype(AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Adds a stereotype of the annotation.
STEREOTYPE_EXCLUDES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Packages excludes from stereotype processing.
stop() - Method in interface io.micronaut.context.ApplicationContext
Stops the application context.
stop() - Method in interface io.micronaut.context.ApplicationContextLifeCycle
 
stop() - Method in class io.micronaut.context.DefaultApplicationContext
 
stop() - Method in class io.micronaut.context.DefaultBeanContext
The close method will shut down the context calling PreDestroy hooks on loaded singletons.
stop() - Method in class io.micronaut.context.env.DefaultEnvironment
 
stop() - Method in interface io.micronaut.context.LifeCycle
Stops the life cycle component.
stop() - Method in class io.micronaut.context.scope.AbstractConcurrentCustomScope
 
stop() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
stop() - Method in interface io.micronaut.http.server.netty.NettyEmbeddedServer
 
stop() - Method in class io.micronaut.http.server.netty.NettyHttpServer
 
stop() - Method in class io.micronaut.management.endpoint.stop.ServerStopEndpoint
Stops the server.
stop() - Method in class io.micronaut.messaging.MessagingApplication
 
stop() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
 
stop() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
 
stream() - Method in interface io.micronaut.context.BeanProvider
When called, provides back a Stream of the beans available in this provider.
stream() - Method in class io.micronaut.http.netty.stream.DefaultHttp2Content
 
stream() - Method in interface io.micronaut.http.netty.stream.Http2Content
 
STREAM_ID - Static variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
Streamable - Interface in io.micronaut.core.io
Interface for types that can be written to an OutputStream.
StreamedFile - Class in io.micronaut.http.server.types.files
A special type for streaming an InputStream representing a file or resource.
StreamedFile(InputStream, MediaType) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
 
StreamedFile(InputStream, MediaType, long) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
 
StreamedFile(InputStream, MediaType, long, long) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
 
StreamedFile(URL) - Constructor for class io.micronaut.http.server.types.files.StreamedFile
Immediately opens a connection to the given URL to retrieve data about the connection, including the input stream.
StreamedHttpMessage - Interface in io.micronaut.http.netty.stream
Combines HttpMessage and Publisher into one message.
streamedHttpMessage - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
StreamedHttpRequest - Interface in io.micronaut.http.netty.stream
Combines HttpRequest and StreamedHttpMessage into one message.
StreamedHttpResponse - Interface in io.micronaut.http.netty.stream
Combines HttpResponse and StreamedHttpMessage into one message.
StreamFunctionExecutor<C> - Class in io.micronaut.function.executor
A base function executor for handling input and output as streams
StreamFunctionExecutor() - Constructor for class io.micronaut.function.executor.StreamFunctionExecutor
 
StreamingFileUpload - Interface in io.micronaut.http.multipart
Represents a part of a MediaType.MULTIPART_FORM_DATA request.
StreamingHttpClient - Interface in io.micronaut.http.client
Extended version of the HttpClient that supports streaming responses.
StreamingHttpClientFactory - Interface in io.micronaut.http.client
A factory to create Streaming HTTP clients.
StreamingHttpClientRegistry<S extends StreamingHttpClient> - Interface in io.micronaut.http.client
Interface for managing the construction and lifecycle of instances of StreamingHttpClient clients.
StreamingInboundHttp2ToHttpAdapter - Class in io.micronaut.http.netty.stream
Implementation of Http2EventAdapter that allows streaming requests for servers and responses for clients by establishing a processor that emits chunks as HttpContent.
StreamingInboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Default constructor.
StreamingInboundHttp2ToHttpAdapter(Http2Connection, int) - Constructor for class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
Default constructor.
streamOfType(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Obtain a stream of beans of the given type.
streamOfType(Argument<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanLocator
Obtain a stream of beans of the given type.
streamOfType(Argument<T>) - Method in interface io.micronaut.context.BeanLocator
Obtain a stream of beans of the given type.
streamOfType(Class<T>) - Method in interface io.micronaut.context.BeanLocator
Obtain a stream of beans of the given type.
streamOfType(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
streamOfType(Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
 
streamOfType(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Obtains a stream of beans of the given type and qualifier.
streamOfType(BeanResolutionContext, Argument<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
Obtains a stream of beans of the given type and qualifier.
streamOfTypeForConstructorArgument(BeanResolutionContext, BeanContext, ConstructorInjectionPoint<T>, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for a constructor argument at the given index
streamOfTypeForMethodArgument(BeanResolutionContext, BeanContext, MethodInjectionPoint, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
Obtains all bean definitions for the method at the given index and the argument at the given index
StreamSoftServiceLoader - Class in io.micronaut.core.io.service
Variation of SoftServiceLoader that returns a stream instead of an iterable thus allowing parallel loading etc.
StreamSoftServiceLoader() - Constructor for class io.micronaut.core.io.service.StreamSoftServiceLoader
 
StreamUtils - Class in io.micronaut.core.util
Utility methods for working with streams.
StreamUtils() - Constructor for class io.micronaut.core.util.StreamUtils
 
STRING - Static variable in interface io.micronaut.core.convert.ConversionContext
Constant for String argument.
STRING - Static variable in interface io.micronaut.core.type.Argument
Constant for string argument.
StringConvention - Enum in io.micronaut.core.naming.conventions
An enum representing different conventions.
StringSwitchWriter - Class in io.micronaut.inject.writer
String switch writer.
StringSwitchWriter() - Constructor for class io.micronaut.inject.writer.StringSwitchWriter
 
StringUtils - Class in io.micronaut.core.util
Utility methods for Strings.
StringUtils() - Constructor for class io.micronaut.core.util.StringUtils
 
stringValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an optional string for the given annotation and member.
stringValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an optional string for the given annotation and member.
stringValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an optional string for the given annotation and member.
stringValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The value as an optional string for the given annotation and member.
stringValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
The string value of the given member.
stringValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The string value of the given member.
stringValue() - Method in class io.micronaut.core.annotation.AnnotationValue
The double value of the given member.
stringValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The string value of the given member.
stringValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The string value of the given member.
stringValue(JsonNode, String) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
Resolve a value as a string from the metadata json.
stringValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
stringValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
stringValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
stringValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the string value and optionally map its value.
stringValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
stringValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the string value and optionally map its value.
stringValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The values as string array for the given annotation and member.
stringValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The values as string array for the given annotation and member.
stringValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The values as string array for the given annotation and member.
stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
The values as string array for the given annotation and member.
stringValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
stringValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
 
stringValues(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
The string values for the given member and mapper.
stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The string values for the given member.
stringValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
The string values for the given member.
stringValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
stringValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValues(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValues(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValues(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
stringValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
stringValues(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
stringValues(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the string value and optionally map its value.
stringValues(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
Retrieve the string value and optionally map its value.
subMap(String, Class<V>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Returns a submap for all the keys with the given prefix.
subMap(String, Argument<V>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Returns a submap for all the keys with the given prefix.
subMap(String, ArgumentConversionContext<V>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
Returns a submap for all the keys with the given prefix.
submit(Callable<T>) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
submit(Runnable, T) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
submit(Runnable) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
 
subProtocol - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
subscribe(Subscriber<? super R>) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.AsyncSingleResultPublisher
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.CompletableFuturePublisher
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.Publishers.JustPublisher
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
 
subscribe(Subscriber<? super MutableHttpResponse<?>>) - Method in class io.micronaut.http.context.ServerRequestTracingPublisher
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
 
subscribe(Subscriber<? super HttpContent>) - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
 
subscribe(Subscriber<? super HttpContent>) - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
 
subscribe(Subscriber<? super WebSocketFrame>) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
 
subscribe(Subscriber<? super T>) - Method in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
subscribe(Subscriber<? super ByteBufHolder>) - Method in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
 
subscribe(Subscriber<? super PartData>) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
subscribeDownstream(Subscriber<? super T>) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
 
subscribeSubscriberToStream(StreamedHttpMessage, Subscriber<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
subscription - Variable in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
 
subSequence(int, int) - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
subSequence(int, int) - Method in enum io.micronaut.http.HttpAttributes
 
subSequence(int, int) - Method in enum io.micronaut.http.HttpMethod
 
subSequence(int, int) - Method in enum io.micronaut.http.HttpStatus
 
subSequence(int, int) - Method in class io.micronaut.http.MediaType
 
subtype - Variable in class io.micronaut.http.MediaType
 
SUFFIX - Static variable in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
Suffix for placeholder in properties.
SUPER_TYPE - Static variable in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
 
SuperclassAwareTypeVisitor<R,P> - Class in io.micronaut.annotation.processing
Processes the type and its super classes.
SuperclassAwareTypeVisitor(JavaVisitorContext) - Constructor for class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
Default constructor.
superTypes() - Method in interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
Returns additional super types.
superTypes() - Method in interface io.micronaut.http.client.bind.TypedClientArgumentRequestBinder
Returns additional super types.
superTypes() - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
 
SupplierUtil - Class in io.micronaut.core.util
Helper methods for dealing with Supplier.
SupplierUtil() - Constructor for class io.micronaut.core.util.SupplierUtil
 
supplyEmpty() - Method in interface io.micronaut.core.async.publisher.Publishers.MapOrSupplyEmpty
Supplies an empty value if there is no next value.
supports(E) - Method in interface io.micronaut.context.event.ApplicationEventListener
Whether the given event is supported.
supports(Class<?>) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandler
 
supports(Class<?>) - Method in interface io.micronaut.http.server.netty.types.NettyCustomizableResponseTypeHandler
 
supports(BeanElement) - Method in interface io.micronaut.inject.visitor.BeanElementVisitor
Returns whether this visitor supports visiting the specified element.
supports(RefreshEvent) - Method in interface io.micronaut.runtime.context.scope.refresh.RefreshEventListener
 
supports(FileChangedEvent) - Method in class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
 
supportsDispatchMulti() - Method in interface io.micronaut.inject.writer.DispatchWriter.DispatchTarget
 
supportsDispatchMulti() - Method in class io.micronaut.inject.writer.DispatchWriter.FieldGetDispatchTarget
 
supportsDispatchMulti() - Method in class io.micronaut.inject.writer.DispatchWriter.FieldSetDispatchTarget
 
supportsDispatchMulti() - Method in class io.micronaut.inject.writer.DispatchWriter.MethodDispatchTarget
 
supportsDispatchOne() - Method in interface io.micronaut.inject.writer.DispatchWriter.DispatchTarget
 
supportsDispatchOne() - Method in class io.micronaut.inject.writer.DispatchWriter.FieldGetDispatchTarget
 
supportsDispatchOne() - Method in class io.micronaut.inject.writer.DispatchWriter.FieldSetDispatchTarget
 
supportsDispatchOne() - Method in class io.micronaut.inject.writer.DispatchWriter.MethodDispatchTarget
 
supportsPrefix(String) - Method in class io.micronaut.context.env.DefaultEnvironment
 
supportsPrefix(String) - Method in interface io.micronaut.core.io.file.FileSystemResourceLoader
Does the loader support a prefix.
supportsPrefix(String) - Method in interface io.micronaut.core.io.ResourceLoader
 
supportsPrefix(String) - Method in interface io.micronaut.core.io.scan.ClassPathResourceLoader
 
supportsType(Class<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
Whether the codec can decode the given type.
supportsType(Class<?>) - Method in class io.micronaut.json.codec.MapperMediaTypeCodec
 
swap(T) - Method in interface io.micronaut.aop.HotSwappableInterceptedProxy
Swaps the underlying proxied instance for a new instance.
SynchronousInterceptedMethod - Class in io.micronaut.aop.internal.intercepted
The synchronous method intercept.
synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesize(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotation from the metadata for the given annotation type.
synthesize(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotation for the given annotation type using the member values of the given source annotation.
synthesize(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
synthesize(Class<T>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesize(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeAll() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeAll() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesizeAll() - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotations from the metadata.
synthesizeAll() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesizeAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotations from the metadata for the given type.
synthesizeAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
synthesizeAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeDeclared(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesizeDeclared(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotation declared for the given annotation type using the member values of the given source annotation.
synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotation from the metadata for the given annotation type.
synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotations from the metadata.
synthesizeDeclared(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
synthesizeDeclared() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeDeclared(Class<T>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeDeclared(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
 
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
 
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
Synthesizes a new annotations from the metadata for the given type.
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
 
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
 
synthesizeDeclaredAnnotationsByType(Class<T>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
 
SystemFile - Class in io.micronaut.http.server.types.files
Used as the return value of a route execution to send File instances to the client.
SystemFile(File) - Constructor for class io.micronaut.http.server.types.files.SystemFile
 
SystemFile(File, MediaType) - Constructor for class io.micronaut.http.server.types.files.SystemFile
 
SystemPropertiesPropertySource - Class in io.micronaut.context.env
Loads properties from system properties.
SystemPropertiesPropertySource() - Constructor for class io.micronaut.context.env.SystemPropertiesPropertySource
Default constructor.

T

target - Variable in class io.micronaut.aop.chain.InterceptorChain
 
targetClassType - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
TaskExceptionHandler<T,E extends Throwable> - Interface in io.micronaut.scheduling
An exception handler interface for task related exceptions.
TaskExecutionException - Exception in io.micronaut.scheduling.exceptions
 
TaskExecutionException(String) - Constructor for exception io.micronaut.scheduling.exceptions.TaskExecutionException
Constructs a new TaskExecution exception with the specified detail message.
TaskExecutionException(String, Throwable) - Constructor for exception io.micronaut.scheduling.exceptions.TaskExecutionException
Constructs a new TaskExecution exception with the specified detail message and cause.
TaskExecutors - Interface in io.micronaut.scheduling
The names of common task schedulers.
TaskScheduler - Interface in io.micronaut.scheduling
Interface for Scheduling tasks.
TE - Static variable in interface io.micronaut.http.HttpHeaders
"TE".
templated(boolean) - Method in class io.micronaut.http.hateoas.DefaultLink
 
templated(boolean) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
templateString - Variable in class io.micronaut.http.uri.UriTemplate
 
temporaryRedirect(URI) - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.TEMPORARY_REDIRECT response with the location of the new resource.
terminating - Variable in class io.micronaut.context.DefaultBeanContext
 
test(ConditionContext) - Method in interface io.micronaut.context.condition.Condition
 
TEST - Static variable in interface io.micronaut.context.env.Environment
The test environment.
test(Throwable) - Method in class io.micronaut.retry.annotation.DefaultRetryPredicate
 
test(HttpRequest) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
 
TestGeneratingAnnotationProcessor - Class in io.micronaut.testsuitehelper
Annotation processor for test generation.
TestGeneratingAnnotationProcessor() - Constructor for class io.micronaut.testsuitehelper.TestGeneratingAnnotationProcessor
 
TEXT_CSV - Static variable in class io.micronaut.http.MediaType
CSV: text/csv.
TEXT_CSV_TYPE - Static variable in class io.micronaut.http.MediaType
CSV: text/csv.
TEXT_EVENT_STREAM - Static variable in class io.micronaut.http.MediaType
Server Sent Event: text/event-stream.
TEXT_EVENT_STREAM_TYPE - Static variable in class io.micronaut.http.MediaType
Server Sent Event: text/event-stream.
TEXT_HTML - Static variable in class io.micronaut.http.MediaType
HTML: text/html.
TEXT_HTML_TYPE - Static variable in class io.micronaut.http.MediaType
HTML: text/html.
TEXT_JSON - Static variable in class io.micronaut.http.MediaType
JSON: text/json.
TEXT_JSON_TYPE - Static variable in class io.micronaut.http.MediaType
JSON: text/json.
TEXT_PLAIN - Static variable in class io.micronaut.http.MediaType
Plain Text: text/plain.
TEXT_PLAIN_TYPE - Static variable in class io.micronaut.http.MediaType
Plain Text: text/plain.
TEXT_XML - Static variable in class io.micronaut.http.MediaType
XML: text/xml.
TEXT_XML_TYPE - Static variable in class io.micronaut.http.MediaType
XML: text/xml.
TextPlainCodec - Class in io.micronaut.runtime.http.codec
A codec that handles MediaType.TEXT_PLAIN.
TextPlainCodec(Optional<Charset>, CodecConfiguration) - Constructor for class io.micronaut.runtime.http.codec.TextPlainCodec
 
TextPlainCodec(Charset) - Constructor for class io.micronaut.runtime.http.codec.TextPlainCodec
 
TextStreamCodec - Class in io.micronaut.http.server.codec
A MediaTypeCodec that will encode Event objects in order to support Server Sent Events.
TextStreamCodec(ApplicationConfiguration, ByteBufferFactory, BeanProvider<MediaTypeCodecRegistry>, CodecConfiguration) - Constructor for class io.micronaut.http.server.codec.TextStreamCodec
 
TextStreamCodec(Charset, ByteBufferFactory, BeanProvider<MediaTypeCodecRegistry>, CodecConfiguration) - Constructor for class io.micronaut.http.server.codec.TextStreamCodec
 
then(Publisher<T>, Consumer<T>) - Static method in class io.micronaut.core.async.publisher.Publishers
Map the result from a publisher using the given mapper.
ThreadDumpEndpoint - Class in io.micronaut.management.endpoint.threads
Exposes an Endpoint to display application threads.
ThreadInfoMapper<T> - Interface in io.micronaut.management.endpoint.threads
Responsible for converting the standard Java ThreadInfo class into another object for serialization.
ThreadLocal - Annotation Type in io.micronaut.runtime.context.scope
A CustomScope that stores objects in thread local storage.
ThreadSelection - Enum in io.micronaut.scheduling.executor
Enum the controls the ability to select threads in a Micronaut application.
ThrowingFunction<T,R,E extends Throwable> - Interface in io.micronaut.core.util.functional
Represents a function that accepts one argument and produces a result.
ThrowingSupplier<T,E extends Throwable> - Interface in io.micronaut.core.util.functional
Represents a supplier of results.
TimeConverterRegistrar - Class in io.micronaut.runtime.converters.time
Registers data time converters.
TimeConverterRegistrar() - Constructor for class io.micronaut.runtime.converters.time.TimeConverterRegistrar
 
TimedAnnotationMapper - Class in io.micronaut.inject.annotation.internal
Maps Micrometer's Timed annotation in order to support AOP.
TimedAnnotationMapper() - Constructor for class io.micronaut.inject.annotation.internal.TimedAnnotationMapper
 
TIMEOUT_EXCEPTION - Static variable in exception io.micronaut.http.client.exceptions.ReadTimeoutException
 
title(String) - Method in class io.micronaut.http.hateoas.DefaultLink
 
title(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
TLS_HANDSHAKE - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
toArray(Collection<T>, IntFunction<T[]>) - Static method in class io.micronaut.core.util.ArrayUtils
Returns an array containing all of the elements in this collection, using the provided generator function to allocate the returned array.
toArray(Collection<T>, Class<T>) - Static method in class io.micronaut.core.util.ArrayUtils
Returns an array containing all of the elements in this collection, using the item class.
toArray() - Method in interface io.micronaut.inject.ast.ArrayableClassElement
 
toArray() - Method in interface io.micronaut.inject.ast.ClassElement
Convert the class element to an element for the same type, but representing an array.
toBlocking() - Method in interface io.micronaut.http.client.HttpClient
 
toBlocking() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
 
toByteArray() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Create a copy of the underlying storage from buf into a byte array.
toByteArray() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
toCircularString() - Method in interface io.micronaut.context.BeanResolutionContext.Path
Converts the path to a circular string.
toClassArray(Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Convert an argument array to a class array.
toClassElement(ClassNode) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
toConversionError(Object, Exception) - Method in interface io.micronaut.json.bind.JsonBeanPropertyBinderExceptionHandler
Attempt to convert the given exception to a ConversionErrorException.
toFullHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
toFullHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
Converts this object to a full http request.
toFullHttpResponse() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
toFullHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
Converts this object to a full http response.
toFullHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
Toggleable - Interface in io.micronaut.core.util
An interface for components or configurations that can be toggled on or off.
toHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
toHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
Converts this object to the most appropriate http request type.
toHttpRequest(HttpRequest<?>) - Static method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
Convert the given request to a full http request.
toHttpResponse() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
 
toHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
Converts this object to the most appropriate http response type.
toHttpResponse(HttpResponse<?>) - Static method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
Convert the given response to a full http response.
toHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
toImmutableCollection(Supplier<A>) - Static method in class io.micronaut.core.util.StreamUtils
 
toImmutableCollection() - Static method in class io.micronaut.core.util.StreamUtils
 
toInputStream() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Convert the ByteBuffer into an input stream.
tokenizeToStringArray(String, String) - Static method in class io.micronaut.core.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class io.micronaut.core.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toOutputStream() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Convert the ByteBuffer into an output stream.
toPathString() - Method in class io.micronaut.http.uri.UriMatchTemplate
Returns the path string excluding any query variables.
toPrimitiveArray(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
Converts a primitive wrapper array to the equivalent primitive array such as Integer[] to int[].
toStreamHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
toStreamHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
Converts this object to a streamed http request.
toStreamHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
Converts this object to a streamed http response.
toStreamHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
toStreamResponse(HttpResponse<?>) - Static method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
Convert the given response to a full http response.
toString() - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
 
toString() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
toString() - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
 
toString() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
 
toString() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
toString() - Method in class io.micronaut.ast.groovy.visitor.GroovyFieldElement
 
toString() - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
toString() - Method in class io.micronaut.context.AbstractBeanConfiguration
 
toString() - Method in class io.micronaut.context.AbstractBeanDefinition
 
toString() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
 
toString() - Method in class io.micronaut.context.AbstractBeanResolutionContext.AnnotationSegment
 
toString() - Method in class io.micronaut.context.AbstractBeanResolutionContext.ConstructorSegment
 
toString() - Method in class io.micronaut.context.AbstractBeanResolutionContext.FieldSegment
 
toString() - Method in class io.micronaut.context.AbstractBeanResolutionContext.MethodSegment
 
toString() - Method in class io.micronaut.context.AbstractExecutableMethod
 
toString() - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
 
toString() - Method in class io.micronaut.context.AbstractInitializableBeanDefinitionReference
 
toString() - Method in class io.micronaut.context.BeanRegistration
 
toString() - Method in class io.micronaut.context.env.MapPropertySource
 
toString() - Method in class io.micronaut.core.annotation.AnnotationClassValue
 
toString() - Method in class io.micronaut.core.annotation.AnnotationValue
 
toString() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
 
toString() - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
toString() - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
 
toString(Charset) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
To string.
toString(Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
Convert the arguments to a string representation.
toString() - Method in class io.micronaut.core.type.DefaultArgument
 
toString(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
Produce a string representation of the given array.
toString(String, Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
Produce a string representation of the given array.
toString(Iterable<?>) - Static method in class io.micronaut.core.util.CollectionUtils
Produce a string representation of the given iterable.
toString(String, Iterable<?>) - Static method in class io.micronaut.core.util.CollectionUtils
Produce a string representation of the given iterable.
toString() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
 
toString() - Method in class io.micronaut.discovery.config.DefaultCompositeConfigurationClient
 
toString() - Method in class io.micronaut.health.HealthStatus
 
toString() - Method in class io.micronaut.http.hateoas.GenericResource
 
toString() - Method in class io.micronaut.http.hateoas.JsonError
 
toString() - Method in enum io.micronaut.http.HttpAttributes
 
toString() - Method in class io.micronaut.http.MediaType
 
toString() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
 
toString() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
toString(Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
toString(int, int, Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
toString() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
toString() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
 
toString() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
 
toString() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
 
toString() - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
toString() - Method in class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
 
toString() - Method in class io.micronaut.http.uri.UriTemplate
 
toString(Predicate<UriTemplate.PathSegment>) - Method in class io.micronaut.http.uri.UriTemplate
Returns the template as a string filtering the segments with the provided filter.
toString() - Method in enum io.micronaut.inject.ast.ElementModifier
 
toString() - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
 
toString() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
toString() - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
toString() - Method in class io.micronaut.inject.qualifiers.AnyQualifier
 
toString() - Method in class io.micronaut.inject.qualifiers.InterceptorBindingQualifier
 
toString() - Method in class io.micronaut.inject.qualifiers.TypeAnnotationQualifier
 
toString() - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
 
toString() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
toString() - Method in class io.micronaut.scheduling.cron.CronExpression
 
toString() - Method in class io.micronaut.session.http.SessionLogElement
 
toString() - Method in class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
 
toString() - Method in class io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier
 
toString() - Method in class io.micronaut.websocket.CloseReason
 
touch() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
touch(Object) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
toURI() - Method in interface io.micronaut.inject.writer.GeneratedFile
The URI to write to.
toWrapperArray(Object) - Static method in class io.micronaut.core.util.ArrayUtils
Converts a primitive array to the equivalent wrapper such as int[] to Integer[].
Trace - Annotation Type in io.micronaut.http.annotation
Annotation that can be applied to method to signify the method receives a HttpMethod.TRACE.
TRACE(String, Object, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
TRACE(String, Class, String, Class[]) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
TRACE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
 
TRACE(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI to the specified target for an HTTP GET.
TRACE(Object) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object.
TRACE(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified object and ID.
TRACE(Class) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class.
TRACE(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
Route to the specified class and ID.
TRACE(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
TRACE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
TRACE(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
TRACE(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
Route the specified URI template to the specified target.
TRAILER - Static variable in interface io.micronaut.http.HttpHeaders
"Trailer".
transfer(JsonParser, JsonGenerator, JsonStreamConfig) - Static method in class io.micronaut.jackson.core.tree.JsonStreamTransfer
Transfer tokens, starting with the current token.
TRANSFER_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
"Transfer-Encoding".
transferCurrentToken(JsonParser, JsonGenerator, JsonStreamConfig) - Static method in class io.micronaut.jackson.core.tree.JsonStreamTransfer
Transfer a single token.
transferNext(JsonParser, JsonGenerator, JsonStreamConfig) - Static method in class io.micronaut.jackson.core.tree.JsonStreamTransfer
Transfer tokens, starting with the next token.
transferTo(String) - Method in interface io.micronaut.http.multipart.StreamingFileUpload
transferTo(File) - Method in interface io.micronaut.http.multipart.StreamingFileUpload
A convenience method to write this uploaded item to disk.
transferTo(OutputStream) - Method in interface io.micronaut.http.multipart.StreamingFileUpload
A convenience method to write this uploaded item the provided output stream.
transferTo(String) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
transferTo(File) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
transferTo(OutputStream) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
 
transform(Object) - Method in interface io.micronaut.http.client.ReactiveClientResultTransformer
Transform the publisher result.
transform(AnnotationValue<T>, VisitorContext) - Method in interface io.micronaut.inject.annotation.AnnotationTransformer
The transform method will be called for each instances of the annotation returned via this method.
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.CoreNonNullTransformer
 
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.CoreNullableTransformer
 
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.JakartaPostConstructTransformer
 
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.JakartaPreDestroyTransformer
 
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.KotlinNotNullMapper
 
transform(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.KotlinNullableMapper
 
transformIterables(BeanResolutionContext, Collection<BeanDefinition<T>>, boolean) - Method in class io.micronaut.context.DefaultApplicationContext
 
transformIterables(BeanResolutionContext, Collection<BeanDefinition<T>>, boolean) - Method in class io.micronaut.context.DefaultBeanContext
Method that transforms iterable candidates if possible.
traversableResolver(TraversableResolver) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
 
traverseFile(String, List<Class<?>>, Path) - Method in class io.micronaut.ast.groovy.scan.ClassPathAnnotationScanner
 
treeAsTokens(JsonNode) - Method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
Create a new parser that traverses over the given json node.
TreeGenerator - Class in io.micronaut.jackson.core.tree
A JsonGenerator that returns tokens as a JsonNode.
trimLeading(String, Predicate<Character>) - Static method in class io.micronaut.core.util.StringUtils
Returns a new string without any leading characters that match the supplied predicate.
trimLeadingCharacter(String, char) - Static method in class io.micronaut.core.util.StringUtils
Returns a new string without any leading characters that match the supplied character.
trimLeadingWhitespace(String) - Static method in class io.micronaut.core.util.StringUtils
Returns a new string without any leading whitespace.
trimSuffix(String, String...) - Static method in class io.micronaut.core.naming.NameUtils
Trims the given suffixes.
trimToNull(String) - Static method in class io.micronaut.core.util.StringUtils
Trims the supplied string.
TRUE - Static variable in class io.micronaut.core.util.StringUtils
Constant for the value true.
TrueCondition - Class in io.micronaut.context.condition
A Condition that simply returns true.
TrueCondition() - Constructor for class io.micronaut.context.condition.TrueCondition
 
TrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
 
TRY_AGAIN_LATER - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
tryBind(Executable<T, R>, ArgumentBinderRegistry<S>, S) - Method in class io.micronaut.core.bind.DefaultExecutableBinder
 
tryBind(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.
tryInstantiate(String, ClassLoader) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Try to instantiate the given class.
tryInstantiate(Class<T>, Map, ConversionContext) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Try to instantiate the given class using BeanIntrospector.
tryInstantiate(Class<T>) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Try to instantiate the given class using the most optimal strategy first trying the BeanIntrospector and if no bean is present falling back to reflection.
tryInstantiate(Constructor<T>, Object...) - Static method in class io.micronaut.core.reflect.InstantiationUtils
Try to instantiate the given class.
Type - Annotation Type in io.micronaut.context.annotation
Allows restricting injection by type.
type(MediaType) - Method in class io.micronaut.http.hateoas.DefaultLink
 
TYPE - Static variable in class io.micronaut.http.hateoas.JsonError
The argument type.
type(MediaType) - Method in interface io.micronaut.http.hateoas.Link.Builder
 
type - Variable in class io.micronaut.http.MediaType
 
TYPE - Static variable in class io.micronaut.http.server.netty.binders.InputStreamBodyBinder
 
TYPE_ARGUMENT - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
TYPE_ARGUMENT_ARRAY - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
TYPE_BEAN_LOCATOR - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TYPE_CLASS - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
TYPE_DEFAULT_BEAN_CONTEXT - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TYPE_GENERATED - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
TYPE_INTERCEPTOR_CHAIN - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TYPE_LOCK - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TYPE_METHOD_INTERCEPTOR_CHAIN - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TYPE_OBJECT - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
TYPE_READ_WRITE_LOCK - Static variable in class io.micronaut.aop.writer.AopProxyWriter
 
TypeAnnotationQualifier<T> - Class in io.micronaut.inject.qualifiers
Implementation of Type qualifier.
TypeArgumentBinder<T,S> - Interface in io.micronaut.core.bind
An ArgumentBinder that is resolved based on the argument type.
TypeArgumentQualifier<T> - Class in io.micronaut.inject.qualifiers
A Qualifier that qualifies beans by generic type arguments.
typeArguments(ClassElement...) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Fills the type arguments for the bean with the given types.
typeArguments(ClassElement...) - Method in interface io.micronaut.inject.ast.beans.ConfigurableElement
Fills the type arguments for this element from the given types.
typeArguments(ClassElement...) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
typeArgumentsForType(ClassElement, ClassElement...) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Fills the type arguments for the given interface or super class with the given types.
typeArgumentsForType(ClassElement, ClassElement...) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
TypeConvention - Enum in io.micronaut.core.naming.conventions
Common conventions for types
TypeConverter<S,T> - Interface in io.micronaut.core.convert
A type converter for converting from one type to another.
TypeConverterRegistrar - Interface in io.micronaut.core.convert
An interface for classes that register type conversions with the ConversionService.
typed(ClassElement...) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Alters the exposed types for the bean limiting the exposed type to the given types.
typed(Predicate<ClassElement>) - Method in interface io.micronaut.inject.ast.ElementQuery
Allows filtering elements by type.
typed(ClassElement...) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
TypedAnnotationMapper<T extends Annotation> - Interface in io.micronaut.inject.annotation
A typed AnnotationMapper operates against a concrete annotation type.
TypedAnnotationTransformer<T extends Annotation> - Interface in io.micronaut.inject.annotation
A typed AnnotationTransformer operates against a concrete annotation type.
TypedClientArgumentRequestBinder<T> - Interface in io.micronaut.http.client.bind
A ClientArgumentRequestBinder that is resolved based on the argument type.
TypedElement - Interface in io.micronaut.inject.ast
An element that has an underlying type.
TypedRequestArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
A TypeArgumentBinder that binds from an HttpRequest.
TypedSubscriber<T> - Class in io.micronaut.core.async.subscriber
A subscriber that is aware of the target type.
TypedSubscriber(Argument<T>) - Constructor for class io.micronaut.core.async.subscriber.TypedSubscriber
Constructs a new TypedSubscriber for the given Argument.
TypeElementVisitor<C,E> - Interface in io.micronaut.inject.visitor
Provides a hook into the compilation process to allow user defined functionality to be created at compile time.
TypeElementVisitor.VisitorKind - Enum in io.micronaut.inject.visitor
Implementors of the TypeElementVisitor interface should specify what kind of visitor it is.
TypeElementVisitorProcessor - Class in io.micronaut.annotation.processing
The annotation processed used to execute type element visitors.
TypeElementVisitorProcessor() - Constructor for class io.micronaut.annotation.processing.TypeElementVisitorProcessor
 
typeHashCode() - Method in interface io.micronaut.core.type.Argument
The hash code including only the types.
typeHashCode() - Method in class io.micronaut.core.type.DefaultArgument
 
typeHashCode() - Method in class io.micronaut.inject.ArgumentBeanType
 
TypeHint - Annotation Type in io.micronaut.core.annotation
The type hint annotation is a general annotation that can be used on interfaces to provide additional information about types used at runtime.
TypeHint.AccessType - Enum in io.micronaut.core.annotation
The access type.
TypeInformation<T> - Interface in io.micronaut.core.type
Provides information about a type at runtime.
TypeInformationProvider - Interface in io.micronaut.core.type
Interface that implementors can hook into to control the logic of methods like TypeInformation.isReactive().
TypeVariableResolver - Interface in io.micronaut.core.type
An interface for types that hold and can resolve type variables.

U

unauthorized() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.UNAUTHORIZED response with an empty body.
unbufferedWrite(ChannelHandlerContext, HttpResponse, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
 
underscoreSeparate(String) - Static method in class io.micronaut.core.naming.NameUtils
Returns the underscore separated version of the given camel case string.
UnimplementedAdviceException - Exception in io.micronaut.aop.exceptions
An exception thrown when Introduction advise cannot be implemented.
UnimplementedAdviceException(ExecutableMethod<?, ?>) - Constructor for exception io.micronaut.aop.exceptions.UnimplementedAdviceException
Constructor.
UNKNOWN - Static variable in class io.micronaut.health.HealthStatus
Indicates the service status is unknown.
UNKNOWN - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
The unknown LogElement.
UNKNOWN_VALUE - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
The unknown value: '-'.
unknownDispatchAtIndexException(int) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Creates a new exception when the dispatch at index is not found.
unknownDispatchAtIndexException(int) - Method in class io.micronaut.inject.beans.AbstractInitializableBeanIntrospection
Creates a new exception when the dispatch at index is not found.
unknownMethodAtIndexException(int) - Method in class io.micronaut.context.AbstractExecutableMethodsDefinition
Creates a new exception when the method at index is not found.
unmodifiableList(List<T>) - Static method in class io.micronaut.core.util.CollectionUtils
unprocessableEntity() - Static method in interface io.micronaut.http.HttpResponse
Return an HttpStatus.UNPROCESSABLE_ENTITY response with an empty body.
UnresolvedArgument<T> - Interface in io.micronaut.web.router
Represents an unresolved argument to a Route.
UnsafeBeanProperty<B,T> - Interface in io.micronaut.core.beans
Unsafe bean property interface adds read/write methods which don't validate the input/output.
UNSATISFIED - Static variable in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
An empty but unsatisfied result.
UnsatisfiedArgumentException - Exception in io.micronaut.core.bind.exceptions
An exception thrown when an Argument could not be satisfied by a ExecutableBinder.
UnsatisfiedArgumentException(Argument<?>) - Constructor for exception io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
 
UnsatisfiedArgumentException(Argument<?>, String) - Constructor for exception io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
 
UnsatisfiedArgumentHandler - Class in io.micronaut.http.server.exceptions
Handles exception of type UnsatisfiedArgumentException.
UnsatisfiedArgumentHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.UnsatisfiedArgumentHandler
Constructor.
UnsatisfiedBodyRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an Body to a Route cannot be satisfied.
UnsatisfiedBodyRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedBodyRouteException
 
UnsatisfiedCookieValueRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an CookieValue to a Route cannot be satisfied.
UnsatisfiedCookieValueRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedCookieValueRouteException
 
UnsatisfiedHeaderRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an Header to a Route cannot be satisfied.
UnsatisfiedHeaderRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedHeaderRouteException
 
UnsatisfiedPartRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an Part to a Route cannot be satisfied.
UnsatisfiedPartRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedPartRouteException
 
UnsatisfiedPathVariableRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an PathVariable to a Route cannot be satisfied.
UnsatisfiedPathVariableRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedPathVariableRouteException
 
UnsatisfiedQueryValueRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an QueryValue to a Route cannot be satisfied.
UnsatisfiedQueryValueRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedQueryValueRouteException
 
UnsatisfiedRequestAttributeRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an RequestAttribute to a Route cannot be satisfied.
UnsatisfiedRequestAttributeRouteException(String, Argument<?>) - Constructor for exception io.micronaut.web.router.exceptions.UnsatisfiedRequestAttributeRouteException
 
UnsatisfiedRouteException - Exception in io.micronaut.web.router.exceptions
An exception thrown when the an Argument to a Route cannot be satisfied.
UnsatisfiedRouteHandler - Class in io.micronaut.http.server.exceptions
Handles exceptions of type UnsatisfiedRouteException.
UnsatisfiedRouteHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.UnsatisfiedRouteHandler
Constructor.
unsupported() - Method in interface io.micronaut.aop.InterceptedMethod
Indicated unsupported return type.
UNSUPPORTED_DATA - Static variable in class io.micronaut.websocket.CloseReason
See https://tools.ietf.org/html/rfc6455#section-11.7.
unwrap() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
unwrap(Class<T>) - Method in class io.micronaut.validation.validator.DefaultValidator
 
unwrap(Class<T>) - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 
UnwrapByDefaultValueExtractor<T> - Interface in io.micronaut.validation.validator.extractors
Interface based alternative for unwrap by default semantics.
UP - Static variable in class io.micronaut.health.HealthStatus
Indicates the service is operational.
update(HealthStatus) - Method in interface io.micronaut.health.CurrentHealthStatus
Updates the HealthStatus of the application.
updateCoroutineContext(CoroutineContext) - Method in interface io.micronaut.aop.kotlin.KotlinInterceptedMethod
Update coroutine's context.
updateProperties(DeserializationConfig, BeanDescription, List<BeanPropertyDefinition>) - Method in class io.micronaut.jackson.serialize.ResourceDeserializerModifier
 
updateValueFromTree(Object, JsonNode) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
updateValueFromTree(Object, JsonNode) - Method in interface io.micronaut.json.JsonMapper
Update an object from json data.
UPGRADE - Static variable in interface io.micronaut.http.HttpHeaders
"Upgrade".
upstreamBuffer - Variable in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
upstreamDemand - Variable in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
upstreamState - Variable in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
upstreamSubscription - Variable in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
 
uri() - Method in enum io.micronaut.core.naming.conventions.MethodConvention
 
uri(CharSequence) - Static method in interface io.micronaut.http.HttpResponse
Helper method for defining URIs.
uri(URI) - Method in interface io.micronaut.http.MutableHttpRequest
Sets the uri on the request.
uri(Consumer<UriBuilder>) - Method in interface io.micronaut.http.MutableHttpRequest
Alters the URI of the request with the given URI builder.
uri - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
 
uri(URI) - Method in class io.micronaut.http.simple.SimpleHttpRequest
 
UriBuilder - Interface in io.micronaut.http.uri
Helper class for building URIs and handle encoding correctly.
UriMapping - Annotation Type in io.micronaut.http.annotation
Meta annotation for the mapped URI whether at the controller or action level.
UriMatcher - Interface in io.micronaut.http.uri
A URI matcher is capable of matching a URI and producing a UriMatchInfo.
UriMatchInfo - Interface in io.micronaut.http.uri
The result of a call to UriMatcher.match(java.net.URI).
UriMatchTemplate - Class in io.micronaut.http.uri
Extends UriTemplate and adds the ability to match a URI to a given template using the UriMatcher.match(java.net.URI) method.
UriMatchTemplate(CharSequence) - Constructor for class io.micronaut.http.uri.UriMatchTemplate
Construct a new URI template for the given template.
UriMatchTemplate(CharSequence, Object...) - Constructor for class io.micronaut.http.uri.UriMatchTemplate
Construct a new URI template for the given template.
UriMatchTemplate(CharSequence, List<UriTemplate.PathSegment>, Pattern, List<UriMatchVariable>) - Constructor for class io.micronaut.http.uri.UriMatchTemplate
 
UriMatchTemplate.DefaultUriMatchInfo - Class in io.micronaut.http.uri
The default UriMatchInfo implementation.
UriMatchTemplate.UriMatchTemplateParser - Class in io.micronaut.http.uri
Extended version of UriTemplate.UriTemplateParser that builds a regular expression to match a path.
UriMatchTemplateParser(String, UriMatchTemplate) - Constructor for class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
 
UriMatchVariable - Class in io.micronaut.http.uri
Represents a variable in a URI template.
uriNamingStrategy - Variable in class io.micronaut.web.router.DefaultRouteBuilder
 
UriRoute - Interface in io.micronaut.web.router
Represents a Route that matches a URI.
UriRouteMatch<T,R> - Interface in io.micronaut.web.router
A RouteMatch that matches a URI and HttpMethod.
uriRoutes() - Method in class io.micronaut.web.router.DefaultRouter
 
uriRoutes() - Method in class io.micronaut.web.router.filter.FilteredRouter
 
uriRoutes() - Method in interface io.micronaut.web.router.Router
Returns all UriRoutes.
UriSyntaxException - Exception in io.micronaut.http.exceptions
Thrown when the URI syntax is correct.
UriSyntaxException(URISyntaxException) - Constructor for exception io.micronaut.http.exceptions.UriSyntaxException
 
URISyntaxHandler - Class in io.micronaut.http.server.exceptions
Handles exception of type URISyntaxException.
URISyntaxHandler(ErrorResponseProcessor<?>) - Constructor for class io.micronaut.http.server.exceptions.URISyntaxHandler
Constructor.
UriTemplate - Class in io.micronaut.http.uri
A Fast Implementation of URI Template specification.
UriTemplate(CharSequence) - Constructor for class io.micronaut.http.uri.UriTemplate
Construct a new URI template for the given template.
UriTemplate(CharSequence, Object...) - Constructor for class io.micronaut.http.uri.UriTemplate
Construct a new URI template for the given template.
UriTemplate(String, List<UriTemplate.PathSegment>) - Constructor for class io.micronaut.http.uri.UriTemplate
 
UriTemplate.PathSegment - Interface in io.micronaut.http.uri
Represents an expandable path segment.
UriTemplate.UriTemplateParser - Class in io.micronaut.http.uri
An URI template parser.
UriTypeMatchTemplate - Class in io.micronaut.http.uri
A UriMatchTemplate that allows specifying types for the URI variables.
UriTypeMatchTemplate(CharSequence, Class...) - Constructor for class io.micronaut.http.uri.UriTypeMatchTemplate
 
UriTypeMatchTemplate(CharSequence, List<UriTemplate.PathSegment>, Pattern, Class[], List<UriMatchVariable>) - Constructor for class io.micronaut.http.uri.UriTypeMatchTemplate
 
UriTypeMatchTemplate.TypedUriMatchTemplateParser - Class in io.micronaut.http.uri
A typed uri match templated parser.
uriVariables - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
useBigDecimalForFloats() - Method in class io.micronaut.json.JsonStreamConfig
 
useBigIntegerForInts() - Method in class io.micronaut.json.JsonStreamConfig
 
UsedByGeneratedCode - Annotation Type in io.micronaut.core.annotation
A marker annotation indicating that a method is used by generated code and should not be modified or removed otherwise a binary compatibility problem will be introduced.
useDefaultPrettyPrinter() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
USER_AGENT - Static variable in interface io.micronaut.http.HttpHeaders
"User-Agent".
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
 
UserExecutorConfiguration - Class in io.micronaut.scheduling.executor
Allows configuration ExecutorService instances that are made available as beans.
UserExecutorConfiguration(String, Integer, ExecutorType, Integer, Integer, Class<? extends ThreadFactory>) - Constructor for class io.micronaut.scheduling.executor.UserExecutorConfiguration
Default Constructor.
userInfo(String) - Method in interface io.micronaut.http.uri.UriBuilder
Sets the URI user info.
usingContext() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
 

V

V_PARAMETER - Static variable in class io.micronaut.http.MediaType
Parameter "v".
VALID - Static variable in interface io.micronaut.validation.validator.constraints.ConstraintValidator
A constraint validator that just returns the object as being valid.
validate(BeanResolutionContext, T) - Method in interface io.micronaut.inject.ValidatedBeanDefinition
Validates the bean with the validator factory if present.
validate(List<UriMatchTemplate>, ParameterElement[], MethodElement) - Method in class io.micronaut.validation.routes.rules.ClientTypesRule
 
validate(List<UriMatchTemplate>, ParameterElement[], MethodElement) - Method in class io.micronaut.validation.routes.rules.MissingParameterRule
 
validate(List<UriMatchTemplate>, ParameterElement[], MethodElement) - Method in class io.micronaut.validation.routes.rules.NullableParameterRule
 
validate(List<UriMatchTemplate>, ParameterElement[], MethodElement) - Method in class io.micronaut.validation.routes.rules.RequestBeanParameterRule
 
validate(UriMatchTemplate, ParameterElement[], MethodElement) - Method in interface io.micronaut.validation.routes.rules.RouteValidationRule
Validate the given uri template and route arguments.
validate(List<UriMatchTemplate>, ParameterElement[], MethodElement) - Method in interface io.micronaut.validation.routes.rules.RouteValidationRule
Validate the given uri templates and route arguments.
validate(T, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validate(BeanIntrospection<T>, T, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
Validate the given introspection and object.
validate(T, Class<?>...) - Method in interface io.micronaut.validation.validator.Validator
 
validate(BeanIntrospection<T>, T, Class<?>...) - Method in interface io.micronaut.validation.validator.Validator
Validate the given introspection and object.
validateAnnotationValue(T, String, T, String, Object) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
Validates an annotation value.
validateApplicationName(String) - Method in class io.micronaut.discovery.registration.AutoRegistration
Validate the given application name.
validateArguments(Described, Argument<?>[], Object[]) - Static method in class io.micronaut.core.util.ArgumentUtils
Validates the given values are appropriate for the given arguments.
validateBean(BeanResolutionContext, BeanDefinition<T>, T) - Method in interface io.micronaut.inject.validation.BeanDefinitionValidator
Validates the given bean after it has been constructor.
validateBean(BeanResolutionContext, BeanDefinition<T>, T) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateBeanArgument(BeanResolutionContext, InjectionPoint, Argument<V>, int, V) - Method in interface io.micronaut.inject.ValidatedBeanDefinition
Validates the given bean after it has been constructor.
validateBeanArgument(BeanResolutionContext, InjectionPoint, Argument<T>, int, T) - Method in interface io.micronaut.inject.validation.BeanDefinitionValidator
Validates the given bean after it has been constructor.
validateBeanArgument(BeanResolutionContext, InjectionPoint, Argument<T>, int, T) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateCompletionStage(CompletionStage<T>, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateCompletionStage(CompletionStage<T>, Class<?>...) - Method in interface io.micronaut.validation.validator.ReactiveValidator
Validate the given CompletionStage by returning a new CompletionStage that validates the emitted value.
validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateConstructorParameters(BeanIntrospection<? extends T>, Object[], Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateConstructorParameters(Class<? extends T>, Argument<?>[], Object[], Class<?>[]) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateConstructorParameters(BeanIntrospection<? extends T>, Object[], Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
Validates parameters for the given introspection and values.
validateConstructorParameters(Class<? extends T>, Argument<?>[], Object[], Class<?>[]) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
Validates arguments for the given bean type and constructor arguments.
validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
 
validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
 
Validated - Annotation Type in io.micronaut.validation
Around advice that ensures an objects methods are validated.
validatedAnnotatedElement(AnnotatedElement, Object) - Method in interface io.micronaut.inject.annotation.AnnotatedElementValidator
Validates an annotated element for the given value.
validatedAnnotatedElement(AnnotatedElement, Object) - Method in class io.micronaut.validation.validator.DefaultValidator
 
ValidatedBeanDefinition<T> - Interface in io.micronaut.inject
A bean definition that is validated with javax.validation.
validateHost(String) - Method in class io.micronaut.http.server.util.DefaultHttpHostResolver
Validates the host transforming the host value if necessary.
validateHttpHeaders - Variable in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
 
validateName(String, String) - Method in class io.micronaut.discovery.registration.AutoRegistration
Validate the given application name.
validateParameters(T, ExecutableMethod, Object[], Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateParameters(T, ExecutableMethod, Collection<MutableArgumentValue<?>>, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateParameters(T, Method, Object[], Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateParameters(T, ExecutableMethod, Object[], Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
Validate the parameter values of the given ExecutableMethod.
validateParameters(T, ExecutableMethod, Collection<MutableArgumentValue<?>>, Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
Validate the parameter values of the given ExecutableMethod.
validateParameters(T, Method, Object[], Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
 
validateProperty(T, String, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateProperty(T, String, Class<?>...) - Method in interface io.micronaut.validation.validator.Validator
 
validatePublisher(Publisher<T>, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validatePublisher(Publisher<T>, Class<?>...) - Method in interface io.micronaut.validation.validator.ReactiveValidator
Validate the given publisher by returning a new Publisher that validates each emitted value.
validateReturnValue(T, Method, Object, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateReturnValue(T, ExecutableMethod<?, Object>, Object, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateReturnValue(T, ExecutableMethod<?, Object>, Object, Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
Validates the return value of a ExecutableMethod.
validateReturnValue(T, Method, Object, Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in class io.micronaut.validation.validator.DefaultValidator
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in interface io.micronaut.validation.validator.Validator
 
ValidatingInterceptor - Class in io.micronaut.validation
A MethodInterceptor that validates method invocations.
ValidatingInterceptor(Validator, ValidatorFactory) - Constructor for class io.micronaut.validation.ValidatingInterceptor
Creates ValidatingInterceptor from the validatorFactory.
Validator - Interface in io.micronaut.validation.validator
Extended version of the Valid interface for Micronaut's implementation.
VALIDATOR_KEY - Static variable in class io.micronaut.ast.groovy.annotation.GroovyAnnotationMetadataBuilder
 
ValidatorConfiguration - Interface in io.micronaut.validation.validator
Configuration for the Validator.
ValidatorKey(Class<A>, Class<T>) - Constructor for class io.micronaut.validation.validator.constraints.DefaultConstraintValidators.ValidatorKey
The key to lookup the validator.
Value - Annotation Type in io.micronaut.context.annotation
Allows configuration injection from the environment on a per property, field, method/constructor parameter basis.
value(int) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given integer value.
value(long) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given long value.
value(String) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given string value.
value(boolean) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given boolean value.
value(char) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given char value.
value(double) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given double value.
value(float) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given float value.
value(Enum<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given enum object.
value(Class<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given type object.
value(AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given annotation value.
value(String) - Method in interface io.micronaut.http.cookie.Cookie
Sets the value.
value(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
 
value(String) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
 
VALUE_MEMBER - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
The default value() member.
ValueException - Exception in io.micronaut.core.value
An exception that occurs related to configuration.
ValueException(String, Throwable) - Constructor for exception io.micronaut.core.value.ValueException
Constructor.
ValueException(String) - Constructor for exception io.micronaut.core.value.ValueException
Constructor.
ValueExtractorRegistry - Interface in io.micronaut.validation.validator.extractors
Registry of value extractors.
valueOf(String) - Static method in enum io.micronaut.aop.Around.ProxyTargetConstructorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.aop.InterceptedMethod.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.aop.InterceptorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.aop.InterceptPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.context.annotation.Requires.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.context.annotation.Requires.Sdk
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.context.env.ComputePlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.context.env.PropertySource.PropertyConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.context.env.PropertySourcePropertyResolver.PropertyCatalog
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.annotation.Introspected.AccessKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.annotation.Introspected.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.annotation.TypeHint.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.BackPressureState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.convert.format.MapFormat.MapTransformation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.naming.conventions.MethodConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.naming.conventions.PropertyConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.naming.conventions.StringConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.core.naming.conventions.TypeConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.discovery.config.ConfigDiscoveryConfiguration.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.cookie.SameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.filter.FilterPatternStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.filter.ServerFilterPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.HttpAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.micronaut.http.HttpStatus
The status for the given code.
valueOf(String) - Static method in enum io.micronaut.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(double) - Static method in enum io.micronaut.http.HttpVersion
Return an HttpVersion for the given value.
valueOf(String) - Static method in enum io.micronaut.http.server.netty.handler.accesslog.element.LogElement.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.http.ssl.ClientAuthentication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.inject.ast.ElementModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.micronaut.inject.ast.PrimitiveElement
 
valueOf(String) - Static method in enum io.micronaut.inject.visitor.TypeElementVisitor.VisitorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.management.endpoint.health.DetailsVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.management.endpoint.health.HealthLevelOfDetail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.management.health.indicator.HealthCheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.retry.CircuitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.scheduling.executor.ExecutorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.scheduling.executor.ThreadSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.scheduling.io.watch.event.WatchEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.websocket.WebSocketVersion
Returns the enum constant of this type with the specified name.
ValueResolver<K extends CharSequence> - Interface in io.micronaut.core.value
An interface for any type that is able to resolve and convert values.
values() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
values() - Static method in enum io.micronaut.aop.Around.ProxyTargetConstructorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.aop.InterceptedMethod.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.aop.InterceptorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.aop.InterceptPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
values() - Static method in enum io.micronaut.context.annotation.Requires.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.context.annotation.Requires.Sdk
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.context.env.ComputePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.context.env.PropertySource.PropertyConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.context.env.PropertySourcePropertyResolver.PropertyCatalog
Returns an array containing the constants of this enum type, in the order they are declared.
values(int...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given integer[] value.
values(long...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given long[] value.
values(String...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given String[] values.
values(Enum<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given enum objects.
values(Class<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given type objects.
values(AnnotationClassValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given type objects.
values(AnnotationValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
Sets the value member to the given annotation values.
values() - Static method in enum io.micronaut.core.annotation.Introspected.AccessKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.annotation.Introspected.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.annotation.TypeHint.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.BackPressureState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.convert.format.MapFormat.MapTransformation
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
values() - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
 
values() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
 
values() - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
 
values() - Static method in enum io.micronaut.core.naming.conventions.MethodConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.naming.conventions.PropertyConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.naming.conventions.StringConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.core.naming.conventions.TypeConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
 
values() - Method in interface io.micronaut.core.value.OptionalValues
 
values - Variable in class io.micronaut.core.value.OptionalValuesMap
 
values() - Method in class io.micronaut.core.value.OptionalValuesMap
 
values() - Static method in enum io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.discovery.config.ConfigDiscoveryConfiguration.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.cookie.SameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.filter.FilterPatternStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.filter.ServerFilterPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.HttpAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.http.netty.cookies.NettyCookies
 
values() - Method in class io.micronaut.http.netty.NettyHttpHeaders
 
values() - Method in class io.micronaut.http.netty.NettyHttpParameters
 
values() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
 
values() - Static method in enum io.micronaut.http.server.netty.handler.accesslog.element.LogElement.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.http.simple.cookies.SimpleCookies
 
values() - Method in class io.micronaut.http.simple.SimpleHttpHeaders
 
values() - Method in class io.micronaut.http.simple.SimpleHttpParameters
 
values() - Static method in enum io.micronaut.http.ssl.ClientAuthentication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.inject.ast.ElementModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.micronaut.inject.ast.EnumElement
The values that make up this enum.
values() - Static method in enum io.micronaut.inject.visitor.TypeElementVisitor.VisitorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.jackson.databind.convert.ObjectNodeConvertibleValues
 
values() - Method in class io.micronaut.json.convert.JsonNodeConvertibleValues
 
values() - Method in class io.micronaut.json.tree.JsonArray
 
values() - Method in class io.micronaut.json.tree.JsonNode
 
values() - Method in class io.micronaut.json.tree.JsonObject
 
values() - Static method in enum io.micronaut.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.management.endpoint.health.DetailsVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.management.endpoint.health.HealthLevelOfDetail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.management.health.indicator.HealthCheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.retry.CircuitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.scheduling.executor.ExecutorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.scheduling.executor.ThreadSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.scheduling.io.watch.event.WatchEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.micronaut.session.InMemorySession
 
values() - Static method in enum io.micronaut.websocket.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_MATCH_PATTERN - Static variable in class io.micronaut.http.uri.UriMatchTemplate
 
variables(Object...) - Static method in class io.micronaut.context.MessageSourceUtils
Returns a Map whose keys are the index of the varargs.
variables - Variable in class io.micronaut.http.uri.UriMatchTemplate
 
VARY - Static variable in interface io.micronaut.http.HttpHeaders
"Vary".
verifyPartDefinedSize(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
 
Version - Annotation Type in io.micronaut.core.version.annotation
Annotation used to express the version of a component or method.
version() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
VersionAwareRouterListener - Class in io.micronaut.web.router.version
Configuration to decorate Router with version matching logic.
VersionAwareRouterListener(VersionRouteMatchFilter) - Constructor for class io.micronaut.web.router.version.VersionAwareRouterListener
Creates a configuration to decorate existing Router beans with a FilteredRouter.
VersionClientRequestBinder - Class in io.micronaut.http.client.bind.binders
An AnnotatedClientRequestBinder implementation for Version.
VersionClientRequestBinder(BeanContext) - Constructor for class io.micronaut.http.client.bind.binders.VersionClientRequestBinder
 
VersionResolver<T,R> - Interface in io.micronaut.web.router.version.resolution
Resolves a version from a given object.
VersionRouteMatchFilter - Interface in io.micronaut.web.router.version
A marker for RouteMatchFilters related with Versioning.
VersionUtils - Class in io.micronaut.core.version
Utility methods for versioning.
VersionUtils() - Constructor for class io.micronaut.core.version.VersionUtils
 
VIA - Static variable in interface io.micronaut.http.HttpHeaders
"Via".
VIEWPORT_WIDTH - Static variable in interface io.micronaut.http.HttpHeaders
"Viewport-Width".
visit(Element, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
Invoke the underlying visitor for the given element.
visitAnnotationMemberPropertyInjectionPoint(TypedElement, String, String, String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitAnnotationMemberPropertyInjectionPoint(TypedElement, String, String, String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits an annotation injection point.
visitAnnotationMemberPropertyInjectionPoint(TypedElement, String, String, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitAroundMethod(TypedElement, MethodElement) - Method in class io.micronaut.aop.writer.AopProxyWriter
Visit a method that is to be proxied.
visitArray(ArrayType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitBeanDefinitionConstructor(MethodElement, boolean, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
Visits a constructor.
visitBeanDefinitionConstructor(MethodElement, boolean, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits the constructor used to create the bean definition.
visitBeanDefinitionConstructor(MethodElement, boolean, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
Visits the constructor used to create the bean definition.
visitBeanDefinitionEnd() - Method in class io.micronaut.aop.writer.AopProxyWriter
Finalizes the proxy.
visitBeanDefinitionEnd() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Finalize the bean definition to the given output stream.
visitBeanDefinitionEnd() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
Finalize the bean definition to the given output stream.
visitBeanDefinitionInterface(Class<? extends BeanDefinition>) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitBeanDefinitionInterface(Class<? extends BeanDefinition>) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visit a marker interface on the generated bean definition.
visitBeanDefinitionInterface(Class<? extends BeanDefinition>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitBeanElement(BeanElement, VisitorContext) - Method in interface io.micronaut.inject.visitor.BeanElementVisitor
Visits a BeanElement before it is finalized and written to disk, allowing mutation of any annotation metadata before writing the bean definition.
visitBeanFactoryField(ClassElement, FieldElement) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
In the case where the produced class is produced by a factory field annotated with Bean this method should be called.
visitBeanFactoryMethod(ClassElement, MethodElement) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
In the case where the produced class is produced by a factory method annotated with Bean this method should be called.
visitClass(String, Element) - Method in class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
 
visitClass(String, Element...) - Method in class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
 
visitClass(String, Element) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
visitClass(String, Element...) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
visitClass(String, Element...) - Method in class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
visitClass(String, Element) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
visitClass(String, Element...) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.context.visitor.BeanImportVisitor
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.context.visitor.ContextConfigurerVisitor
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
visitClass(ClassElement, VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Executed when a class is encountered that matches the generic.
visitClass(String) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Visits a new class and returns the output stream with which should be written the bytes of the class to be generated.
visitClass(String, Element) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Visits a new class and returns the output stream with which should be written the bytes of the class to be generated.
visitClass(String, Element...) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Visits a new class and returns the output stream with which should be written the bytes of the class to be generated.
visitClass(String, Element) - Method in class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
 
visitClass(String, Element...) - Method in class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
visitConfigBuilderDurationMethod(String, ClassElement, String, String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitConfigBuilderDurationMethod(String, ClassElement, String, String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visit a configuration builder method that accepts a long and a TimeUnit.
visitConfigBuilderDurationMethod(String, ClassElement, String, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitConfigBuilderEnd() - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitConfigBuilderEnd() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Finalize a configuration builder field.
visitConfigBuilderEnd() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitConfigBuilderField(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitConfigBuilderField(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder<?>, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Begin defining a configuration builder.
visitConfigBuilderField(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitConfigBuilderMethod(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitConfigBuilderMethod(String, ClassElement, String, ClassElement, Map<String, ClassElement>, String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitConfigBuilderMethod(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder<?>, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Begin defining a configuration builder.
visitConfigBuilderMethod(String, ClassElement, String, ClassElement, Map<String, ClassElement>, String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visit a configuration builder method.
visitConfigBuilderMethod(ClassElement, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitConfigBuilderMethod(String, ClassElement, String, ClassElement, Map<String, ClassElement>, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitConstructor(ConstructorElement, VisitorContext) - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
visitConstructor(ConstructorElement, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
visitConstructor(ConstructorElement, VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Executed when a constructor is encountered that matches the generic.
visitConstructor(ConstructorElement, VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
visitDeclared(DeclaredType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitDefaultConstructor(AnnotationMetadata, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitDefaultConstructor(AnnotationMetadata, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits the constructor used to create the bean definition in the case where no constructor is present.
visitDefaultConstructor(AnnotationMetadata, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitError(ErrorType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitExecutable(ExecutableType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitExecutableMethod(TypedElement, MethodElement, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitExecutableMethod(TypedElement, MethodElement, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visit a method that is to be made executable allow invocation of said method without reflection.
visitExecutableMethod(TypedElement, MethodElement, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitExecutableMethod(TypedElement, MethodElement, String, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
Visit a method that is to be made executable allow invocation of said method without reflection.
visitExecutableMethod(TypedElement, MethodElement, String, String) - Method in class io.micronaut.inject.writer.ExecutableMethodsDefinitionWriter
Visit a method that is to be made executable allow invocation of said method without reflection.
visitField(FieldElement, VisitorContext) - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
visitField(FieldElement, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
visitField(FieldElement, VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Executed when a field is encountered that matches the generic.
visitField(FieldElement, VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
visitFieldInjectionPoint(TypedElement, FieldElement, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitFieldInjectionPoint(TypedElement, FieldElement, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits a field injection point.
visitFieldInjectionPoint(TypedElement, FieldElement, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitFieldValue(TypedElement, FieldElement, boolean, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitFieldValue(TypedElement, FieldElement, boolean, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits a field injection point.
visitFieldValue(TypedElement, FieldElement, boolean, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitGeneratedFile(String) - Method in class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
 
visitGeneratedFile(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
visitGeneratedFile(String) - Method in class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
visitGeneratedFile(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
visitGeneratedFile(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
Visit a file that will be located within the generated source directory.
visitGeneratedFile(String) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Visit a file that will be generated within the generated sources directory.
visitGeneratedFile(String) - Method in class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
 
visitInterceptorBinding(AnnotationValue<?>...) - Method in class io.micronaut.aop.writer.AopProxyWriter
visitInterceptorTypes.
visitIntersection(IntersectionType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitIntroductionMethod(TypedElement, MethodElement) - Method in class io.micronaut.aop.writer.AopProxyWriter
Visit a abstract method that is to be implemented.
visitMetaInfFile(String) - Method in class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
Deprecated.
visitMetaInfFile(String, Element...) - Method in class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
 
visitMetaInfFile(String, Element...) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
visitMetaInfFile(String, Element...) - Method in class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
visitMetaInfFile(String, Element...) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
visitMetaInfFile(String) - Method in interface io.micronaut.inject.visitor.VisitorContext
Deprecated.
Visiting a file should supply the originating elements. Use VisitorContext.visitMetaInfFile(String, Element...) instead
visitMetaInfFile(String, Element...) - Method in interface io.micronaut.inject.visitor.VisitorContext
Visit a file within the META-INF directory.
visitMetaInfFile(String) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Deprecated.
Visiting a file should supply the originating elements. Use ClassWriterOutputVisitor.visitMetaInfFile(String, Element...) instead
visitMetaInfFile(String, Element...) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Visit a file within the META-INF directory of the classes directory.
visitMetaInfFile(String, Element...) - Method in class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.graal.reflect.GraalTypeElementVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in interface io.micronaut.inject.visitor.TypeElementVisitor
Executed when a method is encountered that matches the generic.
visitMethod(TypedElement, MethodElement) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
Write the method.
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.validation.async.AsyncTypeElementVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.validation.executable.ExecutableVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.validation.routes.RouteValidationVisitor
 
visitMethod(MethodElement, VisitorContext) - Method in class io.micronaut.validation.websocket.WebSocketVisitor
 
visitMethodInjectionPoint(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitMethodInjectionPoint(TypedElement, MethodElement, boolean, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits a method injection point.
visitMethodInjectionPoint(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitNoType(NoType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitNull(NullType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
VisitorConfiguration - Interface in io.micronaut.inject.visitor
Allows supplying configuration to the VisitorContext.
visitorContext - Variable in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
visitorContext - Variable in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
visitorContext - Variable in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
 
VisitorContext - Interface in io.micronaut.inject.visitor
Provides a way for TypeElementVisitor classes to log messages during compilation and fail compilation.
visitorContext - Variable in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
VisitorContextUtils - Class in io.micronaut.inject.util
Internal common helper functions to share among VisitorContext implementations.
VisitorContextUtils() - Constructor for class io.micronaut.inject.util.VisitorContextUtils
 
VISITORS - Static variable in interface io.micronaut.inject.visitor.BeanElementVisitor
The available visitors.
visitPostConstructMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitPostConstructMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits a method injection point.
visitPostConstructMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitPreDestroyMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitPreDestroyMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits a method injection point.
visitPreDestroyMethod(TypedElement, MethodElement, boolean, VisitorContext) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitPrimitive(PrimitiveType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitProperties(T, String) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
visitProperties(T, String, AnnotationMetadata) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
visitProperty(T, T, String, String, String, String) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
Visit a configuration property.
visitProperty(String, String, String, String) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
Visit a configuration property on the last declared properties instance.
visitServiceDescriptor(String, String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
visitServiceDescriptor(String, String) - Method in class io.micronaut.ast.groovy.utils.InMemoryClassWriterOutputVisitor
 
visitServiceDescriptor(String, String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
visitServiceDescriptor(String, String) - Method in class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
 
visitServiceDescriptor(String, String) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Allows adding a class that will be written to the META-INF/services file under the given type and class name.
visitServiceDescriptor(Class, String) - Method in interface io.micronaut.inject.writer.ClassWriterOutputVisitor
Allows adding a class that will be written to the META-INF/services file under the given type and class name.
visitSetterValue(TypedElement, MethodElement, boolean, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitSetterValue(TypedElement, MethodElement, boolean, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits an injection point for a setter.
visitSetterValue(TypedElement, MethodElement, boolean, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitStaticInitializer(ClassVisitor) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
visitSuperBeanDefinition(String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitSuperBeanDefinition(String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Alter the super class of this bean definition.
visitSuperBeanDefinition(String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitSuperBeanDefinitionFactory(String) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitSuperBeanDefinitionFactory(String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Alter the super class of this bean definition to use another factory bean.
visitSuperBeanDefinitionFactory(String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitTypeArguments(Map<String, Map<String, ClassElement>>) - Method in class io.micronaut.aop.writer.AopProxyWriter
 
visitTypeArguments(Map<String, Map<String, ClassElement>>) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Visits the type arguments for the bean.
visitTypeArguments(Map<String, Map<String, ClassElement>>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
 
visitTypeVariable(TypeVariable, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitUnion(UnionType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
visitWildcard(WildcardType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
 
VndError - Class in io.micronaut.http.hateoas
A type that can be used to represent JSON errors that returns a content type of Vnd.Error.
VndError(String) - Constructor for class io.micronaut.http.hateoas.VndError
 
VOID - Static variable in interface io.micronaut.core.type.Argument
Constant for void argument.
VOID - Static variable in class io.micronaut.inject.ast.PrimitiveElement
 
VOID_OBJECT - Static variable in interface io.micronaut.core.type.Argument
Constant for Void object argument.

W

warn(String, Element) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
 
warn(String, Element) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
 
warn(String) - Method in class io.micronaut.context.AbstractBeanDefinition
Allows printing warning messages produced by the compiler.
warn(String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Allows printing warning messages produced by the compiler.
warn(String, Element) - Method in interface io.micronaut.inject.visitor.VisitorContext
Allows printing a warning for the given message and element.
WARNING - Static variable in interface io.micronaut.http.HttpHeaders
"Warning".
warnMissingProperty(Class, String, String) - Method in class io.micronaut.context.AbstractBeanDefinition
Allows printing warning messages produced by the compiler.
warnMissingProperty(Class, String, String) - Method in class io.micronaut.context.AbstractInitializableBeanDefinition
Allows printing warning messages produced by the compiler.
WatchEventType - Enum in io.micronaut.scheduling.io.watch.event
The watch event type.
watchService() - Method in class io.micronaut.scheduling.io.watch.WatchServiceFactory
The default WatchService.
WatchServiceFactory - Class in io.micronaut.scheduling.io.watch
A factory that creates the default watch service.
WatchServiceFactory() - Constructor for class io.micronaut.scheduling.io.watch.WatchServiceFactory
 
WEB_SOCKET_SESSION_KEY - Static variable in class io.micronaut.http.netty.websocket.NettyWebSocketSession
The WebSocket session is stored within a Channel attribute using the given key.
WEBSOCKET_LOCATION - Static variable in interface io.micronaut.http.HttpHeaders
"WebSocket-Location".
WEBSOCKET_ORIGIN - Static variable in interface io.micronaut.http.HttpHeaders
"WebSocket-Origin".
WEBSOCKET_PROTOCOL - Static variable in interface io.micronaut.http.HttpHeaders
"WebSocket-Protocol".
webSocketBean - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
WebSocketBean<T> - Interface in io.micronaut.websocket.context
Wrapper around a WebSocket instance that enables the retrieval of the appropriate methods.
WebSocketBeanRegistry - Interface in io.micronaut.websocket.context
Registry for WebSocket beans.
webSocketBinder - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
WebSocketBroadcaster - Interface in io.micronaut.websocket
Defines WebSocket methods to broadcast messages.
WebSocketClient - Interface in io.micronaut.websocket
Interface that provides a way to connect a client over WebSocket.
WebSocketClientException - Exception in io.micronaut.websocket.exceptions
Exceptions specific to the WebSocket client.
WebSocketClientException(String) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketClientException
 
WebSocketClientException(String, Throwable) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketClientException
 
WebSocketClientFactory - Interface in io.micronaut.websocket
A factory to create WebSocket clients.
WebSocketClientRegistry<W extends WebSocketClient> - Interface in io.micronaut.websocket
Interface for managing the construction and lifecycle of instances of reactive WebSocketClient clients.
WebSocketComponent - Annotation Type in io.micronaut.websocket.annotation
Stereotype meta-annotation declared on both ServerWebSocket and ClientWebSocket.
WebSocketEvent - Class in io.micronaut.websocket.event
Parent class for all events emitted by the WebSocket server.
WebSocketEvent(WebSocketSession) - Constructor for class io.micronaut.websocket.event.WebSocketEvent
Default constructor.
WebSocketException - Exception in io.micronaut.websocket.exceptions
General parent exception for all WebSocket related exceptions.
WebSocketException(String) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketException
 
WebSocketException(String, Throwable) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketException
 
WebSocketHttpResponse - Interface in io.micronaut.http.netty.stream
Combines HttpResponse and Processor into one message.
WebSocketMapping - Annotation Type in io.micronaut.websocket.annotation
Stereotype meta-annotation applied to all WebSocket related annotations such as OnOpen, OnMessage etc..
WebSocketMessageEncoder - Class in io.micronaut.http.netty.websocket
Encapsulate functionality to encode WebSocket messages.
WebSocketMessageEncoder(MediaTypeCodecRegistry) - Constructor for class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
 
WebSocketMessageProcessedEvent<T> - Class in io.micronaut.websocket.event
An event fired after a WebSocket message has been processed.
WebSocketMessageProcessedEvent(WebSocketSession, T) - Constructor for class io.micronaut.websocket.event.WebSocketMessageProcessedEvent
Default constructor.
WebSocketPongMessage - Class in io.micronaut.websocket
Special message class that can be accepted by a @OnMessage method to listen to WebSocket pongs.
WebSocketPongMessage(ByteBuffer<?>) - Constructor for class io.micronaut.websocket.WebSocketPongMessage
 
WebSocketSession - Interface in io.micronaut.websocket
Represents an open WebSocket connection.
WebSocketSessionAware - Interface in io.micronaut.websocket.interceptor
Interface used by ClientWebSocket to gain access to the underlying WebSocketSession.
WebSocketSessionClosedEvent - Class in io.micronaut.websocket.event
Fired when a WebSocketSession is closed on the server.
WebSocketSessionClosedEvent(WebSocketSession) - Constructor for class io.micronaut.websocket.event.WebSocketSessionClosedEvent
Default constructor.
WebSocketSessionException - Exception in io.micronaut.websocket.exceptions
Exceptions related to WebSocketSession interaction.
WebSocketSessionException(String) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketSessionException
 
WebSocketSessionException(String, Throwable) - Constructor for exception io.micronaut.websocket.exceptions.WebSocketSessionException
 
WebSocketSessionOpenEvent - Class in io.micronaut.websocket.event
Fired when a WebSocketSession is opened on the Server.
WebSocketSessionOpenEvent(WebSocketSession) - Constructor for class io.micronaut.websocket.event.WebSocketSessionOpenEvent
Default constructor.
webSocketSessionRepository - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
WebSocketSessionRepository - Interface in io.micronaut.http.netty.websocket
Defines a ChannelGroup repository to handle WebSockets.
WebSocketState - Class in io.micronaut.websocket.bind
Holder object used to bind WebSocket state.
WebSocketState(WebSocketSession, HttpRequest<?>) - Constructor for class io.micronaut.websocket.bind.WebSocketState
Default constructor.
WebSocketStateBinder<T> - Interface in io.micronaut.websocket.bind
Interface for binders that bind from WebSocketState.
WebSocketStateBinderRegistry - Class in io.micronaut.websocket.bind
Handles binding WebSocket arguments from WebSocketState.
WebSocketStateBinderRegistry(RequestBinderRegistry) - Constructor for class io.micronaut.websocket.bind.WebSocketStateBinderRegistry
Default constructor.
webSocketVersion - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
 
WebSocketVersion - Enum in io.micronaut.websocket
Enum representing the different WebSocket versions.
WebSocketVisitor - Class in io.micronaut.validation.websocket
A TypeElementVisitor that validates WebSocket implementations at compile time.
WebSocketVisitor() - Constructor for class io.micronaut.validation.websocket.WebSocketVisitor
 
weigher(Weigher<? super V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity a value consumes.
weigher(EntryWeigher<? super K, ? super V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity an entry consumes.
Weigher<V> - Interface in io.micronaut.core.util.clhm
A class that can determine the weight of a value.
Weighers - Class in io.micronaut.core.util.clhm
A common set of Weigher and EntryWeigher implementations.
weightedSize() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
Returns the weighted size of this map.
weightOf(K, V) - Method in interface io.micronaut.core.util.clhm.EntryWeigher
Measures an entry's weight to determine how many units of capacity that the key and value consumes.
weightOf(V) - Method in interface io.micronaut.core.util.clhm.Weigher
Measures an object's weight to determine how many units of capacity that the value consumes.
where(Predicate<HttpRequest<?>>) - Method in interface io.micronaut.web.router.ErrorRoute
 
where(Predicate<HttpRequest<?>>) - Method in interface io.micronaut.web.router.ResourceRoute
 
where(Predicate<HttpRequest<?>>) - Method in interface io.micronaut.web.router.Route
Match this Route only if the given predicate is true.
where(Predicate<HttpRequest<?>>) - Method in interface io.micronaut.web.router.StatusRoute
 
where(Predicate<HttpRequest<?>>) - Method in interface io.micronaut.web.router.UriRoute
 
WIDTH - Static variable in interface io.micronaut.http.HttpHeaders
"Width".
WildcardElement - Interface in io.micronaut.inject.ast
Represents a wildcard, for example List<?>.
with(AnnotationMetadata) - Method in interface io.micronaut.core.convert.ArgumentConversionContext
Augment this context with annotation metadata.
with(Argument<T>) - Method in interface io.micronaut.core.convert.ConversionContext
Augment this context with data for the given argument.
with(HttpRequest, Runnable) - Static method in class io.micronaut.http.context.ServerRequestContext
Wrap the execution of the given runnable in request context processing.
with(HttpRequest, Supplier<T>) - Static method in class io.micronaut.http.context.ServerRequestContext
Wrap the execution of the given callable in request context processing.
with(HttpRequest, Callable<T>) - Static method in class io.micronaut.http.context.ServerRequestContext
Wrap the execution of the given callable in request context processing.
withArrayDimensions(int) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
withArrayDimensions(int) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
withArrayDimensions(int) - Method in interface io.micronaut.inject.ast.ArrayableClassElement
Convert the class element to an element for the same type, but with the given number of array dimensions.
withArrayDimensions(int) - Method in class io.micronaut.inject.ast.PrimitiveElement
 
withBoundGenericTypes(List<? extends ClassElement>) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
 
withBoundGenericTypes(List<? extends ClassElement>) - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
 
withBoundGenericTypes(List<? extends ClassElement>) - Method in interface io.micronaut.inject.ast.ClassElement
Get a ClassElement instance corresponding to this type, but with the given type arguments.
withConfig(JsonStreamConfig) - Method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
 
withConstructor(Consumer<BeanConstructorElement>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Allows configuring the bean constructor.
withConstructor(Consumer<BeanConstructorElement>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
withFields(ElementQuery<FieldElement>, Consumer<BeanFieldElement>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Allows configuring fields of the bean.
withFields(ElementQuery<FieldElement>, Consumer<BeanFieldElement>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
withMethods(ElementQuery<MethodElement>, Consumer<BeanMethodElement>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Allows configuring methods of the bean.
withMethods(ElementQuery<MethodElement>, Consumer<BeanMethodElement>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
withNewParameters(ParameterElement...) - Method in class io.micronaut.annotation.processing.visitor.JavaMethodElement
 
withNewParameters(ParameterElement...) - Method in class io.micronaut.ast.groovy.visitor.GroovyMethodElement
 
withNewParameters(ParameterElement...) - Method in interface io.micronaut.inject.ast.MethodElement
Takes this method element and transforms into a new method element with the given parameters appended to the existing parameters.
withParameters(Consumer<BeanParameterElement[]>) - Method in interface io.micronaut.inject.ast.beans.BeanConstructorElement
Process the bean parameters.
withParameters(Consumer<BeanParameterElement[]>) - Method in interface io.micronaut.inject.ast.beans.BeanElementBuilder
Allows configuring the parameters for the current constructor.
withParameters(Consumer<BeanParameterElement[]>) - Method in interface io.micronaut.inject.ast.beans.BeanMethodElement
Process the bean parameters.
withParameters(Consumer<BeanParameterElement[]>) - Method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
withUseBigDecimalForFloats(boolean) - Method in class io.micronaut.json.JsonStreamConfig
Whether all normal floating point literals should be represented as BigDecimal.
withUseBigIntegerForInts(boolean) - Method in class io.micronaut.json.JsonStreamConfig
 
withValue(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
withValue(B, T) - Method in interface io.micronaut.core.beans.BeanProperty
This method will attempt to modify the property or if this is a immutable type using a copy constructor to return a new instance with the new value.
withValueInternal(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
Mutates a property value.
withValueUnsafe(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
 
withValueUnsafe(B, T) - Method in interface io.micronaut.core.beans.UnsafeBeanProperty
wrap(ByteBuf) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
 
wrap(byte[]) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
 
wrap(B) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
Wrap an existing buffer.
wrap(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
Wrap an existing buffer.
wrapValues(Map<CharSequence, List<V>>) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
Wraps the values (by default in an unmodifiable map).
wrapValues(Map<CharSequence, List<V>>) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
 
Writable - Interface in io.micronaut.core.io
An interface for classes to implement that are capable of writing themselves to a Writer
writableBytes() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
writableBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
write(byte) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
write(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
write(CharSequence, Charset) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Transfers the specified source CharSequence's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
write(byte[], int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
write(ByteBuffer...) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Write the given ByteBuffer instances to this buffer.
write(ByteBuffer...) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Write the given ByteBuffer instances to this buffer.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
 
write(HttpRequest<?>, MutableHttpResponse<?>, ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
 
write(HttpRequest<?>, MutableHttpResponse<?>, ChannelHandlerContext) - Method in interface io.micronaut.http.server.netty.types.NettyCustomizableResponseType
Write this instance to Netty.
write(HttpRequest<?>, MutableHttpResponse<?>, ChannelHandlerContext) - Method in interface io.micronaut.http.server.netty.types.stream.NettyStreamedCustomizableResponseType
 
write(ConfigurationMetadataBuilder<?>, ClassWriterOutputVisitor) - Method in interface io.micronaut.inject.configuration.ConfigurationMetadataWriter
An interface for classes that can write metadata produced by a ConfigurationMetadataBuilder.
write(ConfigurationMetadataBuilder<?>, ClassWriterOutputVisitor) - Method in class io.micronaut.inject.configuration.JsonConfigurationMetadataWriter
 
write(GeneratorAdapter) - Method in class io.micronaut.inject.writer.StringSwitchWriter
Write the string switch implementation.
Write - Annotation Type in io.micronaut.management.endpoint.annotation
A method designed to annotate an Endpoint write operation.
writeAndClose(Channel, ChannelPool, FluxSink<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient.NettyRequestWriter
 
writeAnnotationDefaults(DefaultAnnotationMetadata, ClassWriter, Type, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Writes out the byte code necessary to instantiate the given DefaultAnnotationMetadata.
writeAnnotationDefaults(Type, ClassWriter, GeneratorAdapter, DefaultAnnotationMetadata, Map<String, Integer>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Write annotation defaults into the given static init block.
writeAnnotationMetadataStaticInitializer(ClassWriter) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
writeAnnotationMetadataStaticInitializer(ClassWriter, Map<String, Integer>) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
writeAttribute(ByteBuffer, byte[], String) - Method in class io.micronaut.http.server.codec.TextStreamCodec
 
writeBeanDefinitionBuilders(ClassWriterOutputVisitor, List<AbstractBeanDefinitionBuilder>) - Static method in class io.micronaut.inject.writer.AbstractBeanDefinitionBuilder
 
writeBinary(Base64Variant, byte[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeBinary(Base64Variant, InputStream, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeBoolean(boolean) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBoolean(boolean) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeBooleanMethod(ClassWriter, String, Supplier<Boolean>) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Writes a method that returns a boolean value with the value supplied by the given supplier.
writeByte(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(ByteBuf, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(ByteBuf, int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(byte[]) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(byte[], int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(ByteBuffer) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(InputStream, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(ScatteringByteChannel, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeBytes(FileChannel, long, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeChar(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeCharSequence(CharSequence, Charset) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeClassToDisk(File, ClassWriter, String) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Writes the class file to disk in the given directory.
writeClassToDisk(OutputStream, ClassWriter) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
 
writeCloseFrameAndTerminate(ChannelHandlerContext, CloseReason) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
Writes the give close reason and terminates the session.
writeDispatchMulti(GeneratorAdapter, int) - Method in interface io.micronaut.inject.writer.DispatchWriter.DispatchTarget
Generate dispatch multi.
writeDispatchMulti(GeneratorAdapter, int) - Method in class io.micronaut.inject.writer.DispatchWriter.InterceptableMethodDispatchTarget
 
writeDispatchMulti(GeneratorAdapter, int) - Method in class io.micronaut.inject.writer.DispatchWriter.MethodDispatchTarget
 
writeDispatchOne(GeneratorAdapter) - Method in interface io.micronaut.inject.writer.DispatchWriter.DispatchTarget
Generate dispatch one.
writeDispatchOne(GeneratorAdapter) - Method in class io.micronaut.inject.writer.DispatchWriter.FieldGetDispatchTarget
 
writeDispatchOne(GeneratorAdapter) - Method in class io.micronaut.inject.writer.DispatchWriter.FieldSetDispatchTarget
 
writeDispatchOne(GeneratorAdapter) - Method in class io.micronaut.inject.writer.DispatchWriter.MethodDispatchTarget
 
writeDouble(double) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeEndArray() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeEndObject() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
WriteEndpointRouteBuilder - Class in io.micronaut.management.endpoint.processors
A processor that processes references to Write operations Endpoint instances.
WriteEndpointRouteBuilder(ApplicationContext, RouteBuilder.UriNamingStrategy, ConversionService<?>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.processors.WriteEndpointRouteBuilder
 
writeFieldName(String) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeFieldName(SerializableString) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeFloat(float) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeGetAnnotationMetadataMethod(ClassWriter) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
 
writeInt(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeInternal(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
Writes a property value.
writeIntLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeLong(long) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeLongLE(long) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeMedium(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeMediumLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeNull() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(long) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(BigInteger) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(double) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(float) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(BigDecimal) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeNumber(String) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeObject(Object) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRaw(String) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRaw(String, int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRaw(char[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRaw(char) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRawValue(String) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRawValue(String, int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeRawValue(char[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writerIndex() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Returns the writerIndex of this buffer.
writerIndex(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
Sets the writerIndex of this buffer.
writerIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writerIndex(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeServiceEntries(Map<String, Set<String>>, Element...) - Method in class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
Writes the service entries.
writeShort(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeShortLE(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
writeStartArray() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeStartObject() - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeString(String) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeString(char[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeString(SerializableString) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeTo(File) - Method in class io.micronaut.aop.writer.AopProxyWriter
Write the proxy to the given compilation directory.
writeTo(OutputStream, Charset) - Method in interface io.micronaut.core.io.Streamable
Write this object to the given OutputStream using StandardCharsets.UTF_8 by default.
writeTo(File) - Method in interface io.micronaut.core.io.Streamable
Write this Writable to the given File.
writeTo(OutputStream) - Method in interface io.micronaut.core.io.Streamable
Write this object to the given OutputStream using StandardCharsets.UTF_8 by default.
writeTo(Writer) - Method in interface io.micronaut.core.io.Writable
Writes this object to the given writer.
writeTo(OutputStream) - Method in interface io.micronaut.core.io.Writable
Write this object to the given OutputStream using StandardCharsets.UTF_8 by default.
writeTo(File) - Method in interface io.micronaut.core.io.Writable
Write this Writable to the given File.
writeTo(OutputStream, Charset) - Method in interface io.micronaut.core.io.Writable
Write this object to the given OutputStream using StandardCharsets.UTF_8 by default.
writeTo(OutputStream) - Method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
Write the class to the output stream, such a JavaFileObject created from a java annotation processor Filer object.
writeTo(Writer) - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
 
writeTo(Writer) - Method in class io.micronaut.inject.configuration.PropertyMetadata
 
writeTo(File) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
Write the class to the target directory.
writeTo(File) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
Write the state of the writer to the given compilation directory.
writeTree(JsonGenerator, JsonNode) - Method in class io.micronaut.jackson.core.tree.JsonNodeTreeCodec
Write a json node to a json stream.
writeTree(TreeNode) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeUTF8String(byte[], int, int) - Method in class io.micronaut.jackson.core.tree.TreeGenerator
 
writeValue(OutputStream, Object) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValue(OutputStream, Argument<T>, T) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValue(OutputStream, Object) - Method in interface io.micronaut.json.JsonMapper
Write an object as json.
writeValue(OutputStream, Argument<T>, T) - Method in interface io.micronaut.json.JsonMapper
Write an object as json.
writeValueAsBytes(Object) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValueAsBytes(Argument<T>, T) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValueAsBytes(Object) - Method in interface io.micronaut.json.JsonMapper
Write an object as json.
writeValueAsBytes(Argument<T>, T) - Method in interface io.micronaut.json.JsonMapper
Write an object as json.
writeValueToTree(Object) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValueToTree(Argument<T>, T) - Method in class io.micronaut.jackson.databind.JacksonDatabindMapper
 
writeValueToTree(Object) - Method in interface io.micronaut.json.JsonMapper
Transform an object value to a json tree.
writeValueToTree(Argument<T>, T) - Method in interface io.micronaut.json.JsonMapper
Transform an object value to a json tree.
writeZero(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
 
WWW_AUTHENTICATE - Static variable in interface io.micronaut.http.HttpHeaders
"WWW-Authenticate".

X

X_AUTH_TOKEN - Static variable in interface io.micronaut.http.HttpHeaders
"X-Auth-Token".

Y

YamlPropertySourceLoader - Class in io.micronaut.context.env.yaml
Loads properties from a YML file.
YamlPropertySourceLoader() - Constructor for class io.micronaut.context.env.yaml.YamlPropertySourceLoader
 

Z

ZERO_ANNOTATED_ELEMENTS - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Constant indicating an zero annotation.
ZERO_ANNOTATION_VALUES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Constant indicating an zero annotation values.
ZERO_ANNOTATIONS - Static variable in class io.micronaut.core.annotation.AnnotationUtil
Constant indicating an zero annotation.
ZERO_ARGUMENTS - Static variable in interface io.micronaut.core.type.Argument
Constant representing zero arguments.
ZERO_ARGUMENTS_CONSTANT - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
 
ZERO_CLASS_ELEMENTS - Static variable in interface io.micronaut.inject.ast.ClassElement
Constant for an empty class element array.
zone(String) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
Sets the zone.
ZONE - Static variable in interface io.micronaut.discovery.ServiceInstance
Constant to represent the zone of the service contained with ServiceInstance.getMetadata().
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links