- ABNORMAL_CLOSURE - Static variable in class io.micronaut.websocket.CloseReason
-
See https://tools.ietf.org/html/rfc6455#section-11.7.
- ABOUT - Static variable in interface io.micronaut.http.hateoas.Link
-
About link.
- AbstractAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> - Class in io.micronaut.core.bind.annotation
-
- AbstractAnnotatedArgumentBinder(ConversionService<?>) - Constructor for class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Constructor.
- AbstractAnnotationMetadataBuilder<T,A> - Class in io.micronaut.inject.annotation
-
- AbstractAnnotationMetadataBuilder() - Constructor for class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Default constructor.
- AbstractAnnotationMetadataWriter - Class in io.micronaut.inject.writer
-
- AbstractAnnotationMetadataWriter(String, Element, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
- AbstractBeanConfiguration - Class in io.micronaut.context
-
- AbstractBeanConfiguration(String) - Constructor for class io.micronaut.context.AbstractBeanConfiguration
-
- AbstractBeanDefinition<T> - Class in io.micronaut.context
-
- AbstractBeanDefinition(Class<T>, Class<?>, String, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractBeanDefinition
-
Constructs a bean definition that is produced from a method call on another type (factory bean).
- AbstractBeanDefinition(Class<T>, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractBeanDefinition
-
Constructs a bean for the given type.
- AbstractBeanDefinitionReference - Class in io.micronaut.context
-
An uninitialized and unloaded component definition with basic information available regarding its requirements.
- AbstractBeanDefinitionReference(String, String) - Constructor for class io.micronaut.context.AbstractBeanDefinitionReference
-
- AbstractBeanIntrospection<T> - Class in io.micronaut.core.beans
-
- AbstractBeanIntrospection(Class<T>, AnnotationMetadata, int) - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospection
-
Base class for bean instrospections.
- AbstractBeanIntrospectionReference<T> - Class in io.micronaut.core.beans
-
Abstract bean introspection reference used by
BeanIntrospector
to soft load introspections.
- AbstractBeanIntrospectionReference() - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospectionReference
-
Default constructor.
- AbstractBeanProperty<B,P> - Class in io.micronaut.core.beans
-
- AbstractBeanProperty(BeanIntrospection<B>, Class<P>, String, AnnotationMetadata, Argument[]) - Constructor for class io.micronaut.core.beans.AbstractBeanProperty
-
Default constructor.
- AbstractBeanResolutionContext - Class in io.micronaut.context
-
- AbstractBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.AbstractBeanResolutionContext
-
- AbstractBufferingHttpContentProcessor<T> - Class in io.micronaut.http.server.netty
-
Abtract implementation of the
HttpContentProcessor
interface that deals with limiting file upload sizes.
- AbstractBufferingHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- AbstractClassFileWriter - Class in io.micronaut.inject.writer
-
Abstract class that writes generated classes to disk and provides convenience methods for building classes.
- AbstractClassFileWriter(Element) - Constructor for class io.micronaut.inject.writer.AbstractClassFileWriter
-
- AbstractClassWriterOutputVisitor - Class in io.micronaut.inject.writer
-
Abstract implementation of the
ClassWriterOutputVisitor
interface that deals with service descriptors in a
common way across Java and Groovy.
- AbstractClassWriterOutputVisitor() - Constructor for class io.micronaut.inject.writer.AbstractClassWriterOutputVisitor
-
- AbstractComputeInstanceMetadata - Class in io.micronaut.discovery.cloud
-
Abstract class representing a cloud computing instance metadata.
- AbstractComputeInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- AbstractEmbeddedApplicationEvent - Class in io.micronaut.runtime.event
-
An abstract event for events specific to server applications.
- AbstractEmbeddedApplicationEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.AbstractEmbeddedApplicationEvent
-
Constructs a prototypical Event.
- AbstractEnvironmentAnnotationMetadata - Class in io.micronaut.inject.annotation
-
- AbstractEnvironmentAnnotationMetadata(AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
Construct a new environment aware annotation metadata.
- AbstractExecutableMethod - Class in io.micronaut.context
-
- AbstractExecutableMethod(Class<?>, String, Argument, Argument...) - Constructor for class io.micronaut.context.AbstractExecutableMethod
-
- AbstractExecutableMethod(Class<?>, String, Argument) - Constructor for class io.micronaut.context.AbstractExecutableMethod
-
- AbstractFunctionExecutor<I,O,C> - Class in io.micronaut.function.executor
-
- AbstractFunctionExecutor() - Constructor for class io.micronaut.function.executor.AbstractFunctionExecutor
-
- AbstractGroovyElement - Class in io.micronaut.ast.groovy.visitor
-
Abstract Groovy element.
- AbstractGroovyElement(SourceUnit, CompilationUnit, AnnotatedNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
Default constructor.
- AbstractHealthIndicator<T> - Class in io.micronaut.management.health.indicator
-
- AbstractHealthIndicator() - Constructor for class io.micronaut.management.health.indicator.AbstractHealthIndicator
-
- AbstractHttpContentProcessor<T> - Class in io.micronaut.http.server.netty
-
Abtract implementation of the
HttpContentProcessor
interface that deals with limiting file upload sizes.
- AbstractHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- AbstractJavaElement - Class in io.micronaut.annotation.processing.visitor
-
An abstract class for other elements to extend from.
- AbstractMessageSource - Class in io.micronaut.context
-
Abstract
MessageSource
implementation that provides basic message interpolation.
- AbstractMessageSource() - Constructor for class io.micronaut.context.AbstractMessageSource
-
- AbstractMessageSource.MessageKey - Class in io.micronaut.context
-
Internal key storage.
- AbstractNettyHttpRequest<B> - Class in io.micronaut.http.netty
-
- AbstractNettyHttpRequest(HttpRequest, ConversionService) - Constructor for class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- AbstractNettyWebSocketHandler - Class in io.micronaut.http.netty.websocket
-
Abstract implementation that handles WebSocket frames.
- AbstractNettyWebSocketHandler(ChannelHandlerContext, RequestBinderRegistry, MediaTypeCodecRegistry, WebSocketBean<?>, HttpRequest<?>, Map<String, Object>, WebSocketVersion, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Default constructor.
- AbstractOpenTracingFilter - Class in io.micronaut.tracing.instrument.http
-
Abstract filter used for Open Tracing based HTTP tracing.
- AbstractOpenTracingFilter(Tracer) - Constructor for class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
Configure tracer in the filter for span creation and propagation across arbitrary transports.
- AbstractParametrizedBeanDefinition<T> - Class in io.micronaut.context
-
- AbstractParametrizedBeanDefinition(Class<T>, Class<?>, String, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- AbstractParametrizedBeanDefinition(Class<T>, AnnotationMetadata, boolean, Argument...) - Constructor for class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- AbstractPropertySourceLoader - Class in io.micronaut.context.env
-
- AbstractPropertySourceLoader() - Constructor for class io.micronaut.context.env.AbstractPropertySourceLoader
-
- AbstractResource<Impl extends AbstractResource> - Class in io.micronaut.http.hateoas
-
- AbstractResource() - Constructor for class io.micronaut.http.hateoas.AbstractResource
-
- AbstractRoundRobinLoadBalancer - Class in io.micronaut.http.client.loadbalance
-
- AbstractRoundRobinLoadBalancer() - Constructor for class io.micronaut.http.client.loadbalance.AbstractRoundRobinLoadBalancer
-
- AbstractServiceInstanceEvent - Class in io.micronaut.discovery.event
-
- AbstractServiceInstanceEvent(ServiceInstance) - Constructor for class io.micronaut.discovery.event.AbstractServiceInstanceEvent
-
Constructs a prototypical Event.
- AbstractSessionEvent - Class in io.micronaut.session.event
-
- AbstractSessionEvent(Session) - Constructor for class io.micronaut.session.event.AbstractSessionEvent
-
Constructs a prototypical Event.
- accept(DeclaredType, Element, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
Write the class to output via a visitor that manages output destination.
- accept(T, E) - Method in interface io.micronaut.core.exceptions.BeanExceptionHandler
-
Handles the exception.
- ACCEPT - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept"
.
- accept() - Method in interface io.micronaut.http.HttpHeaders
-
- accept() - Method in interface io.micronaut.http.HttpRequest
-
A list of accepted
MediaType
instances sorted by their quality rating.
- accept() - Method in class io.micronaut.http.HttpRequestWrapper
-
- accept(MediaType...) - Method in interface io.micronaut.http.MutableHttpRequest
-
- accept(CharSequence...) - Method in interface io.micronaut.http.MutableHttpRequest
-
- accept() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Accept a ClassWriterOutputVisitor to write this writer to disk.
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanConfigurationWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
-
- accept(ClassWriterOutputVisitor) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Write the class to output via a visitor that manages output destination.
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- accept(ClassWriterOutputVisitor) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- accept(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
- ACCEPT_CH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-CH"
.
- ACCEPT_CH_LIFETIME - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-CH"
.
- ACCEPT_CHARSET - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Charset"
.
- ACCEPT_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Encoding"
.
- ACCEPT_LANGUAGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Language"
.
- ACCEPT_PATCH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Patch"
.
- ACCEPT_RANGES - Static variable in interface io.micronaut.http.HttpHeaders
-
"Accept-Ranges"
.
- acceptAll() - Method in interface io.micronaut.web.router.Route
-
- accepted() - Static method in interface io.micronaut.http.HttpResponse
-
- accepted(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- acceptInboundMessage(Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Returns true
if the given message should be handled.
- acceptInboundMessage(Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
-
- acceptInboundMessage(Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Credentials"
.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Headers"
.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Methods"
.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Allow-Origin"
.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Expose-Headers"
.
- ACCESS_CONTROL_MAX_AGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Max-Age"
.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Request-Headers"
.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in interface io.micronaut.http.HttpHeaders
-
"Access-Control-Request-Method"
.
- AccessLog - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
An Access log instance.
- AccessLogFormatParser - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
The access log format parser.
- AccessLogFormatParser(String) - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
Creates an AccessLogFormatParser.
- AccessLogger() - Constructor for class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.AccessLogger
-
- ack() - Method in interface io.micronaut.messaging.Acknowledgement
-
Acknowledges the message.
- Acknowledgement - Interface in io.micronaut.messaging
-
A contract that allows for responding to messages.
- ActiveEnvironment - Interface in io.micronaut.context.env
-
An environment that is active for the current execution
of the application.
- ADAPTED_ARGUMENT_TYPES - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_BEAN - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_METHOD - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- ADAPTED_QUALIFIER - Static variable in class io.micronaut.aop.Adapter.InternalAttributes
-
- Adapter - Annotation Type in io.micronaut.aop
-
An
Adapter
is advice applicable to a method that will create an entirely new bean definition that delegates to the
annotated method.
- Adapter.InternalAttributes - Class in io.micronaut.aop
-
Internal attributes for the adapter annotation.
- add(CharSequence, V) - Method in interface io.micronaut.core.convert.value.MutableConvertibleMultiValues
-
Adds a value for the given key.
- add(CharSequence, V) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
-
- add(CharSequence, CharSequence) - Method in interface io.micronaut.core.type.MutableHeaders
-
Add a header for the given name and value.
- add(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, ZonedDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, Integer) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Add a header for the given name and value.
- add(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpParameters
-
Adds a new http parameter.
- add(CharSequence, List<CharSequence>) - Method in interface io.micronaut.http.MutableHttpParameters
-
Adds a new http parameter.
- add(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- add(CharSequence, List<CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpParameters
-
- add(CharSequence, CharSequence) - Method in class io.micronaut.http.simple.SimpleHttpHeaders
-
- add(CharSequence, List<CharSequence>) - Method in class io.micronaut.http.simple.SimpleHttpParameters
-
- addAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addChannel(Channel) - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
-
Adds a channel to the repository.
- addChannel(Channel) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- addClass(String, byte[]) - Method in class io.micronaut.ast.groovy.utils.InMemoryByteCodeGroovyClassLoader
-
- addConfigurationExcludes(String...) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConfigurationExcludes(String...) - Method in interface io.micronaut.context.env.Environment
-
Exclude configurations by name.
- addConfigurationIncludes(String...) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConfigurationIncludes(String...) - Method in interface io.micronaut.context.env.Environment
-
Exclude configurations by name.
- addContent(ByteBufHolder) - Method in class io.micronaut.http.server.netty.NettyHttpRequest
-
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Adds a type converter.
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Adds a type converter.
- addConverter(Class<S>, Class<T>, TypeConverter<S, T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- addConverter(Class<S>, Class<T>, Function<S, T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- addDeclaredAnnotation(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDeclaredAnnotation(String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDeclaredRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addDeclaredRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addDeclaredRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable declared stereotype value.
- addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addDeclaredStereotype(List<String>, String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addDefaultAnnotationValues(String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds an annotation directly declared on the element and its member values, if the annotation already exists the
data will be merged with existing values replaced.
- addDefaultPropertySources(List<PropertySource>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
Adds default property sources.
- addError(Element, String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- addError(T, String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Adds an error.
- addExecutableMethod(ExecutableMethod<T, ?>) - Method in class io.micronaut.context.AbstractBeanDefinition
-
- addFeature(SerializationFeature, boolean) - Method in class io.micronaut.jackson.codec.JacksonFeatures
-
Add a serialization feature.
- addFeature(DeserializationFeature, boolean) - Method in class io.micronaut.jackson.codec.JacksonFeatures
-
Add a deserialization feature.
- addFilter(String, Supplier<HttpFilter>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- addFilter(String, BeanLocator, BeanDefinition<? extends HttpFilter>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- addFilter(String, Supplier<HttpFilter>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Add a filter.
- addFilter(String, BeanLocator, BeanDefinition<? extends HttpFilter>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Add a filter.
- addFinalHandler(ChannelPipeline) - Method in class io.micronaut.http.client.netty.DefaultHttpClient.HttpClientInitializer
-
Allows overriding the final handler added to the pipeline.
- addInFlightBean(BeanIdentifier, T) - Method in interface io.micronaut.context.BeanResolutionContext
-
Adds a bean that is created as part of the resolution.
- addInFlightBean(BeanIdentifier, T) - Method in class io.micronaut.context.DefaultBeanResolutionContext
-
- addInjectionPoint(Class, Class, String, AnnotationMetadata, Argument[], boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds an injection point for a field.
- addInjectionPoint(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds an injection point for a method that cannot be resolved at runtime, but a compile time produced injection
point exists.
- additionalTypes - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- addMessage(String, String) - Method in class io.micronaut.context.StaticMessageSource
-
Adds a message to the default locale.
- addMessage(Locale, String, String) - Method in class io.micronaut.context.StaticMessageSource
-
Adds a message to the default locale.
- addMutatedMetadata(String, Object, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Used to store metadata mutations at compilation time.
- addOption(String, String) - Method in interface io.micronaut.core.cli.CommandLine.Builder
-
Add an option.
- addPackage(String) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPackage(String) - Method in interface io.micronaut.context.env.Environment
-
Add an application package.
- addPackage(Package) - Method in interface io.micronaut.context.env.Environment
-
Add an application package.
- addPart(String, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, MediaType, File) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPart(String, String, byte[]) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add bytes data to MultipartBody.
- addPart(String, String, MediaType, byte[]) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add bytes data to MultipartBody.
- addPart(String, String, InputStream, long) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a InputStream data to MultipartBody.
- addPart(String, String, MediaType, InputStream, long) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a InputStream data to MultipartBody.
- addPart(String, String) - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
Add a file object to MultipartBody.
- addPostConstruct(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds a post construct method definition.
- addPreDestroy(Class, String, Argument[], AnnotationMetadata, boolean) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Adds a pre destroy method definition.
- addProperty(BeanProperty<T, Object>) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
Adds a property at a particular index of the internal array passed to the constructor.
- addPropertySource(PropertySource) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPropertySource(String, Map<String, ? super Object>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- addPropertySource(PropertySource) - Method in interface io.micronaut.context.env.Environment
-
Adds a property source to this environment.
- addPropertySource(String, Map<String, ? super Object>) - Method in interface io.micronaut.context.env.Environment
-
Add a property source for the given map.
- addPropertySource(PropertySource) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- addPropertySource(String, Map<String, ? super Object>) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
Add a property source for the given map.
- addProxyClass(Feature.BeforeAnalysisAccess, String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Registers the given interfaces for dynamic proxy generation.
- addRawContentSegment(List<UriTemplate.PathSegment>, String, boolean) - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
-
- addRawContentSegment(List<UriTemplate.PathSegment>, String, boolean) - Method in class io.micronaut.http.uri.UriTemplate.UriTemplateParser
-
Adds a raw content segment.
- addRepeatable(String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addRepeatable(String, AnnotationValue, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable annotation value.
- addRepeatableStereotype(List<String>, String, AnnotationValue) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a repeatable stereotype value.
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
-
Adds a request argument binder to the registry.
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in class io.micronaut.websocket.bind.WebSocketStateBinderRegistry
-
- addResourceBundles(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource bundles.
- addResourcePatterns(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource patterns.
- addStereotype(List<String>, String, Map<CharSequence, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addStereotype(List<String>, String, Map<CharSequence, Object>, RetentionPolicy) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Adds a stereotype and its member values, if the annotation already exists the data will be merged with existing
values replaced.
- addValueExtractor(ValueExtractor<?>) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- addVariableSegment(List<UriTemplate.PathSegment>, String, String, String, boolean, boolean, String, char, char, String, boolean) - Method in class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
-
- addVariableSegment(List<UriTemplate.PathSegment>, String, String, String, boolean, boolean, String, char, char, String, boolean) - Method in class io.micronaut.http.uri.UriTemplate.UriTemplateParser
-
Adds a new variable segment.
- advertisedLength - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- advertisedLength - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- advertisedLength - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- after() - Method in enum io.micronaut.http.filter.ServerFilterPhase
-
- AGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Age"
.
- aggregate(InfoSource[]) - Method in class io.micronaut.management.endpoint.info.impl.RxInfoAggregator
-
- aggregate(InfoSource[]) - Method in interface io.micronaut.management.endpoint.info.InfoAggregator
-
Aggregate an array of
InfoSource
and return a publisher.
- aggregate(HealthIndicator[], HealthLevelOfDetail) - Method in interface io.micronaut.management.health.aggregator.HealthAggregator
-
- aggregate(String, Publisher<HealthResult>) - Method in interface io.micronaut.management.health.aggregator.HealthAggregator
-
- aggregate(HealthIndicator[], HealthLevelOfDetail) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregate(String, Publisher<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregateDetails(List<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- aggregateResults(InfoSource[]) - Method in class io.micronaut.management.endpoint.info.impl.RxInfoAggregator
-
- aggregateResults(HealthIndicator[]) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- AggregatingTypeElementVisitorProcessor - Class in io.micronaut.annotation.processing
-
The annotation processed used to execute type element visitors.
- AggregatingTypeElementVisitorProcessor() - Constructor for class io.micronaut.annotation.processing.AggregatingTypeElementVisitorProcessor
-
- Aliases - Annotation Type in io.micronaut.context.annotation
-
A repeatable annotation that allows defining multiple
AliasFor
definitions.
- AliasFor - Annotation Type in io.micronaut.context.annotation
-
Allows specifying an annotation member alias.
- alignNewGenericsInfo(TypeElement, List<? extends TypeMirror>, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Takes a type element and the bound generic information and re-aligns for the new type.
- alignNewGenericsInfo(List<? extends TypeParameterElement>, List<? extends TypeMirror>, Map<String, TypeMirror>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Takes the bound generic information and re-aligns for the new type.
- alignNewGenericsInfo(GenericsType[], GenericsType[], Map<String, ClassNode>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
Align the given generic types.
- ALL - Static variable in class io.micronaut.http.MediaType
-
A wildcard media type representing all types.
- ALL - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
The ID used to refer to all.
- ALL - Static variable in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
Constant for a mapping to all tenants.
- ALL_TYPE - Static variable in class io.micronaut.http.MediaType
-
A wildcard media type representing all types.
- alloc() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- ALLOW - Static variable in interface io.micronaut.http.HttpHeaders
-
"Allow"
.
- allow(HttpMethod...) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- allow(Collection<HttpMethod>) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- allowGeneric(Collection<? extends CharSequence>) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Set the allowed HTTP methods.
- AMAZON_EC2 - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider amazon ec2.
- AmazonComputeInstanceMetadataResolver - Class in io.micronaut.discovery.cloud.aws
-
- AmazonComputeInstanceMetadataResolver(ObjectMapper, AmazonMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.aws.AmazonComputeInstanceMetadataResolver
-
- AmazonComputeInstanceMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonComputeInstanceMetadataResolver
-
- AmazonEC2InstanceMetadata - Class in io.micronaut.discovery.cloud.aws
-
- AmazonEC2InstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonEC2InstanceMetadata
-
- AmazonMetadataConfiguration - Class in io.micronaut.discovery.cloud.aws
-
- AmazonMetadataConfiguration() - Constructor for class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- ANDROID - Static variable in interface io.micronaut.context.env.Environment
-
The android environment.
- andThen(Function<? super R, ? extends V>) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- ANN_CONSTRAINT - Static variable in interface io.micronaut.validation.validator.Validator
-
Annotation used to define a constraint.
- ANN_VALID - Static variable in interface io.micronaut.validation.validator.Validator
-
Annotation used to define an object as valid.
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.annotation.processing.visitor.AbstractJavaElement
-
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
- annotate(AnnotationMetadata, AnnotationValue<A2>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Annotate an existing annotation metadata object.
- annotate(String, Consumer<AnnotationValueBuilder<T>>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(String) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(Class<T>, Consumer<AnnotationValueBuilder<T>>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- annotate(Class<T>) - Method in interface io.micronaut.inject.ast.Element
-
Annotate this element with the given annotation type.
- AnnotatedArgumentBinder<A extends java.lang.annotation.Annotation,T,S> - Interface in io.micronaut.core.bind.annotation
-
- AnnotatedElement - Interface in io.micronaut.core.annotation
-
An annotated element is some point in the code, whether it be a constructor, field,
method etc.
- AnnotatedElementValidator - Interface in io.micronaut.inject.annotation
-
Abstract validator for
AnnotatedElement
that may represent source code level validation routes
executed at compilation time.
- AnnotatedFilterRouteBuilder - Class in io.micronaut.web.router
-
- AnnotatedFilterRouteBuilder(BeanContext, ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>, ServerContextPathProvider) - Constructor for class io.micronaut.web.router.AnnotatedFilterRouteBuilder
-
Constructor.
- AnnotatedFunctionRouteBuilder - Class in io.micronaut.function.web
-
- AnnotatedFunctionRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>, MediaTypeCodecRegistry, String) - Constructor for class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
-
Constructor.
- AnnotatedMethodRouteBuilder - Class in io.micronaut.web.router
-
Responsible for building
Route
instances for the annotations found in the
io.micronaut.http.annotation
package.
- AnnotatedMethodRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>) - Constructor for class io.micronaut.web.router.AnnotatedMethodRouteBuilder
-
- AnnotatedRequestArgumentBinder<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.http.bind.binders
-
- AnnotatedTypeInfo - Interface in io.micronaut.core.annotation
-
An interface that provides an abstraction for checking for the existence of annotations.
- AnnotationClassValue<T> - Class in io.micronaut.core.annotation
-
An annotation class value is a reference to a class in annotation metadata.
- AnnotationClassValue(String) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for the type that is not present.
- AnnotationClassValue(Class<T>) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- AnnotationClassValue(String, boolean) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- AnnotationClassValue(T) - Constructor for class io.micronaut.core.annotation.AnnotationClassValue
-
Constructs a class value for a type that is present.
- annotationClassValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- annotationClassValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
- annotationClassValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- annotationClassValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
- AnnotationMapper<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
An AnnotationMapper
is a type that is capable of mapping a given annotation to one or many annotations at compile time.
- AnnotationMetadata - Interface in io.micronaut.core.annotation
-
An interface implemented at compile time by Micronaut that allows the inspection of annotation metadata and
stereotypes (meta-annotations)
- annotationMetadata - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- annotationMetadata - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
- AnnotationMetadataDelegate - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataException - Exception in io.micronaut.inject.annotation
-
- AnnotationMetadataException(String, Throwable) - Constructor for exception io.micronaut.inject.annotation.AnnotationMetadataException
-
- AnnotationMetadataException(String) - Constructor for exception io.micronaut.inject.annotation.AnnotationMetadataException
-
- AnnotationMetadataHierarchy - Class in io.micronaut.inject.annotation
-
Used to represent an annotation metadata hierarchy.
- AnnotationMetadataHierarchy(AnnotationMetadata...) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Default constructor.
- AnnotationMetadataProvider - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataReference - Class in io.micronaut.inject.annotation
-
- AnnotationMetadataReference(String, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataReference
-
- AnnotationMetadataResolver - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataWriter - Class in io.micronaut.inject.annotation
-
- AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata, boolean) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
Constructs a new writer for the given class name and metadata.
- AnnotationMetadataWriter(String, ClassElement, AnnotationMetadata) - Constructor for class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
Constructs a new writer for the given class name and metadata.
- AnnotationProcessingOutputVisitor - Class in io.micronaut.annotation.processing
-
- AnnotationProcessingOutputVisitor(Filer) - Constructor for class io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor
-
- AnnotationProcessor<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.context.processor
-
An annotation processor is an object that processes the presence if a given annotation.
- AnnotationRemapper - Interface in io.micronaut.inject.annotation
-
Allows remapping of annotations from one annotation set to another at compilation time.
- AnnotationScanner - Interface in io.micronaut.core.io.scan
-
Interface for classes that scan for classes with a given annotation.
- AnnotationSource - Interface in io.micronaut.core.annotation
-
A source of annotations.
- AnnotationTransformer<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
An AnnotationTransformer
transforms an annotation definition into one or many other annotation
definitions discarding the original annotation.
- annotationType() - Method in interface io.micronaut.context.scope.CustomScope
-
- annotationType() - Method in interface io.micronaut.core.convert.format.FormattingTypeConverter
-
- annotationType() - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- annotationType() - Method in interface io.micronaut.inject.annotation.TypedAnnotationMapper
-
The annotation type to be mapped.
- annotationType() - Method in interface io.micronaut.inject.annotation.TypedAnnotationTransformer
-
The annotation type to be mapped.
- annotationType() - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
-
- AnnotationUtil - Class in io.micronaut.core.annotation
-
Internal utility methods for annotations.
- AnnotationUtil() - Constructor for class io.micronaut.core.annotation.AnnotationUtil
-
- AnnotationUtils - Class in io.micronaut.annotation.processing
-
Utility methods for annotations.
- AnnotationUtils(ProcessingEnvironment, Elements, Messager, Types, ModelUtils, GenericUtils, Filer, MutableConvertibleValues<Object>) - Constructor for class io.micronaut.annotation.processing.AnnotationUtils
-
Default constructor.
- AnnotationUtils(ProcessingEnvironment, Elements, Messager, Types, ModelUtils, GenericUtils, Filer) - Constructor for class io.micronaut.annotation.processing.AnnotationUtils
-
Default constructor.
- AnnotationValue<A extends java.lang.annotation.Annotation> - Class in io.micronaut.core.annotation
-
A runtime representation of the an annotation and its values.
- AnnotationValue(String, Map<CharSequence, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, RetentionPolicy) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>, RetentionPolicy) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, ConvertibleValues<Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(AnnotationValue<A>, Map<String, Object>, ConvertibleValues<Object>, Function<Object, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
Internal copy constructor.
- AnnotationValueBuilder<T extends java.lang.annotation.Annotation> - Class in io.micronaut.core.annotation
-
A build for annotation values.
- AnnotationValueResolver - Interface in io.micronaut.core.annotation
-
Interface for types that resolve annotation values.
- ANT - Static variable in interface io.micronaut.core.util.PathMatcher
-
The default Ant style patch matcher.
- AntPathMatcher - Class in io.micronaut.core.util
-
PathMatcher implementation for Ant-style path patterns.
- AntPathMatcher() - Constructor for class io.micronaut.core.util.AntPathMatcher
-
- ANY - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Constant to represent any value.
- ANY_METHOD - Static variable in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
Constant to represent any method.
- AopProxyWriter - Class in io.micronaut.aop.writer
-
A class that generates AOP proxy classes at compile time.
- AopProxyWriter(BeanDefinitionWriter, Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(BeanDefinitionWriter, OptionalValues<Boolean>, Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(String, String, boolean, Element, AnnotationMetadata, Object[], Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- AopProxyWriter(String, String, boolean, boolean, Element, AnnotationMetadata, Object[], Object...) - Constructor for class io.micronaut.aop.writer.AopProxyWriter
-
- APPLICATION_ATOM_XML - Static variable in class io.micronaut.http.MediaType
-
Atom: application/atom+xml.
- APPLICATION_ATOM_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
Atom: application/atom+xml.
- APPLICATION_FORM_URLENCODED - Static variable in class io.micronaut.http.MediaType
-
Form encoded data: application/x-www-form-urlencoded.
- APPLICATION_FORM_URLENCODED_TYPE - Static variable in class io.micronaut.http.MediaType
-
Form encoded data: application/x-www-form-urlencoded.
- APPLICATION_GRAPHQL - Static variable in class io.micronaut.http.MediaType
-
GraphQL: application/graphql.
- APPLICATION_GRAPHQL_TYPE - Static variable in class io.micronaut.http.MediaType
-
GraphQL: application/graphql.
- APPLICATION_HAL_JSON - Static variable in class io.micronaut.http.MediaType
-
HAL JSON: application/hal+json.
- APPLICATION_HAL_JSON_TYPE - Static variable in class io.micronaut.http.MediaType
-
HAL JSON: application/hal+json.
- APPLICATION_HAL_XML - Static variable in class io.micronaut.http.MediaType
-
HAL XML: application/hal+xml.
- APPLICATION_HAL_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
HAL XML: application/hal+xml.
- APPLICATION_JSON - Static variable in class io.micronaut.http.MediaType
-
JSON: application/json.
- APPLICATION_JSON_STREAM - Static variable in class io.micronaut.http.MediaType
-
JSON Stream: application/x-json-stream.
- APPLICATION_JSON_STREAM_TYPE - Static variable in class io.micronaut.http.MediaType
-
JSON Stream: application/x-json-stream.
- APPLICATION_JSON_TYPE - Static variable in class io.micronaut.http.MediaType
-
JSON: application/json.
- APPLICATION_NAME - Static variable in class io.micronaut.runtime.ApplicationConfiguration
-
Property name for Micronaut application name.
- APPLICATION_OCTET_STREAM - Static variable in class io.micronaut.http.MediaType
-
BINARY: application/octet-stream.
- APPLICATION_OCTET_STREAM_TYPE - Static variable in class io.micronaut.http.MediaType
-
BINARY: application/octet-stream.
- APPLICATION_VND_ERROR - Static variable in class io.micronaut.http.MediaType
-
VND Error: application/vnd.error+json.
- APPLICATION_VND_ERROR_TYPE - Static variable in class io.micronaut.http.MediaType
-
VND Error: application/vnd.error+json.
- APPLICATION_XHTML - Static variable in class io.micronaut.http.MediaType
-
XHTML: application/xhtml+xml.
- APPLICATION_XHTML_TYPE - Static variable in class io.micronaut.http.MediaType
-
XHTML: application/xhtml+xml.
- APPLICATION_XML - Static variable in class io.micronaut.http.MediaType
-
XML: application/xml.
- APPLICATION_XML_TYPE - Static variable in class io.micronaut.http.MediaType
-
XML: application/xml.
- APPLICATION_YAML - Static variable in class io.micronaut.http.MediaType
-
YAML: application/x-yaml.
- APPLICATION_YAML_TYPE - Static variable in class io.micronaut.http.MediaType
-
YAML: application/x-yaml.
- applicationConfiguration - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- ApplicationConfiguration - Class in io.micronaut.runtime
-
Common application configuration.
- ApplicationConfiguration() - Constructor for class io.micronaut.runtime.ApplicationConfiguration
-
- ApplicationConfiguration.InstanceConfiguration - Class in io.micronaut.runtime
-
Configuration for instance settings.
- ApplicationContext - Interface in io.micronaut.context
-
An application context extends a
BeanContext
and adds the concepts of configuration, environments and
runtimes.
- ApplicationContextBuilder - Interface in io.micronaut.context
-
An interface for building an application context.
- ApplicationContextConfiguration - Interface in io.micronaut.context
-
An interface for configuring an application context.
- ApplicationContextLifeCycle<T extends ApplicationContextLifeCycle> - Interface in io.micronaut.context
-
An interface for classes that manage the
ApplicationContext
life cycle and shut it down when the class is shutdown.
- ApplicationContextProvider - Interface in io.micronaut.context
-
- ApplicationEvent - Class in io.micronaut.context.event
-
- ApplicationEvent(Object) - Constructor for class io.micronaut.context.event.ApplicationEvent
-
Constructs a prototypical Event.
- ApplicationEventListener<E> - Interface in io.micronaut.context.event
-
An interface for receivers of application events.
- ApplicationEventPublisher - Interface in io.micronaut.context.event
-
- ApplicationShutdownEvent - Class in io.micronaut.runtime.event
-
- ApplicationShutdownEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.ApplicationShutdownEvent
-
Constructs a prototypical Event.
- ApplicationStartupEvent - Class in io.micronaut.runtime.event
-
- ApplicationStartupEvent(EmbeddedApplication<?>) - Constructor for class io.micronaut.runtime.event.ApplicationStartupEvent
-
Constructs a prototypical Event.
- ApplicationStartupException - Exception in io.micronaut.runtime.exceptions
-
Thrown when the application fails to start.
- ApplicationStartupException(String, Throwable) - Constructor for exception io.micronaut.runtime.exceptions.ApplicationStartupException
-
Create exception with detailed message and cause.
- ApplicationStartupException(String) - Constructor for exception io.micronaut.runtime.exceptions.ApplicationStartupException
-
Create exception with detailed message and cause.
- apply(T) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Applies this function to the given argument.
- applyDefaultPorts(List<Integer>) - Method in class io.micronaut.web.router.DefaultRouter
-
- applyDefaultPorts(List<Integer>) - Method in class io.micronaut.web.router.filter.FilteredRouter
-
- applyDefaultPorts(List<Integer>) - Method in interface io.micronaut.web.router.Router
-
Sets the ports the application will listen to by default.
- applyFilterToResponsePublisher(HttpRequest<?>, HttpRequest<I>, URI, AtomicReference<HttpRequest>, Publisher<HttpResponse<O>>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- areAnnotationDefaultsRegistered(String) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Returns whether annotation defaults are registered for the give annotation.
- areEqual(Object, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Computes whether 2 annotation values are equal.
- areTypesCompatible(List<Class>) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
- areTypesCompatible(Class[], List<Class>) - Static method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
Are the given types compatible.
- args(String...) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Set the command line arguments.
- args(String...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- args(String...) - Method in class io.micronaut.runtime.Micronaut
-
- Argument<T> - Interface in io.micronaut.core.type
-
Represents an argument to a method or constructor or type.
- ArgumentBeanType<T> - Class in io.micronaut.inject
-
- ArgumentBeanType(Argument<T>) - Constructor for class io.micronaut.inject.ArgumentBeanType
-
Default constructor.
- ArgumentBinder<T,S> - Interface in io.micronaut.core.bind
-
An interface capable of binding the value of an
Argument
from a source
- ArgumentBinder.BindingResult<T> - Interface in io.micronaut.core.bind
-
The result of binding.
- ArgumentBinderRegistry<S> - Interface in io.micronaut.core.bind
-
- ArgumentCheck(ArgumentUtils.Check) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
-
- ArgumentCheck(String, T) - Constructor for class io.micronaut.core.util.ArgumentUtils.ArgumentCheck
-
- ArgumentConversionContext<T> - Interface in io.micronaut.core.convert
-
- ArgumentInjectionPoint<B,T> - Interface in io.micronaut.inject
-
An injection point for a method or constructor argument.
- argumentType() - Method in interface io.micronaut.core.bind.TypeArgumentBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- argumentType() - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.OptionalSessionArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
-
- argumentType() - Method in class io.micronaut.session.binder.SessionArgumentBinder
-
- ArgumentUtils - Class in io.micronaut.core.util
-
Utility methods for checking method argument values.
- ArgumentUtils() - Constructor for class io.micronaut.core.util.ArgumentUtils
-
- ArgumentUtils.ArgumentCheck<T> - Class in io.micronaut.core.util
-
Allows producing error messages.
- ArgumentUtils.Check - Interface in io.micronaut.core.util
-
Functional interface the check a condition.
- ArgumentValue<V> - Interface in io.micronaut.core.type
-
- Around - Annotation Type in io.micronaut.aop
-
Annotation stereotype to applied to other annotations to indicate the annotation provides Around advice.
- array() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- arrayDimensions - Variable in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- arrayDimensions - Variable in class io.micronaut.ast.groovy.visitor.GroovyClassElement
-
- ArrayNodeToArrayConverter - Class in io.micronaut.jackson.convert
-
- ArrayNodeToArrayConverter(Provider<ObjectMapper>) - Constructor for class io.micronaut.jackson.convert.ArrayNodeToArrayConverter
-
Deprecated.
Create a converter to convert form ArrayNode to Array.
- ArrayNodeToIterableConverter - Class in io.micronaut.jackson.convert
-
- ArrayNodeToIterableConverter(ConversionService) - Constructor for class io.micronaut.jackson.convert.ArrayNodeToIterableConverter
-
Deprecated.
Create a new converter to convert from json to given type iteratively.
- arrayNodeToIterableConverter() - Method in class io.micronaut.jackson.convert.JacksonConverterRegistrar
-
- arrayNodeToObjectConverter() - Method in class io.micronaut.jackson.convert.JacksonConverterRegistrar
-
- arrayOffset() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- arrays - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
-
Arrays requiring reflective instantiation.
- arrayTypeForPrimitive(String) - Static method in class io.micronaut.core.reflect.ClassUtils
-
Returns the array type for the given primitive type name.
- ArrayUtils - Class in io.micronaut.core.util
-
Utility methods for working with arrays.
- ArrayUtils() - Constructor for class io.micronaut.core.util.ArrayUtils
-
- asArgument() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- asArgument() - Method in interface io.micronaut.core.beans.BeanProperty
-
Represent the type as an argument, including any generic type information.
- asArgument() - Method in interface io.micronaut.core.type.ReturnType
-
- asArgument() - Method in interface io.micronaut.inject.FieldInjectionPoint
-
Convert this field to an
Argument
reference.
- ascendingKeySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns a unmodifiable snapshot Set
view of the keys contained in
this map.
- ascendingKeySetWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- ascendingMap() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- ascendingMapWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- asEntryWeigher(Weigher<? super V>) - Static method in class io.micronaut.core.util.clhm.Weighers
-
A entry weigher backed by the specified weigher.
- asHyphenatedName(Class) - Method in enum io.micronaut.core.naming.conventions.TypeConvention
-
Returns the hyphenated equivalent for this convention for the given class.
- asInputStream() - Method in interface io.micronaut.core.io.Readable
-
Represent this Readable as an input stream.
- asMap() - Method in class io.micronaut.context.env.MapPropertySource
-
The backing map (unmodifiable).
- asMap() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- asMap(Class<KT>, Class<VT>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- asNativeBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
- asNioBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's readable bytes as an NIO ByteBuffer
.
- asNioBuffer(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's sub-region as an NIO ByteBuffer
.
- asParameterizedType() - Method in interface io.micronaut.core.type.Argument
-
Represent this argument as a ParameterizedType
.
- asProperties() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
Return this
ConvertibleValues
as a
Properties
object returning only keys and values that
can be represented as a string.
- asPropertyName(Class) - Method in enum io.micronaut.core.naming.conventions.TypeConvention
-
Returns the property name equivalent for this convention for the given class.
- asReader() - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable using StandardCharsets.UTF_8
.
- asReader(Charset) - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable.
- asReadOnly() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- Async - Annotation Type in io.micronaut.scheduling.annotation
-
An annotation that can be applied to any method that returns void or an instance of CompletionStage
to indicate the actual execution should occur
on the given thread pool.
- AsyncInterceptor - Class in io.micronaut.scheduling.async
-
Interceptor implementation for the
Async
annotation.
- AsyncReporterConfiguration - Class in io.micronaut.tracing.brave
-
A configuration for async Reporting on Span
instances.
- AsyncReporterConfiguration(BraveTracerConfiguration, Sender) - Constructor for class io.micronaut.tracing.brave.AsyncReporterConfiguration
-
Create a configuration for async Reporting on Span
instances.
- AsyncSingleResultPublisher<T> - Class in io.micronaut.core.async.publisher
-
A Publisher
that uses an ExecutorService
to emit a single result.
- AsyncSingleResultPublisher(ExecutorService, Supplier<T>) - Constructor for class io.micronaut.core.async.publisher.AsyncSingleResultPublisher
-
Constructor.
- AsyncSingleResultPublisher(Supplier<T>) - Constructor for class io.micronaut.core.async.publisher.AsyncSingleResultPublisher
-
Constructor.
- AsyncTypeElementVisitor - Class in io.micronaut.validation.async
-
- AsyncTypeElementVisitor() - Constructor for class io.micronaut.validation.async.AsyncTypeElementVisitor
-
- attach(String) - Method in class io.micronaut.http.server.types.files.StreamedFile
-
Sets the file to be downloaded as an attachment.
- attach() - Method in class io.micronaut.http.server.types.files.SystemFile
-
Sets the file to be downloaded as an attachment.
- attach(String) - Method in class io.micronaut.http.server.types.files.SystemFile
-
Sets the file to be downloaded as an attachment.
- ATTACHMENT_HEADER - Static variable in interface io.micronaut.http.server.types.files.FileCustomizableResponseType
-
- AttributeConverter - Class in io.micronaut.http.server.netty.converters
-
- AttributeConverter(ConversionService<?>) - Constructor for class io.micronaut.http.server.netty.converters.AttributeConverter
-
Deprecated.
- AttributeHolder - Interface in io.micronaut.core.attr
-
An interface for objects that have attributes.
- attributeMap - Variable in class io.micronaut.session.InMemorySession
-
- attributes - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- attributes - Variable in class io.micronaut.session.InMemorySession
-
- auth(String, String) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Used to configure BASIC authentication.
- auth(String) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Used to configure BASIC authentication.
- AUTHORIZATION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Authorization"
.
- AUTHORIZATION_INFO - Static variable in interface io.micronaut.http.HttpHeaders
-
"Authorization"
.
- AUTHORIZATION_PREFIX_BASIC - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"Basic"
.
- AUTHORIZATION_PREFIX_BEARER - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"Bearer"
.
- AutomaticFeatureUtils - Class in io.micronaut.core.graal
-
Utility methods for implementing Graal's AutomaticFeature
.
- AutomaticFeatureUtils() - Constructor for class io.micronaut.core.graal.AutomaticFeatureUtils
-
- AutoRegistration - Class in io.micronaut.discovery.registration
-
A base class for classes that automatically register the server with discovery services.
- AutoRegistration(RegistrationConfiguration) - Constructor for class io.micronaut.discovery.registration.AutoRegistration
-
Initialize given configurations.
- availabilityZone - Variable in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- AVAILABLE_PROCESSORS - Static variable in class io.micronaut.scheduling.executor.UserExecutorConfiguration
-
Number of available processors.
- awaitTermination(long, TimeUnit) - Method in interface io.micronaut.scheduling.instrument.InstrumentedExecutorService
-
- AWS_API_VERSION - Static variable in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- AWS_METADATA_URL - Static variable in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- AZURE - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider Microsoft Azure.
- BAD_GATEWAY - Static variable in class io.micronaut.websocket.CloseReason
-
See https://tools.ietf.org/html/rfc6455#section-11.7.
- badRequest() - Static method in interface io.micronaut.http.HttpResponse
-
- badRequest(T) - Static method in interface io.micronaut.http.HttpResponse
-
- BARE_METAL - Static variable in interface io.micronaut.context.env.Environment
-
Cloud or non cloud provider on bare metal (unknown).
- BASIC_TYPE_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- BasicAuth - Class in io.micronaut.http
-
A class representing basic auth authorization header.
- BasicAuth(String, String) - Constructor for class io.micronaut.http.BasicAuth
-
- basicAuth(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
- basicAuth(CharSequence, CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- BasicAuthArgumentBinder - Class in io.micronaut.http.server.netty.binders
-
Responsible for binding to a
BasicAuth
argument from the authorization
header in the request.
- BasicAuthArgumentBinder() - Constructor for class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- BasicObjectRouteMatch - Class in io.micronaut.web.router
-
A route match designed to return an existing object.
- BasicObjectRouteMatch(Object) - Constructor for class io.micronaut.web.router.BasicObjectRouteMatch
-
- Bean - Annotation Type in io.micronaut.context.annotation
-
Annotation used to configure a bean.
- bean - Variable in class io.micronaut.context.event.BeanEvent
-
- BeanConfiguration - Interface in io.micronaut.inject
-
A BeanConfiguration is a grouping of several
BeanDefinition
instances.
- BeanConfigurationWriter - Class in io.micronaut.inject.writer
-
Writes configuration classes for configuration packages using ASM.
- BeanConfigurationWriter(String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanConfigurationWriter
-
- BeanContext - Interface in io.micronaut.context
-
The core BeanContext abstraction which allows for dependency injection of classes annotated with
Inject
.
- BeanContextConditional - Interface in io.micronaut.inject
-
Interface for other types that are conditional within a context.
- BeanContextConfiguration - Interface in io.micronaut.context
-
- BeanContextEvent - Class in io.micronaut.context.event
-
A BeanContextEvent is an event fired from the
BeanContext
instance.
- BeanContextEvent(BeanContext) - Constructor for class io.micronaut.context.event.BeanContextEvent
-
Constructs a prototypical Event.
- BeanContextException - Exception in io.micronaut.context.exceptions
-
An exception that occurs loading the context.
- BeanContextException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanContextException
-
- BeanContextException(String) - Constructor for exception io.micronaut.context.exceptions.BeanContextException
-
- BeanCreatedEvent<T> - Class in io.micronaut.context.event
-
An event fired when a bean is created and fully initialized.
- BeanCreatedEvent(BeanContext, BeanDefinition<T>, BeanIdentifier, T) - Constructor for class io.micronaut.context.event.BeanCreatedEvent
-
- BeanCreatedEventListener<T> - Interface in io.micronaut.context.event
-
An event listener that is triggered each time a bean is created.
- BeanCreationException - Exception in io.micronaut.context.exceptions
-
A base class for exceptions that occurred during bean creation.
- BeanCreationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanResolutionContext, String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanResolutionContext, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanType<T>, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- BeanCreationException(BeanType<T>, String) - Constructor for exception io.micronaut.context.exceptions.BeanCreationException
-
- beanDefinition - Variable in class io.micronaut.context.event.BeanEvent
-
- BeanDefinition<T> - Interface in io.micronaut.inject
-
Defines a bean definition and its requirements.
- BeanDefinitionData<T> - Interface in io.micronaut.management.endpoint.beans
-
Returns data for a given bean definition to be used for the
BeansEndpoint
.
- BeanDefinitionDataCollector<T> - Interface in io.micronaut.management.endpoint.beans
-
Used to respond with bean information used for the
BeansEndpoint
.
- BeanDefinitionInjectProcessor - Class in io.micronaut.annotation.processing
-
The core annotation processor used to generate bean definitions and power AOP for Micronaut.
- BeanDefinitionInjectProcessor() - Constructor for class io.micronaut.annotation.processing.BeanDefinitionInjectProcessor
-
- BeanDefinitionMethodReference<T,R> - Interface in io.micronaut.inject
-
- BeanDefinitionProcessor<A extends java.lang.annotation.Annotation> - Interface in io.micronaut.context.processor
-
A bean definition processor is a processor that is called once for each bean annotated with the given annotation type.
- BeanDefinitionReference<T> - Interface in io.micronaut.inject
-
A bean definition reference provides a reference to a
BeanDefinition
thus
allowing for soft loading of bean definitions without loading the actual types.
- BeanDefinitionReferenceWriter - Class in io.micronaut.inject.writer
-
Writes the bean definition class file to disk.
- BeanDefinitionReferenceWriter(String, String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionReferenceWriter
-
- BeanDefinitionRegistry - Interface in io.micronaut.context
-
Core bean definition registry interface containing methods to find
BeanDefinition
instances.
- BeanDefinitionValidator - Interface in io.micronaut.inject.validation
-
Interface to integrate bean validation into the construction of beans within the
BeanContext
.
- BeanDefinitionVisitor - Interface in io.micronaut.inject.writer
-
- BeanDefinitionWriter - Class in io.micronaut.inject.writer
-
- BeanDefinitionWriter(String, String, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter(String, String, String, String, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.BeanDefinitionWriter
-
Creates a bean definition writer.
- BeanDefinitionWriter.MethodVisitData - Class in io.micronaut.inject.writer
-
Data used when visiting method.
- beanDeserializerModifiers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- BeanEvent<T> - Class in io.micronaut.context.event
-
An abstract bean event.
- BeanEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanEvent
-
- BeanExceptionHandler<T,E extends java.lang.Throwable> - Interface in io.micronaut.core.exceptions
-
An exception handler capable of receiving a bean that originated the exception and an exception type.
- BeanFactory<T> - Interface in io.micronaut.inject
-
An interface for classes that are capable of taking the
BeanDefinition
instance and building a concrete
instance.
- BeanIdentifier - Interface in io.micronaut.inject
-
An identifier for a
Bean
that can be used as a key to uniquely identify an
instance.
- BeanInfo<T> - Interface in io.micronaut.core.beans
-
- BeanInitializedEventListener<T> - Interface in io.micronaut.context.event
-
Allows hooking into bean instantiation at the point prior to when PostConstruct
initialization hooks have been called and in the case of bean Provider
instances the
Provider.get()
method has not yet been invoked.
- BeanInitializingEvent<T> - Class in io.micronaut.context.event
-
An event fired when a bean's properties have been populated but initialization hooks (such as
PostConstruct
methods) have not yet been triggered.
- BeanInitializingEvent(BeanContext, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.event.BeanInitializingEvent
-
- BeanInstantiationException - Exception in io.micronaut.context.exceptions
-
Thrown when no such beans exists.
- BeanInstantiationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanResolutionContext, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanResolutionContext, String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanType<T>, Throwable) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanInstantiationException(BeanType<T>, String) - Constructor for exception io.micronaut.context.exceptions.BeanInstantiationException
-
- BeanIntrospection<T> - Interface in io.micronaut.core.beans
-
A
BeanIntrospection
is the result of compile time computation of a beans properties and annotation metadata.
- BeanIntrospectionModule - Class in io.micronaut.jackson.modules
-
A Jackson module that adds reflection-free bean serialization and deserialization for Micronaut.
- BeanIntrospectionModule() - Constructor for class io.micronaut.jackson.modules.BeanIntrospectionModule
-
Default constructor.
- BeanIntrospectionReference<T> - Interface in io.micronaut.core.beans
-
- BeanIntrospector - Interface in io.micronaut.core.beans
-
Primary interface for obtaining
BeanIntrospection
instances that are computed at compilation time.
- BeanLocator - Interface in io.micronaut.context
-
Core interface for locating and discovering
Bean
instances.
- BeanMap<T> - Interface in io.micronaut.core.beans
-
Simple class that provides a map interface over a bean.
- beanProperties - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- BeanProperty<B,T> - Interface in io.micronaut.core.beans
-
Represents a bean property and associated annotation metadata.
- BeanPropertyBinder - Interface in io.micronaut.core.bind
-
An interface that provides the ability to bind Maps and Java bean properties
- BeanRegistration<T> - Class in io.micronaut.context
-
A bean registration is an association between a
BeanDefinition
and a created bean, typically a
Singleton
.
- BeanRegistration(BeanIdentifier, BeanDefinition<T>, T) - Constructor for class io.micronaut.context.BeanRegistration
-
- BeanResolutionContext - Interface in io.micronaut.context
-
Represents the resolution context for a current resolve of a given bean.
- BeanResolutionContext.Path - Interface in io.micronaut.context
-
Represents a path taken to resolve a bean definitions dependencies.
- BeanResolutionContext.Segment<T> - Interface in io.micronaut.context
-
A segment in a path.
- BeansEndpoint - Class in io.micronaut.management.endpoint.beans
-
Exposes an
Endpoint
to provide information about the beans of the application.
- BeansEndpoint(BeanContext, BeanDefinitionDataCollector) - Constructor for class io.micronaut.management.endpoint.beans.BeansEndpoint
-
- beanSerializerModifiers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- beanType - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- BeanType<T> - Interface in io.micronaut.inject
-
A reference to a bean.
- BeanWrapper<T> - Interface in io.micronaut.core.beans
-
Wraps a bean allowing to read and write its properties via a underlying
BeanIntrospection
.
- bearerAuth(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
- bearerAuth(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- before() - Method in enum io.micronaut.http.filter.ServerFilterPhase
-
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class io.micronaut.http.netty.graal.HttpNettyFeature
-
- beginAnnotationMetadataMethod(ClassWriter) - Method in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
Returns the generator adaptor for the method that resolves the annotation metadata.
- beginAnnotationMetadataMethod(ClassWriter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- beginEncode(HttpResponse, String) - Method in class io.micronaut.http.server.netty.SmartHttpContentCompressor
-
- bind(ArgumentConversionContext<T>, S) - Method in interface io.micronaut.core.bind.ArgumentBinder
-
Bind the given argument from the given source.
- bind(Class<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind a new instance of the given type from the given source.
- bind(T2, ArgumentConversionContext<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(Class<T2>, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind a new instance of the given type from the given source.
- bind(T2, ArgumentConversionContext<T2>, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Map<? extends CharSequence, Object>) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(T2, Object) - Method in interface io.micronaut.core.bind.BeanPropertyBinder
-
Bind an existing instance of the given type from the given source.
- bind(Executable<T, R>, ArgumentBinderRegistry<S>, S) - Method in class io.micronaut.core.bind.DefaultExecutableBinder
-
- bind(Executable<T, R>, ArgumentBinderRegistry<S>, S) - Method in interface io.micronaut.core.bind.ExecutableBinder
-
Binds a given
Executable
using the given registry and source object.
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.CookieAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.HeaderAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.ParameterAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.PathVariableAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.RequestAttributeAnnotationBinder
-
- bind(ArgumentConversionContext<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.binders.RequestBeanAnnotationBinder
-
- bind(ArgumentConversionContext<BasicAuth>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- bind(ArgumentConversionContext<CompletableFuture>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- bind(ArgumentConversionContext<Maybe>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- bind(ArgumentConversionContext<Observable>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- bind(ArgumentConversionContext<Publisher>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
-
- bind(ArgumentConversionContext<Single>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- bind(ArgumentConversionContext<MultipartBody>, HttpRequest<?>) - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
-
- bind(ArgumentConversionContext<Object>, Map<CharSequence, ? super Object>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(Class<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(T2, ArgumentConversionContext<T2>, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(T2, Set<? extends Map.Entry<? extends CharSequence, Object>>) - Method in class io.micronaut.jackson.bind.JacksonBeanPropertyBinder
-
- bind(ArgumentConversionContext<Optional<Session>>, HttpRequest<?>) - Method in class io.micronaut.session.binder.OptionalSessionArgumentBinder
-
- bind(ArgumentConversionContext<Optional>, HttpRequest<?>) - Method in class io.micronaut.session.binder.OptionalSessionValueArgumentBinder
-
- bind(ArgumentConversionContext<Session>, HttpRequest<?>) - Method in class io.micronaut.session.binder.SessionArgumentBinder
-
- bind(ArgumentConversionContext<Object>, HttpRequest<?>) - Method in class io.micronaut.session.binder.SessionValueArgumentBinder
-
- Bindable - Annotation Type in io.micronaut.core.bind.annotation
-
An annotation stereotype for other annotations that indicates a method
Argument
is bindable.
- Blocking - Annotation Type in io.micronaut.core.annotation
-
A marker annotation for methods that are blocking.
- BlockingHttpClient - Interface in io.micronaut.http.client
-
A blocking HTTP client interface that features a subset of the operations provided by
HttpClient
and
is designed primarily for testing purposes.
- Body - Annotation Type in io.micronaut.http.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from the HTTP
body.
- body() - Method in interface io.micronaut.http.HttpResponse
-
- body(T) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the body.
- body(T) - Method in interface io.micronaut.http.MutableHttpRequest
-
- body(T) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the body.
- body(T) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- body(T) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- Body - Annotation Type in io.micronaut.messaging.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
- body(String) - Method in interface io.micronaut.web.router.Route
-
The name of the argument to the route that is the request body.
- body(Argument<?>) - Method in interface io.micronaut.web.router.Route
-
The name of the argument to the route that is the request body.
- body(String) - Method in interface io.micronaut.web.router.UriRoute
-
- BodyArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
-
A binder that binds from a parsed request body.
- bodyRequested(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- BOOLEAN - Static variable in interface io.micronaut.core.convert.ConversionContext
-
Constant for Boolean argument.
- BOOLEAN - Static variable in interface io.micronaut.core.type.Argument
-
Constant for boolean argument.
- booleanValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an optional boolean for the given annotation and member.
- booleanValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- booleanValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The boolean value of the given member.
- booleanValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- booleanValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The boolean value of the given member.
- booleanValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The Boolean value of the given member.
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- booleanValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- booleanValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the boolean value and optionally map its value.
- booleanValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the boolean value and optionally map its value.
- bootstrap - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
-
- BOOTSTRAP_CONTEXT_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
Whether the bootstrap context is enabled.
- BOOTSTRAP_NAME - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap config name.
- BOOTSTRAP_NAME_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap name.
- BootstrapContextCompatible - Annotation Type in io.micronaut.context.annotation
-
An annotation indicating that a bean can be loaded into the Bootstrap Context.
- BootstrapPropertySourceLocator - Interface in io.micronaut.context.env
-
Allows blocking resolving of
PropertySource
from remote distributed configuration servers.
- BoundExecutable<T,R> - Interface in io.micronaut.core.bind
-
- BraveTracerConfiguration - Class in io.micronaut.tracing.brave
-
A Configuration properties for Brave.
- BraveTracerConfiguration(ApplicationConfiguration) - Constructor for class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- BraveTracerConfiguration.HttpClientSenderConfiguration - Class in io.micronaut.tracing.brave
-
Used to configure HTTP trace sending under the tracing.zipkin.http
namespace.
- BraveTracerConfiguration.SamplerConfiguration - Class in io.micronaut.tracing.brave
-
The sampler configuration.
- BraveTracerFactory - Class in io.micronaut.tracing.brave
-
Builds a Tracer
for Brave using BraveTracer
.
- BraveTracerFactory(BraveTracerConfiguration) - Constructor for class io.micronaut.tracing.brave.BraveTracerFactory
-
Initialize the factory with tracer configuration.
- BraveTracingClientFilter - Class in io.micronaut.tracing.brave.instrument.http
-
Instruments outgoing HTTP requests.
- BraveTracingClientFilter(HttpClientHandler<HttpClientRequest, HttpClientResponse>, HttpTracing) - Constructor for class io.micronaut.tracing.brave.instrument.http.BraveTracingClientFilter
-
Initialize tracing filter with clientHandler and httpTracing.
- BraveTracingInvocationInstrumenter - Class in io.micronaut.tracing.brave
-
Tracing invocation instrument for Brave.
- BraveTracingInvocationInstrumenter(Tracing) - Constructor for class io.micronaut.tracing.brave.BraveTracingInvocationInstrumenter
-
Create a tracing invocation instrumenter.
- BraveTracingServerFilter - Class in io.micronaut.tracing.brave.instrument.http
-
Instruments incoming HTTP requests.
- BraveTracingServerFilter(HttpTracing, Tracer, HttpServerHandler<HttpServerRequest, HttpServerResponse>) - Constructor for class io.micronaut.tracing.brave.instrument.http.BraveTracingServerFilter
-
- broadcast(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
-
- broadcast(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcast(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcast(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcast(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastAsync(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastAsync(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastAsync(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastAsync(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
-
- broadcastSync(T, MediaType, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- broadcastSync(T, Predicate<WebSocketSession>) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections that match the given filter.
- broadcastSync(T, MediaType) - Method in interface io.micronaut.websocket.WebSocketBroadcaster
-
When used on the server this method will broadcast a message to all open WebSocket connections.
- buffer() - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer(int) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer(int, int) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- buffer() - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
- buffer(int) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Allocate a
ByteBuffer
with the given initial capacity.
- buffer(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Allocate a
ByteBuffer
with the given initial capacity and the given maximal capacity.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- build(String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build(Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build() - Static method in interface io.micronaut.context.ApplicationContext
-
- build(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build(Class, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- build() - Method in interface io.micronaut.context.ApplicationContextBuilder
-
- build() - Static method in interface io.micronaut.context.BeanContext
-
- build(ClassLoader) - Static method in interface io.micronaut.context.BeanContext
-
- build() - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- build() - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
- build() - Static method in interface io.micronaut.core.cli.CommandLine
-
Build and parse a new command line.
- build() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
- build() - Method in interface io.micronaut.discovery.ServiceInstance.Builder
-
- build() - Method in class io.micronaut.http.client.multipart.MultipartBody.Builder
-
- build(SslConfiguration) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.client.netty.ssl.NettyClientSslBuilder
-
- build() - Method in class io.micronaut.http.hateoas.DefaultLink
-
- build(URI) - Static method in interface io.micronaut.http.hateoas.Link
-
Create a link from the given URI.
- build(String) - Static method in interface io.micronaut.http.hateoas.Link
-
Create a link from the given URI.
- build() - Method in interface io.micronaut.http.hateoas.Link.Builder
-
Build the link.
- build(NettyHttpRequest) - Method in class io.micronaut.http.server.netty.FormDataHttpContentSubscriberFactory
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.BytesSentElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.CookieElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.DateTimeElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ElapseTimeElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.HeaderElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalHostElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalIpElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.LocalPortElementBuilder
-
- build(String, String) - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElementBuilder
-
Builds the log element for the specified token.
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RemoteHostElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RemoteIpElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestLineElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestMethodElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestProtocolElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.RequestUriElementBuilder
-
- build(String, String) - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ResponseCodeElementBuilder
-
- build() - Method in interface io.micronaut.http.server.netty.handler.ChannelOutboundHandlerFactory
-
Constructs a new ChannelHandler
.
- build(NettyHttpRequest) - Method in interface io.micronaut.http.server.netty.HttpContentSubscriberFactory
-
Build a Subscriber
for the given request.
- build(NettyHttpRequest) - Method in class io.micronaut.http.server.netty.jackson.JsonHttpContentSubscriberFactory
-
- build() - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- build() - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.server.netty.ssl.SelfSignedSslBuilder
-
- build() - Method in interface io.micronaut.http.server.netty.ssl.ServerSslBuilder
-
- build(SslConfiguration) - Method in class io.micronaut.http.ssl.SslBuilder
-
- build(SslConfiguration, HttpVersion) - Method in class io.micronaut.http.ssl.SslBuilder
-
- build() - Method in interface io.micronaut.http.uri.UriBuilder
-
The constructed URI.
- build(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given element.
- build(String, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given element.
- build(BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.BeanFactory
-
Builds a bean instance.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.BeanFactory
-
Builds a bean instance.
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in interface io.micronaut.inject.ParametrizedBeanFactory
-
- build(BeanResolutionContext, BeanContext, BeanDefinition<T>) - Method in interface io.micronaut.inject.ParametrizedBeanFactory
-
- build() - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
-
Builds the result.
- build() - Method in interface io.micronaut.retry.RetryStateBuilder
-
- build(String...) - Static method in class io.micronaut.runtime.Micronaut
-
Run the application for the given arguments.
- build(String, String) - Method in class io.micronaut.session.http.SessionLogElementBuilder
-
- build(Provider<LoadBalancerResolver>) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- buildArgument(GeneratorAdapter, String, Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Builds an argument instance.
- buildBeanRoute(String, HttpMethod, String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
A special case that is required for non standard http methods.
- buildBody() - Method in class io.micronaut.http.server.netty.NettyHttpRequest
-
- buildBundleCache() - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
-
Build the cache used to store resolved bundles.
- buildDataStreamPublisher(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildDeclared(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build only metadata for declared annotations.
- builder(String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder() - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(Class, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- builder(String) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(Class<T>) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(AnnotationValue<T>, RetentionPolicy) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation existing value and retention policy.
- Builder() - Constructor for class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Default constructor.
- builder(String, URI) - Static method in interface io.micronaut.discovery.ServiceInstance
-
- builder() - Static method in class io.micronaut.http.client.multipart.MultipartBody
-
- builder(String, HealthStatus) - Static method in interface io.micronaut.management.health.indicator.HealthResult
-
- builder(String) - Static method in interface io.micronaut.management.health.indicator.HealthResult
-
- Builder(HttpClientConfiguration) - Constructor for class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
Initialize the builder with HTTP client configurations.
- buildExchangePublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>, Argument<E>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildExchangeStreamPublisher(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildForMethod(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given method element excluding any class metadata.
- buildForParent(T, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Get the annotation metadata for the given element and the given parent.
- buildForParent(String, T, T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given parent and method element excluding any class metadata.
- buildForParent(T, T, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the meta data for the given method element excluding any class metadata.
- buildGenericTypeArgumentElementInfo(Element) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Builds type argument information for the given type.
- buildGenericTypeArgumentInfo(Element) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Builds type argument information for the given type.
- buildHierarchy(Element, boolean, boolean) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- buildHierarchy(T, boolean, boolean) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build the type hierarchy for the given element.
- BuildInfoSource - Class in io.micronaut.management.endpoint.info.source
-
An
InfoSource
that retrieves info from build properties.
- BuildInfoSource(ResourceResolver, String) - Constructor for class io.micronaut.management.endpoint.info.source.BuildInfoSource
-
- buildInvokeMethod(Type, String, Object, Collection<Object>, GeneratorAdapter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- buildJsonStreamPublisher(HttpRequest<?>, HttpRequest<I>, Argument<O>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildMessage(ConstraintViolation) - Method in class io.micronaut.validation.exceptions.ConstraintExceptionHandler
-
Builds a message based on the provided violation.
- buildMessageCache() - Method in class io.micronaut.context.i18n.ResourceBundleMessageSource
-
Build the cache used to store resolved messages.
- buildNestedSegments(CharSequence, int, Object...) - Method in class io.micronaut.http.uri.UriTemplate
-
- buildNettyRequest(MutableHttpRequest, URI, MediaType, boolean, Consumer<? super Throwable>, boolean) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildOverridden(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Build metadata for the given element, including any metadata that is inherited via method or type overrides.
- buildPropertyPath(TypeElement, TypeElement, String) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildPropertyPath(T, T, String) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
Build a property path for the given declaring type and property name.
- buildResult(HealthStatus, Object, HealthLevelOfDetail) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- buildRoute(HttpMethod, String, Class<?>, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
Build a route.
- buildRoute(HttpMethod, String, MethodExecutionHandle<?, Object>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
Build a route.
- buildSegments(String) - Method in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
-
Split a placeholder value into logic segments.
- buildSelfSigned() - Method in class io.micronaut.http.ssl.SslConfiguration
-
- buildSslContext(URI) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Builds an SslContext
for the given URI if necessary.
- buildStreamExchange(HttpRequest<?>, HttpRequest<I>, URI) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- buildTypePath(TypeElement, TypeElement, AnnotationMetadata) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildTypePath(TypeElement, TypeElement) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- buildTypePath(T, T) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- buildTypePath(T, T, AnnotationMetadata) - Method in class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- byAnnotation(Annotation) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byAnnotation(AnnotationMetadata, Class<? extends Annotation>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byAnnotation(AnnotationMetadata, String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- byName(String) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given name.
- byQualifiers(Qualifier<T>...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier from other qualifiers.
- byStereotype(Class<? extends Annotation>) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given annotation.
- BYTE - Static variable in interface io.micronaut.core.type.Argument
-
Constant for byte argument.
- byteArray() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where the value is a byte array and its weight is the number of
bytes.
- byteArrayToByteBuffTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- byteBufCharSequenceTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- ByteBufDelegate - Class in io.micronaut.http.server.netty
-
Delegates all functionality to the provided buffer.
- ByteBufDelegate(ByteBuf) - Constructor for class io.micronaut.http.server.netty.ByteBufDelegate
-
- ByteBuffer<T> - Interface in io.micronaut.core.io.buffer
-
Interface to allow interfacing with different byte buffer implementations, primarily as an abstraction over Netty.
- ByteBufferFactory<T,B> - Interface in io.micronaut.core.io.buffer
-
- byteBufferFactory - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
-
- byteBufToArrayTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- ByteBufToObjectConverter - Class in io.micronaut.http.server.netty.converters
-
Deprecated.
- ByteBufToObjectConverter(ConversionService<?>) - Constructor for class io.micronaut.http.server.netty.converters.ByteBufToObjectConverter
-
Deprecated.
- byteBufToObjectConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- bytesBefore(byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- bytesBefore(int, byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- bytesBefore(int, int, byte) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- BytesSentElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for BytesSentElement.
- BytesSentElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.BytesSentElementBuilder
-
- byType(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- byTypeArguments(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- byTypeArgumentsClosest(Class...) - Static method in class io.micronaut.inject.qualifiers.Qualifiers
-
Build a qualifier for the given generic type arguments.
- CACHE_CONTROL - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cache-Control"
.
- CACHE_MAX_AGE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MAX_STALE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MIN_FRESH - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_MUST_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_CACHE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_STORE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_NO_TRANSFORM - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_ONLY_IF_CACHED - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PRIVATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PROXY_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_PUBLIC - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_S_MAXAGE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_STALE_IF_ERROR - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CACHE_STALE_WHILE_REVALIDATE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
- CacheControlConfiguration() - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
-
- CachingClassPathAnnotationScanner - Class in io.micronaut.core.io.scan
-
- CachingClassPathAnnotationScanner(ClassLoader) - Constructor for class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
Constructor.
- CachingClassPathAnnotationScanner() - Constructor for class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
Default Constructor.
- calculateHashCode(Map<? extends CharSequence, Object>) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Calculates the hash code of annotation values.
- calculateOverallStatus(List<HealthResult>) - Method in class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
- call() - Method in interface io.micronaut.web.router.RouteMatch
-
- CallableInjectionPoint<T> - Interface in io.micronaut.inject
-
A callable injection point is an injection point that accepts
Argument
instances.
- CAMEL_CASE_NAMING_STRATEGY - Static variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- camelCase(String) - Static method in class io.micronaut.core.naming.NameUtils
-
The camel case version of the string with the first letter in lower case.
- camelCase(String, boolean) - Static method in class io.micronaut.core.naming.NameUtils
-
The camel case version of the string with the first letter in lower case.
- cancel() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
-
- cancelled() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Override to handle when a subscriber cancels the subscription.
- CancelledSubscriber<T> - Class in io.micronaut.http.netty.reactive
-
A cancelled subscriber.
- CancelledSubscriber() - Constructor for class io.micronaut.http.netty.reactive.CancelledSubscriber
-
- canConvert(Class<S>, Class<T>) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- canConvert(Class<S>, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Return whether the given source type is convertible to the given target type.
- canConvert(Class<S>, Class<T>) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- canRetry(Throwable) - Method in interface io.micronaut.retry.RetryState
-
Should a retry attempt occur.
- capacity(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Adjusts the capacity of this buffer.
- capacity() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Retrieves the maximum weighted capacity of the map.
- capacity() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- capacity(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- capitalize(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts a property name to class name according to the JavaBean convention.
- capitalize(String) - Static method in class io.micronaut.core.util.StringUtils
-
Capitalizes the first character of the provided string.
- catalog - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- CertificateProvidedSslBuilder - Class in io.micronaut.http.server.netty.ssl
-
The Netty implementation of
SslBuilder
that generates an
SslContext
to create a server handle with
SSL support via user configuration.
- CertificateProvidedSslBuilder(HttpServerConfiguration, ServerSslConfiguration, ResourceResolver) - Constructor for class io.micronaut.http.server.netty.ssl.CertificateProvidedSslBuilder
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelOption(String) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Creates a channel options.
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- ChannelOptionFactory - Interface in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- ChannelOutboundHandlerFactory - Interface in io.micronaut.http.server.netty.handler
-
Factory interface for building ChannelOutboundHandler
instances.
- ChannelPipelineCustomizer - Interface in io.micronaut.http.netty.channel
-
Interface that allows customizations to the ChannelPipeline
.
- ChannelPipelineListener - Interface in io.micronaut.http.netty.channel
-
An interface that allows users to configure the Netty pipeline used by Micronaut.
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.handler.accesslog.HttpAccessLogHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.server.netty.ssl.HttpRequestCertificateHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- channelRead0(ChannelHandlerContext, NettyHttpRequest<?>) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketUpgradeHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- CHAR - Static variable in interface io.micronaut.core.type.Argument
-
Constant char argument.
- characterEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the response encoding.
- characterEncoding(Charset) - Method in interface io.micronaut.http.MutableHttpResponse
-
Sets the response encoding.
- charAt(int) - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- charAt(int) - Method in enum io.micronaut.http.HttpAttributes
-
- charAt(int) - Method in enum io.micronaut.http.HttpMethod
-
- charAt(int) - Method in enum io.micronaut.http.HttpStatus
-
- charAt(int) - Method in class io.micronaut.http.MediaType
-
- charAt(int) - Method in enum io.micronaut.tracing.instrument.http.TraceRequestAttributes
-
- CharSequencePropertyNamingStrategyConverter - Class in io.micronaut.jackson.bind
-
- CharSequencePropertyNamingStrategyConverter() - Constructor for class io.micronaut.jackson.bind.CharSequencePropertyNamingStrategyConverter
-
Deprecated.
- CHARSET_PARAMETER - Static variable in class io.micronaut.http.MediaType
-
Parameter "charset"
.
- check(ArgumentUtils.Check) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- check(String, T) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- check() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- choose(FunctionDefinition) - Method in interface io.micronaut.function.client.FunctionInvokerChooser
-
- choose(FunctionDefinition) - Method in class io.micronaut.function.client.http.HttpFunctionExecutor
-
- CircuitBreaker - Annotation Type in io.micronaut.retry.annotation
-
Variation of
Retryable
that implements the Circuit Breaker pattern.
- CircuitClosedEvent - Class in io.micronaut.retry.event
-
- CircuitClosedEvent(ExecutableMethod<?, ?>) - Constructor for class io.micronaut.retry.event.CircuitClosedEvent
-
Constructs an Event.
- CircuitOpenEvent - Class in io.micronaut.retry.event
-
An event fired when the Circuit is
CircuitState.OPEN
and
requests are no longer being accepted.
- CircuitOpenEvent(ExecutableMethod<?, ?>, RetryState, Throwable) - Constructor for class io.micronaut.retry.event.CircuitOpenEvent
-
- CircuitOpenException - Exception in io.micronaut.retry.exception
-
Runtime exception that wraps a non-runtime exception in the case of an error.
- CircuitOpenException(String) - Constructor for exception io.micronaut.retry.exception.CircuitOpenException
-
Constructs a new runtime exception with the specified detail message.
- CircuitOpenException(String, Throwable) - Constructor for exception io.micronaut.retry.exception.CircuitOpenException
-
Constructs a new CircuitOpen runtime exception with the specified detail message and
cause.
- CircuitState - Enum in io.micronaut.retry
-
State for Circuit breaker phases.
- CircularDependencyException - Exception in io.micronaut.context.exceptions
-
Represents a circular dependency failure.
- CircularDependencyException(BeanResolutionContext, Argument, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CircularDependencyException(BeanResolutionContext, FieldInjectionPoint, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CircularDependencyException(BeanResolutionContext, MethodInjectionPoint, Argument, String) - Constructor for exception io.micronaut.context.exceptions.CircularDependencyException
-
- CLASS_EXTENSION - Static variable in class io.micronaut.core.reflect.ClassUtils
-
Default extension for class files.
- CLASS_NAME_SUFFIX - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
-
The suffix used when saving compiled metadata to classes.
- CLASS_SUFFIX - Static variable in class io.micronaut.inject.writer.BeanConfigurationWriter
-
Suffix for generated configuration classes.
- CLASS_TAG - Static variable in class io.micronaut.tracing.interceptor.TraceInterceptor
-
- classElement - Variable in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- ClassElement - Interface in io.micronaut.inject.ast
-
Stores data about an element that references a class.
- classElementFor(Element) - Method in class io.micronaut.annotation.processing.ModelUtils
-
Obtains the TypeElement
for an given element.
- classes - Static variable in class io.micronaut.graal.reflect.GraalTypeElementVisitor
-
Classes only require classloading access.
- classes(Class...) - Method in class io.micronaut.runtime.Micronaut
-
Add classes to be included in the initialization of the application.
- ClassGenerationException - Exception in io.micronaut.inject.writer
-
Thrown when an exception occurs during compilation due to a class generation error.
- ClassGenerationException(String, Throwable) - Constructor for exception io.micronaut.inject.writer.ClassGenerationException
-
- ClassGenerationException(String) - Constructor for exception io.micronaut.inject.writer.ClassGenerationException
-
- classLoader(ClassLoader) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
The class loader to be used.
- classLoader(ClassLoader) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- classLoader(ClassLoader) - Method in class io.micronaut.runtime.Micronaut
-
- ClassLoadingReporter - Interface in io.micronaut.core.reflect
-
- classNode - Variable in class io.micronaut.ast.groovy.visitor.GroovyClassElement
-
- ClassPathAnnotationScanner - Class in io.micronaut.core.io.scan
-
An optimized classpath scanner that includes the ability to optionally scan JAR files.
- ClassPathAnnotationScanner(ClassLoader) - Constructor for class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
- ClassPathAnnotationScanner() - Constructor for class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
Default constructor.
- ClassPathResourceLoader - Interface in io.micronaut.core.io.scan
-
Abstraction to load resources from the the classpath.
- ClassUtils - Class in io.micronaut.core.reflect
-
Utility methods for loading classes.
- ClassUtils() - Constructor for class io.micronaut.core.reflect.ClassUtils
-
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValue() - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the annotation as a Class.
- classValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The value of the given annotation member as a Class.
- classValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the annotation as a Class.
- classValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValue(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- classValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- classValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- classValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the annotation as a Class.
- classValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The value of the given annotation member as a Class.
- classValues(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- classValues(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- classValues(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- classValues(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- ClassWriterOutputVisitor - Interface in io.micronaut.inject.writer
-
Interface to be consumed by class writers allowing visiting file names and returning appropriate streams.
- clear() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
-
- clear() - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
-
- clear() - Method in interface io.micronaut.core.convert.value.MutableConvertibleMultiValues
-
Clear all values.
- clear() - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
-
- clear() - Method in interface io.micronaut.core.convert.value.MutableConvertibleValues
-
Clear all values.
- clear() - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
-
- clear() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- clear() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- clear() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- clear() - Method in class io.micronaut.session.InMemorySession
-
- clearMutated() - Static method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Used to clear mutated metadata at the end of a compilation cycle.
- CLI - Static variable in interface io.micronaut.context.env.Environment
-
The cli environment.
- Client - Annotation Type in io.micronaut.http.client.annotation
-
Allows defining declarative HTTP clients and customizing injection for injecting
HttpClient
implementations.
- CLIENT_PATH - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- ClientAuthentication - Enum in io.micronaut.http.ssl
-
An enum describing the type of client authentication.
- ClientContextPathProvider - Interface in io.micronaut.http.context
-
A contract for providing a context path to a client.
- ClientFilterChain - Interface in io.micronaut.http.filter
-
- ClientFilterResolutionContext - Class in io.micronaut.http.client.filter
-
The client filter resolution context.
- ClientFilterResolutionContext(List<String>, AnnotationMetadata) - Constructor for class io.micronaut.http.client.filter.ClientFilterResolutionContext
-
Default constructor.
- clientSenderBuilder - Variable in class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
- ClientServerContextFilter - Class in io.micronaut.http.client.filters
-
A client filter that propagates the request context.
- ClientServerContextFilter(HttpRequest<?>) - Constructor for class io.micronaut.http.client.filters.ClientServerContextFilter
-
Default constructor.
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the client channel class.
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
- ClientSslConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration(DefaultSslConfiguration, DefaultSslConfiguration.DefaultKeyConfiguration, DefaultSslConfiguration.DefaultKeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration
-
- ClientSslConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration
-
The default client configuration.
- ClientSslConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.ssl
-
- ClientSslConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.ssl
-
- ClientVersioningConfiguration - Class in io.micronaut.http.client.interceptor.configuration
-
A base configuration class for configuring
Client
versioning.
- ClientWebSocket - Annotation Type in io.micronaut.websocket.annotation
-
Annotation declared on the client to indicate the class handles web socket frames.
- ClientWebSocketInterceptor - Class in io.micronaut.websocket.interceptor
-
- ClientWebSocketInterceptor() - Constructor for class io.micronaut.websocket.interceptor.ClientWebSocketInterceptor
-
- clockProvider(ClockProvider) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- clone() - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- cloneWithFeatures(JacksonFeatures) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
Create a new codec with the provided features.
- cloneWithFeatures(JacksonFeatures) - Method in class io.micronaut.jackson.codec.JsonMediaTypeCodec
-
- close() - Method in class io.micronaut.annotation.processing.test.JavaParser
-
- close() - Method in interface io.micronaut.context.BeanResolutionContext
-
- close() - Method in class io.micronaut.context.DefaultBeanResolutionContext
-
- close() - Method in interface io.micronaut.context.LifeCycle
-
- close() - Method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
- close() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
-
- close() - Method in class io.micronaut.function.client.http.HttpFunctionExecutor
-
- close() - Method in class io.micronaut.function.executor.FunctionInitializer
-
- close() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- close() - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- close() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- close(CloseReason) - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- close(Throwable) - Method in interface io.micronaut.retry.RetryState
-
- close(boolean) - Method in interface io.micronaut.scheduling.instrument.Instrumentation
-
Closes the active instrumentation with cleanup flag.
- close() - Method in interface io.micronaut.scheduling.instrument.Instrumentation
-
Closes the active instrumentation.
- close() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
- close() - Method in class io.micronaut.scheduling.processor.ScheduledMethodProcessor
-
- close() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- close() - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
- close() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
-
- close() - Method in interface io.micronaut.websocket.WebSocketClient
-
- close() - Method in interface io.micronaut.websocket.WebSocketSession
-
- close(CloseReason) - Method in interface io.micronaut.websocket.WebSocketSession
-
Close the session with the given event.
- CLOSE_BRACKET - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeBracket() - Static method in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeChannelAsync(Channel) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- closeContext - Variable in class io.micronaut.function.executor.FunctionInitializer
-
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.reactive.HotObservable
-
Releases buffered data if there is no subscriber.
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
-
Releases the stream if there is no subscriber.
- closeMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
-
Returns the method annotated with
OnClose
.
- CloseReason - Class in io.micronaut.websocket
-
Enumeration of close events.
- CloseReason(int, String) - Constructor for class io.micronaut.websocket.CloseReason
-
Default constructor.
- ClosestTypeArgumentQualifier<T> - Class in io.micronaut.inject.qualifiers
-
A
Qualifier
that qualifies beans by generic type arguments and only
returns the candidates that most closely match.
- closeWatchService() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
Closes the watch service.
- closeWatchService() - Method in class io.micronaut.scheduling.io.watch.osx.MacOsWatchThread
-
- CLOUD - Static variable in interface io.micronaut.context.env.Environment
-
The cloud environment.
- CLOUD_FOUNDRY - Static variable in interface io.micronaut.context.env.Environment
-
Running on Cloud Foundry.
- CLOUD_PLATFORM_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
The default bootstrap name.
- CloudFoundryVcapApplicationPropertySourceLoader - Class in io.micronaut.jackson.env
-
A
PropertySourceLoader
that reads from the environment variable VCAP_APPLICATION
which is used by CloudFoundry.
- CloudFoundryVcapApplicationPropertySourceLoader() - Constructor for class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- CloudFoundryVcapServicesPropertySourceLoader - Class in io.micronaut.jackson.env
-
A
PropertySourceLoader
that reads from the environment variable VCAP_SERVICES
which is used by CloudFoundry.
- CloudFoundryVcapServicesPropertySourceLoader() - Constructor for class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- code() - Method in interface io.micronaut.http.HttpResponse
-
- CodecConfiguration - Class in io.micronaut.http.codec
-
- CodecConfiguration() - Constructor for class io.micronaut.http.codec.CodecConfiguration
-
- codecConfiguration - Variable in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- CodecException - Exception in io.micronaut.http.codec
-
An exception thrown when a object cannot be decoded.
- CodecException(String) - Constructor for exception io.micronaut.http.codec.CodecException
-
- CodecException(String, Throwable) - Constructor for exception io.micronaut.http.codec.CodecException
-
- collection() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where the value is a Collection
and its weight is the
number of elements.
- CollectionUtils - Class in io.micronaut.core.util
-
Utility methods for working with Collection
types
- CollectionUtils() - Constructor for class io.micronaut.core.util.CollectionUtils
-
- combine(Collection<InvocationInstrumenter>) - Static method in interface io.micronaut.scheduling.instrument.InvocationInstrumenter
-
Combines multiple instrumenters into one.
- COMBINED_LOG_FORMAT - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
The combined log format.
- COMMA - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- CommandLine - Interface in io.micronaut.core.cli
-
Represents the parsed command line options.
- CommandLine.Builder<T extends CommandLine.Builder> - Interface in io.micronaut.core.cli
-
A build for constructing a command line parser.
- CommandLinePropertySource - Class in io.micronaut.context.env
-
- CommandLinePropertySource(CommandLine) - Constructor for class io.micronaut.context.env.CommandLinePropertySource
-
Construct the CommandLinePropertySource from properties passed from command line.
- comment(String) - Method in interface io.micronaut.http.sse.Event
-
Sets the event comment.
- COMMON_CLASS_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- COMMON_LOG_FORMAT - Static variable in class io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser
-
The common log format.
- COMPARATOR - Static variable in class io.micronaut.core.order.OrderUtil
-
Provide a comparator for collections.
- compare(List<Class>) - Method in class io.micronaut.inject.qualifiers.ClosestTypeArgumentQualifier
-
- compareTo(SemanticVersion) - Method in class io.micronaut.core.version.SemanticVersion
-
- compareTo(HealthStatus) - Method in class io.micronaut.health.HealthStatus
-
Sorts statuses in order of "functioning level".
- compareTo(Cookie) - Method in class io.micronaut.http.netty.cookies.NettyCookie
-
- compareTo(ByteBuf) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- compareTo(Cookie) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
-
- compareTo(UriTemplate) - Method in class io.micronaut.http.uri.UriTemplate
-
- compilationUnit - Variable in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
- compilationUnits() - Method in class io.micronaut.annotation.processing.test.Parser.ParseResult
-
- Completable - Interface in io.micronaut.core.async.subscriber
-
Interface that exposes a callback to indicate when an operation has been completed.
- CompletableFutureBodyBinder - Class in io.micronaut.http.server.netty.binders
-
- CompletableFutureBodyBinder(HttpContentProcessorResolver, ConversionService) - Constructor for class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- complete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Override for custom completion handling.
- CompletedFileUpload - Interface in io.micronaut.http.multipart
-
Represents a completed part of a multipart request.
- CompletedPart - Interface in io.micronaut.http.multipart
-
Represents a completed part of a multipart request.
- CompletionAwareSubscriber<T> - Class in io.micronaut.core.async.subscriber
-
A Subscriber
that tracks completion state using a AtomicBoolean
.
- CompletionAwareSubscriber() - Constructor for class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
- compose(Function<? super V, ? extends T>) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Returns a composed function that first applies the before
function to its input, and then applies this function to the result.
- compositeByteBufCharSequenceTypeConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- CompositeDiscoveryClient - Class in io.micronaut.discovery
-
A composite implementation combining all registered
DiscoveryClient
instances.
- CompositeDiscoveryClient(DiscoveryClient[]) - Constructor for class io.micronaut.discovery.CompositeDiscoveryClient
-
Construct the CompositeDiscoveryClient from all discovery clients.
- CompositeMessageSource - Class in io.micronaut.runtime.context
-
Composite message source that is the primary message source.
- CompositeMessageSource(Collection<MessageSource>) - Constructor for class io.micronaut.runtime.context.CompositeMessageSource
-
The other messages sources.
- CompositeTraversableResolver - Class in io.micronaut.validation.validator.resolver
-
Primary TraversableResolver
that takes into account all configured TraversableResolver
instances.
- CompositeTraversableResolver(List<TraversableResolver>) - Constructor for class io.micronaut.validation.validator.resolver.CompositeTraversableResolver
-
Default constructor.
- compressionEnabled(boolean) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
Whether compression is enabled (defaults to true).
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless null
.
- ComputeInstanceMetadata - Interface in io.micronaut.discovery.cloud
-
An interface modelling common Cloud platform compute instance metadata.
- ComputeInstanceMetadataResolver - Interface in io.micronaut.discovery.cloud
-
Interface for resoling compute instance metadata.
- ComputeInstanceMetadataResolverUtils - Class in io.micronaut.discovery.cloud
-
- ComputeInstanceMetadataResolverUtils() - Constructor for class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
-
- ComputePlatform - Enum in io.micronaut.context.env
-
- concat(T[], T...) - Static method in class io.micronaut.core.util.ArrayUtils
-
Concatenate two arrays.
- concat(byte[], byte...) - Static method in class io.micronaut.core.util.ArrayUtils
-
Concatenate two byte arrays.
- concreteConstructorFor(TypeElement, AnnotationUtils) - Method in class io.micronaut.annotation.processing.ModelUtils
-
The constructor inject for the given class element.
- concurrencyLevel(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Specifies the estimated number of concurrently updating threads.
- ConcurrentLinkedHashMap<K,V> - Class in io.micronaut.core.util.clhm
-
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
- ConcurrentLinkedHashMap.Builder<K,V> - Class in io.micronaut.core.util.clhm
-
- Condition - Interface in io.micronaut.context.condition
-
- condition() - Method in interface io.micronaut.core.util.ArgumentUtils.Check
-
- ConditionContext<T extends AnnotationMetadataProvider> - Interface in io.micronaut.context.condition
-
- ConfigDiscoveryConfiguration - Class in io.micronaut.discovery.config
-
Abstract class for common configuration discovery settings.
- ConfigDiscoveryConfiguration() - Constructor for class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
- ConfigDiscoveryConfiguration.Format - Enum in io.micronaut.discovery.config
-
The format the configuration is stored in.
- ConfigurableUriNamingStrategy - Class in io.micronaut.web.router.naming
-
- ConfigurableUriNamingStrategy(String) - Constructor for class io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
-
Constructs a new uri naming strategy for the given property.
- Configuration - Annotation Type in io.micronaut.context.annotation
-
A configuration is a grouping of bean definitions under a package.
- configuration - Variable in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- configuration - Variable in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- configuration - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerReporterConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSamplerConfiguration
-
- configuration - Variable in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSenderConfiguration
-
- CONFIGURATION_PREFIX - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
-
The prefix used to configure the config client.
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.http.server.codec.TextStreamCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.jackson.codec.JsonMediaTypeCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
-
- CONFIGURATION_QUALIFIER - Static variable in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- ConfigurationAdvice - Annotation Type in io.micronaut.runtime.context.env
-
- ConfigurationBuilder - Annotation Type in io.micronaut.context.annotation
-
An annotation applicable to a field or method of a
ConfigurationProperties
instance that allows to
customize the behaviour of properties that are builders themselves.
- ConfigurationClient - Interface in io.micronaut.discovery.config
-
A Configuration client is responsible for reading configuration for configuration servers.
- ConfigurationDefaultVersionProvider - Class in io.micronaut.web.router.version
-
- ConfigurationDefaultVersionProvider(RoutesVersioningConfiguration) - Constructor for class io.micronaut.web.router.version.ConfigurationDefaultVersionProvider
-
- ConfigurationException - Exception in io.micronaut.context.exceptions
-
An exception that occurs during configuration setup.
- ConfigurationException(String, Throwable) - Constructor for exception io.micronaut.context.exceptions.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception io.micronaut.context.exceptions.ConfigurationException
-
- ConfigurationInfoSource - Class in io.micronaut.management.endpoint.info.source
-
An
InfoSource
that retrieves values under the
info key from configuration sources.
- ConfigurationInfoSource(Environment) - Constructor for class io.micronaut.management.endpoint.info.source.ConfigurationInfoSource
-
- ConfigurationInject - Annotation Type in io.micronaut.context.annotation
-
Allows injecting configuration values into a constructor or method based
on the parameter names.
- ConfigurationIntroductionAdvice - Class in io.micronaut.runtime.context.env
-
- ConfigurationMetadata - Class in io.micronaut.inject.configuration
-
Metadata about a configuration group.
- ConfigurationMetadata() - Constructor for class io.micronaut.inject.configuration.ConfigurationMetadata
-
- ConfigurationMetadataBuilder<T> - Class in io.micronaut.inject.configuration
-
- ConfigurationMetadataBuilder() - Constructor for class io.micronaut.inject.configuration.ConfigurationMetadataBuilder
-
- ConfigurationMetadataWriter - Interface in io.micronaut.inject.configuration
-
- ConfigurationProperties - Annotation Type in io.micronaut.context.annotation
-
Defines a singleton bean whose property values are resolved from a
PropertyResolver
.
- ConfigurationReader - Annotation Type in io.micronaut.context.annotation
-
A meta annotation for use with other annotations to indicate that the annotation reads configuration.
- configure(Environment) - Method in class io.micronaut.context.AbstractBeanDefinition
-
- configure(Environment) - Method in class io.micronaut.context.AbstractExecutableMethod
-
- configure(Environment) - Method in interface io.micronaut.context.EnvironmentConfigurable
-
Configure the component for the given environment.
- configure(CookieConfiguration) - Method in interface io.micronaut.http.cookie.Cookie
-
Configure the Cookie with the given configuration.
- configure(CookieConfiguration, boolean) - Method in interface io.micronaut.http.cookie.Cookie
-
Configure the Cookie with the given configuration.
- configuredLevel() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
-
- configureHttp2ClearText(DefaultHttpClient.HttpClientInitializer, SocketChannel, HttpToHttp2ConnectionHandler) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures HTTP/2 handling for plaintext (non-SSL) connections.
- configureHttp2Ssl(DefaultHttpClient.HttpClientInitializer, SocketChannel, SslContext, String, int, HttpToHttp2ConnectionHandler) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures HTTP/2 for the channel when SSL is enabled.
- configureProxy(ChannelPipeline, Proxy) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures the HTTP proxy for the pipeline.
- configureProxy(ChannelPipeline, Proxy.Type, SocketAddress) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Configures the HTTP proxy for the pipeline.
- connect(Class<T>, MutableHttpRequest<?>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- connect(Class<T>, Map<String, Object>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- connect(Class<T>, MutableHttpRequest<?>) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
- connect(Class<T>, URI) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, Map<String, Object>) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
Connect the given client endpoint type.
- connect(Class<T>, String) - Method in interface io.micronaut.websocket.RxWebSocketClient
-
- connect(Class<T>, MutableHttpRequest<?>) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, Map<String, Object>) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type.
- connect(Class<T>, String) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- connect(Class<T>, URI) - Method in interface io.micronaut.websocket.WebSocketClient
-
Connect the given client endpoint type to the URI over WebSocket.
- CONNECTION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Connection"
.
- connection - Variable in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
- CONNECTION_KEEP_ALIVE - Static variable in interface io.micronaut.http.HttpHeaderValues
-
"keep-alive"
.
- ConnectionClosedException - Exception in io.micronaut.http.exceptions
-
Exception thrown when the client or server unexpectedly closes the connection.
- ConnectionClosedException(String) - Constructor for exception io.micronaut.http.exceptions.ConnectionClosedException
-
- ConnectionClosedException(String, Throwable) - Constructor for exception io.micronaut.http.exceptions.ConnectionClosedException
-
- ConnectionPoolConfiguration() - Constructor for class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
- ConnectTTLHandler - Class in io.micronaut.http.client.netty
-
A handler that will close channels after they have reached their time-to-live, regardless of usage.
- ConnectTTLHandler(Long) - Constructor for class io.micronaut.http.client.netty.ConnectTTLHandler
-
Construct ConnectTTLHandler for given arguments.
- ConstantElement - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
ConstantElement LogElement.
- ConstraintExceptionHandler - Class in io.micronaut.validation.exceptions
-
- ConstraintExceptionHandler() - Constructor for class io.micronaut.validation.exceptions.ConstraintExceptionHandler
-
- ConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.validation.validator.constraints
-
Constraint validator that can be used at either runtime or compilation time and
is capable of validation Constraint
instances.
- ConstraintValidatorContext - Interface in io.micronaut.validation.validator.constraints
-
Subset of the ConstraintValidatorContext
interface without the unnecessary parts.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- ConstraintValidatorRegistry - Interface in io.micronaut.validation.validator.constraints
-
Interface for a class that is a registry of contraint validator.
- CONSTRUCTOR_NAME - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- ConstructorElement - Interface in io.micronaut.inject.ast
-
Element for constructors.
- ConstructorInjectionPoint<T> - Interface in io.micronaut.inject
-
A constructor injection point.
- constructType(Argument<T>, TypeFactory) - Static method in class io.micronaut.jackson.JacksonConfiguration
-
Constructors a JavaType for the given argument and type factory.
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- Consumes - Annotation Type in io.micronaut.http.annotation
-
An annotation to indicate the
MediaType
s produced by a particular component.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.ErrorRoute
-
- consumes(MediaType...) - Method in interface io.micronaut.web.router.ResourceRoute
-
Accept the given media type.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.Route
-
Applies the given accepted media type the route.
- consumes(MediaType...) - Method in interface io.micronaut.web.router.StatusRoute
-
- consumes(MediaType...) - Method in interface io.micronaut.web.router.UriRoute
-
- consumesAll() - Method in interface io.micronaut.web.router.Route
-
- consumesAll() - Method in interface io.micronaut.web.router.UriRoute
-
- ConsumesMediaTypeQualifier<T> - Class in io.micronaut.web.router.qualifier
-
- ConsumesMediaTypeQualifier(MediaType) - Constructor for class io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier
-
- contains(Qualifier<T>) - Method in interface io.micronaut.context.Qualifier
-
Whether this qualifier contains the given qualifier.
- contains(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Whether a particular member is present.
- contains(String) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
Whether the given key is contained within these values.
- contains(String) - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- contains(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- containsBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
Return whether the bean of the given type is contained within this context.
- containsBean(Class) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
Return whether the bean of the given type is contained within this context.
- containsBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- containsKey(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- containsProperties(BeanResolutionContext, BeanContext) - Method in class io.micronaut.context.AbstractBeanDefinition
-
If this bean is a
ConfigurationProperties
bean return whether any properties for it are configured
within the context.
- containsProperties(BeanResolutionContext, BeanContext, String) - Method in class io.micronaut.context.AbstractBeanDefinition
-
If this bean is a
ConfigurationProperties
bean return whether any properties for it are configured
within the context.
- containsProperties(String) - Method in class io.micronaut.context.DefaultApplicationContext
-
- containsProperties(String) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- containsProperties(String) - Method in class io.micronaut.core.value.MapPropertyResolver
-
- containsProperties(String) - Method in interface io.micronaut.core.value.PropertyResolver
-
Whether the given property or any nested properties exist for the key given key within this resolver.
- containsProperty(String) - Method in class io.micronaut.context.DefaultApplicationContext
-
- containsProperty(String) - Method in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- containsProperty(String) - Method in class io.micronaut.core.value.MapPropertyResolver
-
- containsProperty(String) - Method in interface io.micronaut.core.value.PropertyResolver
-
Whether the given property is contained within this resolver.
- containsValue(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- containsValueForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given field argument.
- containsValueForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given method argument.
- CONTENT_BASE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Base"
.
- CONTENT_DISPOSITION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Disposition"
.
- CONTENT_DPR - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-DPR"
.
- CONTENT_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Encoding"
.
- CONTENT_LANGUAGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Language"
.
- CONTENT_LENGTH - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Length"
.
- CONTENT_LOCATION - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Location"
.
- CONTENT_MD5 - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-MD5"
.
- CONTENT_RANGE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Range"
.
- CONTENT_TRANSFER_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Transfer-Encoding"
.
- CONTENT_TYPE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Content-Type"
.
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the content encoding.
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentEncoding(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
- contentLength() - Method in interface io.micronaut.http.HttpHeaders
-
The request or response content type.
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpMessage
-
Sets the content length.
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentLength(long) - Method in interface io.micronaut.http.MutableHttpResponse
-
- ContentLengthExceededException - Exception in io.micronaut.http.client.exceptions
-
- ContentLengthExceededException(long, long) - Constructor for exception io.micronaut.http.client.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(long) - Constructor for exception io.micronaut.http.client.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException - Exception in io.micronaut.http.exceptions
-
Exception thrown when the content length exceeds the allowed amount.
- ContentLengthExceededException(String) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(String, Throwable) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededException(long, long) - Constructor for exception io.micronaut.http.exceptions.ContentLengthExceededException
-
- ContentLengthExceededHandler - Class in io.micronaut.http.server.exceptions
-
- ContentLengthExceededHandler() - Constructor for class io.micronaut.http.server.exceptions.ContentLengthExceededHandler
-
- contentType() - Method in interface io.micronaut.http.HttpHeaders
-
The request or response content type.
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpHeaders
-
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpMessage
-
Set the response content type.
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpMessage
-
Set the response content type.
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpRequest
-
- contentType(CharSequence) - Method in interface io.micronaut.http.MutableHttpResponse
-
- contentType(MediaType) - Method in interface io.micronaut.http.MutableHttpResponse
-
- Context - Annotation Type in io.micronaut.context.annotation
-
Context scope indicates that the classes life cycle is bound to that of the
BeanContext
and it should be initialized and shutdown during startup and shutdown of
the underlying
BeanContext
.
- CONTEXT - Static variable in interface io.micronaut.context.env.PropertySource
-
The name of the property source with values supplied directly from the context.
- ContextCompletionAwareSubscriber<T> - Class in io.micronaut.http.server.netty.async
-
A subscriber that subscribes to a single result with special handling for the ChannelHandlerContext
.
- ContextCompletionAwareSubscriber(ChannelHandlerContext) - Constructor for class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- ContextConverterRegistrar - Class in io.micronaut.context.converters
-
A converter registry for converters required by the context.
- ContinueSpan - Annotation Type in io.micronaut.tracing.annotation
-
Indicates that the current span should be continued.
- contribute(ServiceInstance, Map<String, String>) - Method in interface io.micronaut.discovery.metadata.ServiceInstanceMetadataContributor
-
- contribute(ServiceInstance, Map<String, String>) - Method in class io.micronaut.function.web.AnnotatedFunctionRouteBuilder
-
- contributeDefaults(AnnotationMetadata, AnnotationMetadata) - Static method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Contributes defaults to the given target.
- Controller - Annotation Type in io.micronaut.http.annotation
-
Indicates that the role of a class is a controller within an application.
- ConversionContext - Interface in io.micronaut.core.convert
-
A conversion context is a context object supplied to a
TypeConverter
that allows more accurate conversion.
- ConversionError - Interface in io.micronaut.core.convert
-
An interface for reporting conversion errors.
- ConversionErrorException - Exception in io.micronaut.core.convert.exceptions
-
- ConversionErrorException(Argument, ConversionError) - Constructor for exception io.micronaut.core.convert.exceptions.ConversionErrorException
-
- ConversionErrorException(Argument, Exception) - Constructor for exception io.micronaut.core.convert.exceptions.ConversionErrorException
-
- ConversionErrorHandler - Class in io.micronaut.http.server.exceptions
-
- ConversionErrorHandler() - Constructor for class io.micronaut.http.server.exceptions.ConversionErrorHandler
-
- conversionService - Variable in class io.micronaut.context.env.PropertySourcePropertyResolver
-
- ConversionService<Impl extends ConversionService> - Interface in io.micronaut.core.convert
-
A service for allowing conversion from one type to another.
- conversionService - Variable in class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- conversionService - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- conversionService - Variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- convert(Object[], Class<Class[]>, ConversionContext) - Method in class io.micronaut.context.converters.StringArrayToClassArrayConverter
-
Deprecated.
- convert(CharSequence, Class<Class>, ConversionContext) - Method in class io.micronaut.context.converters.StringToClassConverter
-
Deprecated.
- convert(Object, Class<T>, ConversionContext) - Method in class io.micronaut.context.env.DefaultEnvironment
-
- convert(Object, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Argument<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Class<T>, ConversionContext) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- convert(CharSequence, Class<Number>, ConversionContext) - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- convert(S, Class<T>) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- convert(S, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- convert(CharSequence, Class<SocketAddress>, ConversionContext) - Method in class io.micronaut.http.client.converters.SocketAddressConverter
-
Deprecated.
- convert(CharSequence, Class<MediaType>, ConversionContext) - Method in class io.micronaut.http.MediaTypeConverter
-
Deprecated.
- convert(Map<String, Object>, Class<CorsOriginConfiguration>, ConversionContext) - Method in class io.micronaut.http.server.cors.CorsOriginConverter
-
- convert(Attribute, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.AttributeConverter
-
Deprecated.
- convert(ByteBuf, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.ByteBufToObjectConverter
-
Deprecated.
- convert(FileUpload, Class<CompletedFileUpload>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.FileUploadToCompletedFileUploadConverter
-
Deprecated.
- convert(FileUpload, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.FileUploadToObjectConverter
-
Deprecated.
- convert(HttpData, Class<byte[]>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.HttpDataToByteArrayConverter
-
Deprecated.
- convert(HttpData, Class<CharSequence>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.HttpDataToStringConverter
-
Deprecated.
- convert(NettyPartData, Class<byte[]>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.NettyPartDataToArrayConverter
-
Deprecated.
- convert(NettyPartData, Class<Object>, ConversionContext) - Method in class io.micronaut.http.server.netty.converters.NettyPartDataToObjectConverter
-
Deprecated.
- convert(CharSequence, Class<PropertyNamingStrategy>, ConversionContext) - Method in class io.micronaut.jackson.bind.CharSequencePropertyNamingStrategyConverter
-
Deprecated.
- convert(Map, Class<Object>, ConversionContext) - Method in class io.micronaut.jackson.bind.MapToObjectConverter
-
Deprecated.
- convert(ArrayNode, Class<Object[]>, ConversionContext) - Method in class io.micronaut.jackson.convert.ArrayNodeToArrayConverter
-
Deprecated.
- convert(ArrayNode, Class<Iterable>, ConversionContext) - Method in class io.micronaut.jackson.convert.ArrayNodeToIterableConverter
-
Deprecated.
- convert(JsonNode, Class<Object>, ConversionContext) - Method in class io.micronaut.jackson.convert.JsonNodeToObjectConverter
-
Deprecated.
- convert(ObjectNode, Class<ConvertibleValues>, ConversionContext) - Method in class io.micronaut.jackson.convert.ObjectNodeToConvertibleValuesConverter
-
Deprecated.
- convert(Object, Class<JsonNode>, ConversionContext) - Method in class io.micronaut.jackson.convert.ObjectToJsonNodeConverter
-
Deprecated.
- convert(Number, Class<HttpStatus>, ConversionContext) - Method in class io.micronaut.runtime.http.converters.HttpStatusConverter
-
Deprecated.
- convertAndSet(B, Object) - Method in interface io.micronaut.core.beans.BeanProperty
-
Convert the value and set if on the bean using the default conversion service.
- convertCollection(Class<? extends Iterable<T>>, Collection<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Attempts to convert a collection to the given iterabable type
- convertDotToUnderscore(String) - Static method in class io.micronaut.core.util.StringUtils
-
Replace the dots in the property with underscore and
transform to uppercase.
- convertDotToUnderscore(String, boolean) - Static method in class io.micronaut.core.util.StringUtils
-
Replace the dots in the property with underscore and
transform to uppercase based on given flag.
- ConvertibleMultiValues<V> - Interface in io.micronaut.core.convert.value
-
- ConvertibleMultiValuesMap<V> - Class in io.micronaut.core.convert.value
-
- ConvertibleMultiValuesMap() - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesMap(Map<CharSequence, List<V>>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesMap(Map<CharSequence, List<V>>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- ConvertibleMultiValuesSerializer - Class in io.micronaut.jackson.serialize
-
- ConvertibleMultiValuesSerializer() - Constructor for class io.micronaut.jackson.serialize.ConvertibleMultiValuesSerializer
-
- ConvertibleValues<V> - Interface in io.micronaut.core.convert.value
-
An interface for classes that represent a map-like structure of values that can be converted.
- ConvertibleValuesMap<V> - Class in io.micronaut.core.convert.value
-
- ConvertibleValuesMap() - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesMap(Map<? extends CharSequence, V>) - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesMap(Map<? extends CharSequence, V>, ConversionService<?>) - Constructor for class io.micronaut.core.convert.value.ConvertibleValuesMap
-
Constructor.
- ConvertibleValuesSerializer - Class in io.micronaut.jackson.serialize
-
- ConvertibleValuesSerializer() - Constructor for class io.micronaut.jackson.serialize.ConvertibleValuesSerializer
-
- convertPublisher(Object, Class<T>) - Static method in class io.micronaut.core.async.publisher.Publishers
-
Attempts to convert the publisher to the given type.
- convertRequired(Object, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Convert the value to the given type.
- convertRequired(Object, Argument<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Convert the value to the given type.
- convertValue(ChannelOption<?>, Object, Environment) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Converts the specified value given the channel option type.
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- Cookie - Interface in io.micronaut.http.cookie
-
An interface representing a Cookie.
- COOKIE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cookie"
.
- cookie(Cookie) - Method in interface io.micronaut.http.MutableHttpRequest
-
Sets the specified cookie on the request.
- cookie(Cookie) - Method in interface io.micronaut.http.MutableHttpResponse
-
Adds the specified cookie to the response.
- cookie(Cookie) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- cookie(Cookie) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- CookieAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
-
- CookieAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.CookieAnnotationBinder
-
- CookieConfiguration - Interface in io.micronaut.http.cookie
-
An interface representing the configuration of a Cookie.
- CookieElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for CookieElement and CookiesElement.
- CookieElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.CookieElementBuilder
-
- CookieFactory - Interface in io.micronaut.http.cookie
-
A CookieFactory creates
Cookie
instances and should be implemented by a concrete server.
- CookieHttpSessionIdGenerator - Class in io.micronaut.session.http
-
Utility to generate a session id from a cookie value or builds a cookie value from session.
- CookieHttpSessionIdGenerator(HttpSessionConfiguration) - Constructor for class io.micronaut.session.http.CookieHttpSessionIdGenerator
-
Constructor.
- CookieHttpSessionStrategy - Class in io.micronaut.session.http
-
Resolves
Session
identifiers from cookies.
- CookieHttpSessionStrategy(HttpSessionConfiguration) - Constructor for class io.micronaut.session.http.CookieHttpSessionStrategy
-
Constructor.
- CookieHttpSessionStrategy(HttpSessionConfiguration, CookieHttpSessionIdGenerator) - Constructor for class io.micronaut.session.http.CookieHttpSessionStrategy
-
Constructor.
- cookiename - Variable in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
The name of the header.
- Cookies - Interface in io.micronaut.http.cookie
-
Models the defined
Cookie
instances in an application.
- cookies(Set<Cookie>) - Method in interface io.micronaut.http.MutableHttpRequest
-
Sets the specified cookies on the request.
- cookies(Set<Cookie>) - Method in interface io.micronaut.http.MutableHttpResponse
-
Adds the specified cookies to the response.
- cookies(Set<Cookie>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- cookies(Set<Cookie>) - Method in class io.micronaut.http.simple.SimpleHttpRequest
-
- CookieTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolver(CookieTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
- CookieTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- CookieTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- CookieTenantWriter - Class in io.micronaut.multitenancy.writer
-
Writes the tenantId to in a cookie.
- CookieTenantWriter(CookieTenantWriterConfiguration) - Constructor for class io.micronaut.multitenancy.writer.CookieTenantWriter
-
- cookieTenantWriterConfiguration - Variable in class io.micronaut.multitenancy.writer.CookieTenantWriter
-
- CookieTenantWriterConfigurationProperties - Class in io.micronaut.multitenancy.writer
-
- CookieTenantWriterConfigurationProperties() - Constructor for class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- CookieValue - Annotation Type in io.micronaut.http.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from an HTTP
cookie.
- cookieValueFromSession(Session) - Method in class io.micronaut.session.http.CookieHttpSessionIdGenerator
-
- copiedBuffer(byte[]) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- copiedBuffer(ByteBuffer) - Method in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
- copiedBuffer(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Creates a new big-endian buffer whose content is a copy of the specified array
's sub-region.
- copiedBuffer(ByteBuffer) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Creates a new big-endian buffer whose content is a copy of the specified NIO buffer.
- copy() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- copy(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- copy() - Method in class io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement
-
- copy() - Method in interface io.micronaut.http.server.netty.handler.accesslog.element.LogElement
-
Copy this log element when it is not stateless.
- copy() - Method in class io.micronaut.session.http.SessionLogElement
-
- corsConfiguration - Variable in class io.micronaut.http.server.cors.CorsFilter
-
- CorsConfiguration() - Constructor for class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- CorsFilter - Class in io.micronaut.http.server.cors
-
Responsible for handling CORS requests and responses.
- CorsFilter(HttpServerConfiguration.CorsConfiguration) - Constructor for class io.micronaut.http.server.cors.CorsFilter
-
- CorsOriginConfiguration - Class in io.micronaut.http.server.cors
-
Stores configuration for CORS.
- CorsOriginConfiguration() - Constructor for class io.micronaut.http.server.cors.CorsOriginConfiguration
-
- CorsOriginConverter - Class in io.micronaut.http.server.cors
-
- CorsOriginConverter() - Constructor for class io.micronaut.http.server.cors.CorsOriginConverter
-
- create(Argument<T>, T) - Static method in interface io.micronaut.core.type.ArgumentValue
-
- create(Argument<T>, T) - Static method in interface io.micronaut.core.type.MutableArgumentValue
-
- create(URL) - Static method in interface io.micronaut.http.client.HttpClient
-
- create(String) - Method in class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
-
- create(ServiceInstanceList) - Method in class io.micronaut.http.client.loadbalance.ServiceInstanceListLoadBalancerFactory
-
- create(HttpMethod, String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- create(HttpMethod, String, String) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- create(URL) - Static method in interface io.micronaut.http.client.RxHttpClient
-
- create(URL) - Static method in interface io.micronaut.http.client.RxStreamingHttpClient
-
- create(String, String) - Method in interface io.micronaut.http.cookie.CookieFactory
-
Create a new cookie.
- create(HttpMethod, String) - Static method in interface io.micronaut.http.HttpRequest
-
- create(HttpMethod, String, String) - Static method in interface io.micronaut.http.HttpRequest
-
- create(HttpMethod, String) - Method in interface io.micronaut.http.HttpRequestFactory
-
- create(HttpMethod, String, String) - Method in interface io.micronaut.http.HttpRequestFactory
-
Allows to create request including non-standard http methods.
- create(String, String) - Method in class io.micronaut.http.netty.cookies.NettyCookieFactory
-
- create(String, String) - Method in class io.micronaut.http.simple.cookies.SimpleCookieFactory
-
- create(HttpMethod, String) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
-
- create(String) - Static method in class io.micronaut.scheduling.cron.CronExpression
-
Create object from the String expression.
- create(SessionStore, HttpRequest<?>) - Static method in class io.micronaut.session.http.SessionForRequest
-
Creates a session and stores it in the request attributes.
- create(Argument<?>) - Static method in exception io.micronaut.web.router.exceptions.UnsatisfiedRouteException
-
Creates a specialized UnsatisfiedRouteException given the provided argument.
- createAnnotationScanner(ClassLoader) - Method in class io.micronaut.context.env.DefaultEnvironment
-
Creates the default annotation scanner.
- createAttribute(String, String) - Method in interface io.micronaut.http.client.multipart.MultipartDataFactory
-
Creates an attribute.
- createBean(Class<T>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>, Map<String, Object>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>, Object...) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Object...) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Map<String, Object>) - Method in interface io.micronaut.context.BeanContext
-
Creates a new instance of the given bean performing dependency injection and returning a new instance.
- createBean(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(Class<T>, Qualifier<T>, Map<String, Object>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(Class<T>, Qualifier<T>, Object...) - Method in class io.micronaut.context.DefaultBeanContext
-
- createBean(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Creates a bean.
- createClient(URL) - Method in class io.micronaut.http.client.netty.NettyRxHttpClientFactory
-
- createClient(URL) - Method in interface io.micronaut.http.client.RxHttpClientFactory
-
- createConversionService() - Method in class io.micronaut.context.DefaultApplicationContext
-
Creates the default conversion service.
- created(T) - Static method in interface io.micronaut.http.HttpResponse
-
- created(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- created(T, URI) - Static method in interface io.micronaut.http.HttpResponse
-
- createDecoder(String) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- createEmptyMessage(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createEmptyMessage(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createEnvironment(ApplicationContextConfiguration) - Method in class io.micronaut.context.DefaultApplicationContext
-
Creates the default environment for the given environment name.
- createEventLoopGroup(HttpClientConfiguration, ThreadFactory) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates the NioEventLoopGroup
for this client.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates a default EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Create an event loop group for the given configuration and thread factory.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(int, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
- createEventLoopGroup(Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a default KQueueEventLoopGroup.
- createEventLoopGroup(int, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a default NioEventLoopGroup.
- createExecutionHandle(BeanDefinition<? extends Object>, ExecutableMethod<Object, ?>) - Method in class io.micronaut.context.DefaultBeanContext
-
- createExecutionHandle(BeanDefinition<?>, ExecutableMethod<Object, ?>) - Method in interface io.micronaut.context.ExecutionHandleLocator
-
Create an execution handle for the given bean definition and method.
- createFileUpload(String, String, MediaType, String, Charset, long) - Method in interface io.micronaut.http.client.multipart.MultipartDataFactory
-
Creates a file upload.
- createObjectInput(InputStream, Class<?>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- createObjectOutput(OutputStream) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- createParentEventLoopGroup() - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriMatchTemplate
-
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriTemplate
-
Creates a parser.
- createParser(String, Object...) - Method in class io.micronaut.http.uri.UriTypeMatchTemplate
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- createPropertySource(String, Map<String, Object>, int) - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- createServerBootstrap() - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- createSibling(AnnotationMetadata) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Create a new hierarchy instance from this metadata using this metadata's parents.
- createStreamedMessage(HttpResponse, Publisher<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createStreamedMessage(HttpRequest, Publisher<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createStreamingClient(URL) - Method in class io.micronaut.http.client.netty.NettyRxHttpClientFactory
-
- createStreamingClient(URL) - Method in interface io.micronaut.http.client.RxHttpClientFactory
-
- createTemp(String) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
-
- createValid(Class<T>, Object...) - Method in class io.micronaut.validation.validator.DefaultValidator
-
- createValid(Class<T>, Object...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
-
Create a new valid instance.
- createVisitorContext() - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- createVisitorContext() - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Creates the visitor context for this implementation.
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler
-
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
-
- createWorkerEventLoopGroup(EventLoopGroupConfiguration) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- Creator - Annotation Type in io.micronaut.core.annotation
-
An annotation applicable to a constructor that provides a hint as to which constructor is the primary constructor.
- CronExpression - Class in io.micronaut.scheduling.cron
-
This provides cron support for Java 8 using java-time.
- CROSS_ORIGIN_RESOURCE_POLICY - Static variable in interface io.micronaut.http.HttpHeaders
-
"Cross-Origin-Resource-Policy"
.
- ctx - Variable in class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- current() - Method in interface io.micronaut.health.CurrentHealthStatus
-
- currentAttempt() - Method in interface io.micronaut.retry.RetryState
-
- currentDownstreamSubscriber() - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
Resolve the current Subscriber
.
- CurrentHealthStatus - Interface in io.micronaut.health
-
Strategy interface for retrieving and updating the current
HealthStatus
of the application.
- currentRequest() - Static method in class io.micronaut.http.context.ServerRequestContext
-
Retrieve the current server request context.
- currentSegment() - Method in interface io.micronaut.context.BeanResolutionContext.Path
-
- currentSubscriber() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Get the current Subscriber
.
- currentSubscriber() - Method in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
- CustomHttpMethod - Annotation Type in io.micronaut.http.annotation
-
This annotation is designed for non-standard http methods, that you
can provide by specifying the required
CustomHttpMethod.method()
property.
- CustomizableResponseType - Interface in io.micronaut.http.server.types
-
A type that needs special handling that may include modification of the response.
- CustomizableResponseTypeException - Exception in io.micronaut.http.server.types
-
Used when a special type handler encounters an error.
- CustomizableResponseTypeException(String) - Constructor for exception io.micronaut.http.server.types.CustomizableResponseTypeException
-
- CustomizableResponseTypeException(String, Throwable) - Constructor for exception io.micronaut.http.server.types.CustomizableResponseTypeException
-
- customizeConfiguration(Configuration) - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
Hooks for sub classes to override.
- CustomScope<A extends java.lang.annotation.Annotation> - Interface in io.micronaut.context.scope
-
- CustomScopeRegistry - Interface in io.micronaut.context.scope
-
- DATA - Static variable in interface io.micronaut.http.sse.Event
-
The data parameter.
- DATA_OPTION - Static variable in class io.micronaut.function.executor.FunctionApplication
-
The data option.
- dataStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- dataStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.RxStreamingHttpClient
-
- dataStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.StreamingHttpClient
-
Request a stream of data where each emitted item is a
ByteBuffer
instance.
- DATE - Static variable in interface io.micronaut.http.HttpHeaders
-
"Date"
.
- date(LocalDateTime) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Adds the date header for the given LocalDateTime
.
- date(long) - Method in interface io.micronaut.http.MutableHttpHeaders
-
Adds the DATE header for the given Long
.
- DateTimeElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for DateTimeElement.
- DateTimeElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.DateTimeElementBuilder
-
- DEBUG_OPTIONS - Static variable in class io.micronaut.function.executor.FunctionApplication
-
The debug option.
- decapitalize(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Decapitalizes a given string according to the rule:
If the first or only character is Upper Case, it is made Lower Case
UNLESS the second character is also Upper Case, when the String is
returned unchanged .
- decapitalizeWithoutSuffix(String, String...) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts class name to property name using JavaBean decapitalization.
- DecimalMaxValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract implementation of a validator for DecimalMax
.
- DecimalMinValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract implementation of a validator for DecimalMin
.
- decode(Argument<T>, InputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given InputStream
.
- decode(Class<T>, InputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given InputStream
.
- decode(Class<T>, byte[]) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, byte[]) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Class<T>, ByteBuffer<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given buffer.
- decode(Argument<T>, ByteBuffer<?>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given buffer.
- decode(Class<T>, String) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, String) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Decode the given type from the given bytes.
- decode(Argument<T>, InputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- decode(Class<T>, InputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.micronaut.http.server.netty.decoders.HttpRequestDecoder
-
- decode(Argument<T>, InputStream) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, JsonNode) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
Decodes the given JSON node.
- decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, String) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- decode(Argument<T>, ByteBuffer<?>) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- decode(Argument<T>, InputStream) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- decorate(Function<RouteMatch<Object>, Object>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- decorate(Function<RouteMatch<R>, R>) - Method in interface io.micronaut.web.router.RouteMatch
-
Decorates the execution of the route with the given executor.
- decorate(Function<RouteMatch<R>, R>) - Method in interface io.micronaut.web.router.UriRouteMatch
-
- DEDUCE_ENVIRONMENT_ENV - Static variable in interface io.micronaut.context.env.Environment
-
Environment key for whether to deduce environments.
- DEDUCE_ENVIRONMENT_PROPERTY - Static variable in interface io.micronaut.context.env.Environment
-
Property for whether to deduce environments.
- deduceEnvironment(Boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Whether to deduce environments.
- deduceEnvironment(Boolean) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- DEFAULT - Static variable in class io.micronaut.buffer.netty.NettyByteBufferFactory
-
Default Netty ByteBuffer Factory.
- DEFAULT - Static variable in interface io.micronaut.context.MessageSource.MessageContext
-
The default message context.
- DEFAULT - Static variable in interface io.micronaut.core.annotation.AnnotationMetadataResolver
-
The default resolver.
- DEFAULT - Static variable in interface io.micronaut.core.convert.ConversionContext
-
The default conversion context.
- DEFAULT - Static variable in interface io.micronaut.http.client.exceptions.HttpClientErrorDecoder
-
The default implementation.
- DEFAULT - Static variable in class io.micronaut.http.client.interceptor.configuration.ClientVersioningConfiguration
-
The default configuration property name.
- DEFAULT - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The name of the default event loop group configuration.
- DEFAULT - Static variable in interface io.micronaut.inject.validation.BeanDefinitionValidator
-
A default no-op validator.
- DEFAULT - Static variable in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
The name of the default tenant.
- DEFAULT_ARRAYSIZETHRESHOLD - Static variable in class io.micronaut.jackson.JacksonConfiguration
-
The default array size threshold value.
- DEFAULT_ATTRIBUTE - Static variable in interface io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfiguration
-
- DEFAULT_BASE64ENCODE - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
The default base64 encode value.
- DEFAULT_BUILDSELFSIGNED - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default build self signed value.
- DEFAULT_CACHESECONDS - Static variable in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
-
The default cache seconds.
- DEFAULT_CHARSET - Static variable in class io.micronaut.runtime.ApplicationConfiguration
-
Property name for Micronaut default charset.
- DEFAULT_CHUNKSUPPORTED - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default chunk supported value.
- DEFAULT_COMPRESSIONLEVEL - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default compression level.
- DEFAULT_COMPRESSIONTHRESHOLD - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default compression threshold.
- DEFAULT_CONNECTTIMEOUT - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default connect timeout in seconds.
- DEFAULT_COOKIENAME - Static variable in interface io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfiguration
-
- DEFAULT_COOKIENAME - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default cookie name.
- DEFAULT_COOKIENAME - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
Cookie name.
- DEFAULT_COOKIEPATH - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Default Cookie Path.
- DEFAULT_COOKIEPATH - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
Default Cookie Path.
- DEFAULT_DATEHEADER - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default date header.
- DEFAULT_DEREGISTER - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default deregister value.
- DEFAULT_DISK - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default disk value.
- DEFAULT_DUAL_PROTOCOL - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value for enabling dual protocol (http/https).
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLE - Static variable in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.DiscoveryConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
-
Endpoint default enabled.
- DEFAULT_ENABLED - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
The default enable value.
- DEFAULT_ENABLED - Static variable in class io.micronaut.web.router.resource.StaticResourceConfiguration
-
The default enable value.
- DEFAULT_ENDPOINT_BASE_PATH - Static variable in class io.micronaut.management.endpoint.EndpointDefaultConfiguration
-
The default base path.
- DEFAULT_ERROR_TYPE - Static variable in interface io.micronaut.http.client.HttpClient
-
The default error type.
- DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Constant with the default threads in the event loop.
- DEFAULT_EXCEPTION_ON_ERROR_STATUS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default value.
- DEFAULT_FAILFAST - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default fail fast value.
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default follow redirects value.
- DEFAULT_HEADER_NAME - Static variable in class io.micronaut.http.client.interceptor.configuration.DefaultClientVersioningConfiguration
-
- DEFAULT_HEADER_NAME - Static variable in interface io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfiguration
-
- DEFAULT_HEADER_NAME - Static variable in class io.micronaut.web.router.version.resolution.HeaderVersionResolverConfiguration
-
- DEFAULT_HEADERNAME - Static variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
The default header name.
- DEFAULT_HEALTHCHECK - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check value.
- DEFAULT_HEALTHCHECKINTERVAL_SECONDS - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check interval in seconds.
- DEFAULT_HEALTHCHECKURI - Static variable in class io.micronaut.http.client.ServiceHttpClientConfiguration
-
The default health check uri.
- DEFAULT_HTTPONLY - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default http only value.
- DEFAULT_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default idle time.
- DEFAULT_INITIALBUFFERSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default initial buffer size value.
- DEFAULT_INTERVAL_SECONDS - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
The default interval seconds.
- DEFAULT_LOG_HANDLED_EXCEPTIONS - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value for log handled exceptions.
- DEFAULT_LOOP - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The default.
- DEFAULT_MAPPING - Static variable in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
-
Configurable default mapping for filter.
- DEFAULT_MAPPING - Static variable in class io.micronaut.web.router.resource.StaticResourceConfiguration
-
The default mapping value.
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default max content length in bytes.
- DEFAULT_MAX_FILE_SIZE - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default max file size.
- DEFAULT_MAX_REQUEST_SIZE - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default max request size.
- DEFAULT_MAX_STACK - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- DEFAULT_MAXCHUNKSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max chunk size.
- DEFAULT_MAXCONNECTIONS - Static variable in class io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration
-
The default max connections value.
- DEFAULT_MAXHEADERSIZE - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max header size.
- DEFAULT_MAXINACTIVEINTERVAL_MINUTES - Static variable in class io.micronaut.session.SessionConfiguration
-
The default max inactive interval in minutes.
- DEFAULT_MAXINITIALLINELENGTH - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default max initial line length.
- DEFAULT_METADATAURL - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default metadata url value.
- DEFAULT_MIXED - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default mixed value.
- DEFAULT_NAME - Static variable in interface io.micronaut.context.env.Environment
-
The default application name.
- DEFAULT_PARAMETER_NAME - Static variable in class io.micronaut.http.client.interceptor.configuration.DefaultClientVersioningConfiguration
-
- DEFAULT_PARAMETER_NAME - Static variable in class io.micronaut.web.router.version.resolution.ParameterVersionResolverConfiguration
-
- DEFAULT_PATH - Static variable in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
The default path.
- DEFAULT_PATH - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default path value.
- DEFAULT_PATH - Static variable in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
The default path.
- DEFAULT_PATH - Static variable in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- DEFAULT_PATH_SEPARATOR - Static variable in class io.micronaut.core.util.AntPathMatcher
-
Default path separator: "/".
- DEFAULT_PORT - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default port value.
- DEFAULT_PORT - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default port value.
- DEFAULT_POSITION - Static variable in class io.micronaut.context.env.AbstractPropertySourceLoader
-
Default position for the property source loader.
- DEFAULT_PREFIX - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
The default prefix.
- DEFAULT_PRODUCES - Static variable in interface io.micronaut.web.router.Route
-
The default media type produced by routes.
- DEFAULT_PROJECTMETADATAURL - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default project metadata url value.
- DEFAULT_PROTOCOL - Static variable in class io.micronaut.http.ssl.SslConfiguration
-
The default protocol.
- DEFAULT_RANDOM_PORT - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default value random port.
- DEFAULT_READ_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default read idle time in minutes.
- DEFAULT_READ_IDLE_TIMEOUT_MINUTES - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default read idle timeout in minutes.
- DEFAULT_READ_TIMEOUT_SECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default read timeout in seconds.
- DEFAULT_READTIMEOUT - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
The default read timeout in seconds.
- DEFAULT_REMEMBERME - Static variable in class io.micronaut.session.http.HttpSessionConfiguration
-
The default remember me value.
- DEFAULT_RETRY_COUNT - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default retry count value.
- DEFAULT_RETRYDELAY_SECONDS - Static variable in class io.micronaut.discovery.registration.RegistrationConfiguration
-
The default retry delay in seconds.
- DEFAULT_SAMPLER_PROBABILITY - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- DEFAULT_SECURE - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
The default secure value.
- DEFAULT_SENSITIVE - Static variable in class io.micronaut.management.endpoint.health.HealthEndpoint
-
If the endpoint is sensitive if no configuration is provided.
- DEFAULT_SENSITIVE - Static variable in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
-
Endpoint default sensitivity.
- DEFAULT_SERVER_URL - Static variable in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS - Static variable in class io.micronaut.http.client.HttpClientConfiguration
-
The default shutdown timeout in millis.
- DEFAULT_SINGLE_HEADER - Static variable in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
- DEFAULT_SYSTEM_PROPERTY_NAME - Static variable in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- DEFAULT_THRESHOLD - Static variable in class io.micronaut.http.server.HttpServerConfiguration.MultipartConfiguration
-
The default threshold value.
- DEFAULT_THRESHOLD - Static variable in class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
The default threshold value.
- DEFAULT_URI - Static variable in annotation type io.micronaut.http.annotation.UriMapping
-
- DEFAULT_URI - Static variable in annotation type io.micronaut.websocket.annotation.WebSocketComponent
-
The default WebSocket URI.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
The default url value.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
The default url value.
- DEFAULT_URL - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
The default url value.
- DEFAULT_USE_NATIVE_TRANSPORT - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default use netty's native transport flag.
- DEFAULT_VALIDATEHEADERS - Static variable in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
The default validate headers value.
- DEFAULT_VNIC_URL - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- DEFAULT_WRITE_IDLE_TIME_MINUTES - Static variable in class io.micronaut.http.server.HttpServerConfiguration
-
The default write idle time in minutes.
- DefaultAnnotatedElementValidator - Class in io.micronaut.validation.validator
-
- DefaultAnnotatedElementValidator() - Constructor for class io.micronaut.validation.validator.DefaultAnnotatedElementValidator
-
Default constructor.
- DefaultAnnotationMetadata - Class in io.micronaut.inject.annotation
-
- DefaultAnnotationMetadata() - Constructor for class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Constructs empty annotation metadata.
- DefaultAnnotationMetadata(Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, Map<CharSequence, Object>>, Map<String, List<String>>) - Constructor for class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
This constructor is designed to be used by compile time produced subclasses.
- DefaultApplicationContext - Class in io.micronaut.context
-
- DefaultApplicationContext(String...) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name.
- DefaultApplicationContext(ClassPathResourceLoader, String...) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name and classloader.
- DefaultApplicationContext(ApplicationContextConfiguration) - Constructor for class io.micronaut.context.DefaultApplicationContext
-
Construct a new ApplicationContext for the given environment name and classloader.
- DefaultApplicationContextBuilder - Class in io.micronaut.context
-
- DefaultApplicationContextBuilder() - Constructor for class io.micronaut.context.DefaultApplicationContextBuilder
-
Default constructor.
- DefaultArgument<T> - Class in io.micronaut.core.type
-
Represents an argument to a constructor or method.
- DefaultArgument(Class<T>, String, AnnotationMetadata, Argument...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, AnnotationMetadata, Argument...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, String, AnnotationMetadata, Map<String, Argument<?>>, Argument[]) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Type, String, AnnotationMetadata) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultBeanContext - Class in io.micronaut.context
-
The default context implementations.
- DefaultBeanContext() - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context using the same classloader that loaded this DefaultBeanContext class.
- DefaultBeanContext(ClassLoader) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context with the given class loader.
- DefaultBeanContext(ClassPathResourceLoader) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Construct a new bean context with the given class loader.
- DefaultBeanContext(BeanContextConfiguration) - Constructor for class io.micronaut.context.DefaultBeanContext
-
Creates a new bean context with the given configuration.
- DefaultBeanDefinitionData - Class in io.micronaut.management.endpoint.beans.impl
-
- DefaultBeanResolutionContext - Class in io.micronaut.context
-
- DefaultBeanResolutionContext(BeanContext, BeanDefinition) - Constructor for class io.micronaut.context.DefaultBeanResolutionContext
-
- DefaultBodyAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
-
Binds a String body argument.
- DefaultBodyAnnotationBinder(ConversionService) - Constructor for class io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder
-
- DefaultChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- DefaultChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.DefaultChannelOptionFactory
-
- defaultCharset - Variable in class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultClassPathResourceLoader - Class in io.micronaut.core.io.scan
-
Loads resources from the classpath.
- DefaultClassPathResourceLoader(ClassLoader) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Default constructor.
- DefaultClassPathResourceLoader(ClassLoader, String) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Use when resources should have a standard base path.
- DefaultClientVersioningConfiguration - Class in io.micronaut.http.client.interceptor.configuration
-
Default configuration when no other is present.
- DefaultClockProvider - Class in io.micronaut.validation.validator
-
The default clock provider.
- DefaultClockProvider() - Constructor for class io.micronaut.validation.validator.DefaultClockProvider
-
- DefaultCompositeConfigurationClient - Class in io.micronaut.discovery.config
-
- DefaultCompositeConfigurationClient(ConfigurationClient[]) - Constructor for class io.micronaut.discovery.config.DefaultCompositeConfigurationClient
-
Create a default composite configuration client from given configuration clients.
- DefaultCompositeDiscoveryClient - Class in io.micronaut.discovery
-
- DefaultCompositeDiscoveryClient(List<DiscoveryClient>) - Constructor for class io.micronaut.discovery.DefaultCompositeDiscoveryClient
-
Create a default composite discovery for the discovery clients.
- DefaultCompositeDiscoveryClient(DiscoveryClient...) - Constructor for class io.micronaut.discovery.DefaultCompositeDiscoveryClient
-
Create a default composite discovery for the discovery clients.
- DefaultConnectionPoolConfiguration() - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration
-
- DefaultConstraintValidators - Class in io.micronaut.validation.validator.constraints
-
A factory bean that contains implementation for many of the default validations.
- DefaultConstraintValidators() - Constructor for class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
-
Default constructor.
- DefaultConstraintValidators(BeanContext) - Constructor for class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
-
Constructor used for DI.
- DefaultConstraintValidators.ValidatorKey<A extends java.lang.annotation.Annotation,T> - Class in io.micronaut.validation.validator.constraints
-
Key for caching validators.
- defaultConstructorFor(TypeElement) - Method in class io.micronaut.annotation.processing.ModelUtils
-
- DefaultConversionService - Class in io.micronaut.core.convert
-
The default conversion service.
- DefaultConversionService() - Constructor for class io.micronaut.core.convert.DefaultConversionService
-
Constructor.
- DefaultCustomizableResponseTypeHandlerRegistry - Class in io.micronaut.http.server.netty.types
-
- DefaultCustomizableResponseTypeHandlerRegistry(NettyCustomizableResponseTypeHandler...) - Constructor for class io.micronaut.http.server.netty.types.DefaultCustomizableResponseTypeHandlerRegistry
-
- DefaultCustomizableResponseTypeHandlerRegistry(List<NettyCustomizableResponseTypeHandler>) - Constructor for class io.micronaut.http.server.netty.types.DefaultCustomizableResponseTypeHandlerRegistry
-
- DefaultEnvironment - Class in io.micronaut.context.env
-
The default implementation of the
Environment
interface.
- DefaultEnvironment(ApplicationContextConfiguration) - Constructor for class io.micronaut.context.env.DefaultEnvironment
-
Construct a new environment for the given configuration.
- defaultEventLoopGroup() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Constructs an event loop group with default Configuration.
- DefaultEventLoopGroupConfiguration - Class in io.micronaut.http.netty.channel
-
Configuration interface for event loop configuration.
- DefaultEventLoopGroupConfiguration(String, int, Integer, boolean, String) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupConfiguration() - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
The default factory for EventLoopGroup
instances.
- DefaultEventLoopGroupFactory(NioEventLoopGroupFactory, EventLoopGroupFactory) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
Default constructor.
- DefaultEventLoopGroupRegistry - Class in io.micronaut.http.netty.channel
-
Factory for creating named event loop groups.
- DefaultEventLoopGroupRegistry(EventLoopGroupFactory, ThreadFactory, BeanLocator) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Default constructor.
- DefaultExecutableBinder<S> - Class in io.micronaut.core.bind
-
- DefaultExecutableBinder() - Constructor for class io.micronaut.core.bind.DefaultExecutableBinder
-
Default constructor.
- DefaultExecutableBinder(Map<Argument<?>, Object>) - Constructor for class io.micronaut.core.bind.DefaultExecutableBinder
-
A map of pre-bound values for any arguments that don't need to be dynamically bound.
- DefaultExecutorSelector - Class in io.micronaut.scheduling.executor
-
Default implementation of the
ExecutorSelector
interface that regards methods that return reactive types as non-blocking.
- DefaultExecutorSelector(BeanLocator, Provider<ExecutorService>) - Constructor for class io.micronaut.scheduling.executor.DefaultExecutorSelector
-
Default constructor.
- DefaultFileSystemResourceLoader - Class in io.micronaut.core.io.file
-
Loads resources from the file system.
- DefaultFileSystemResourceLoader() - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
Default constructor.
- DefaultFileSystemResourceLoader(File) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFileSystemResourceLoader(String) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFileSystemResourceLoader(Path) - Constructor for class io.micronaut.core.io.file.DefaultFileSystemResourceLoader
-
- DefaultFunctionDiscoveryClient - Class in io.micronaut.function.client
-
- DefaultFunctionDiscoveryClient(DiscoveryClient, FunctionDefinitionProvider[], FunctionDefinition...) - Constructor for class io.micronaut.function.client.DefaultFunctionDiscoveryClient
-
Constructor.
- DefaultFunctionExitHandler - Class in io.micronaut.function.executor
-
Default implementation that will exit using System.exit(int)
.
- DefaultFunctionExitHandler() - Constructor for class io.micronaut.function.executor.DefaultFunctionExitHandler
-
- DefaultHttpClient - Class in io.micronaut.http.client.netty
-
Default implementation of the
HttpClient
interface based on Netty.
- DefaultHttpClient(LoadBalancer, HttpClientConfiguration, String, ThreadFactory, NettyClientSslBuilder, MediaTypeCodecRegistry, AnnotationMetadataResolver, HttpClientFilter...) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
Construct a client for the given arguments.
- DefaultHttpClient(LoadBalancer, HttpVersion, HttpClientConfiguration, String, HttpClientFilterResolver<ClientFilterResolutionContext>, List<HttpFilterResolver.FilterEntry<HttpClientFilter>>, ThreadFactory, NettyClientSslBuilder, MediaTypeCodecRegistry, WebSocketBeanRegistry, RequestBinderRegistry, EventLoopGroup, Class<? extends SocketChannel>) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
Construct a client for the given arguments.
- DefaultHttpClient(URL) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient() - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient(URL, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient(LoadBalancer, HttpClientConfiguration) - Constructor for class io.micronaut.http.client.netty.DefaultHttpClient
-
- DefaultHttpClient.HttpClientInitializer - Class in io.micronaut.http.client.netty
-
Initializes the HTTP client channel.
- DefaultHttpClient.NettyRequestWriter - Class in io.micronaut.http.client.netty
-
A Netty request writer.
- DefaultHttpClientAddressResolver - Class in io.micronaut.http.server.util
-
- DefaultHttpClientAddressResolver(HttpServerConfiguration) - Constructor for class io.micronaut.http.server.util.DefaultHttpClientAddressResolver
-
- DefaultHttpClientConfiguration - Class in io.micronaut.http.client
-
The default configuration if no explicit configuration is specified for an HTTP client.
- DefaultHttpClientConfiguration() - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration
-
Default constructor.
- DefaultHttpClientConfiguration(DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration, ApplicationConfiguration) - Constructor for class io.micronaut.http.client.DefaultHttpClientConfiguration
-
- DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration - Class in io.micronaut.http.client
-
The default connection pool configuration.
- DefaultHttpClientFilterResolver - Class in io.micronaut.http.client.filter
-
Resolves filters for http clients.
- DefaultHttpClientFilterResolver(AnnotationMetadataResolver, List<HttpClientFilter>) - Constructor for class io.micronaut.http.client.filter.DefaultHttpClientFilterResolver
-
Default constructor.
- DefaultHttpContentProcessor - Class in io.micronaut.http.server.netty
-
This class will handle subscribing to a stream of HttpContent
.
- DefaultHttpContentProcessor(NettyHttpRequest<?>, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.DefaultHttpContentProcessor
-
- DefaultHttpHostResolver - Class in io.micronaut.http.server.util
-
- DefaultHttpHostResolver(HttpServerConfiguration, Provider<EmbeddedServer>) - Constructor for class io.micronaut.http.server.util.DefaultHttpHostResolver
-
- DefaultImplementation - Annotation Type in io.micronaut.context.annotation
-
An annotation to apply to an interface to indicate which implementation
is the default implementation.
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultKeyConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultKeyStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultKeyStoreConfiguration
-
- DefaultLink - Class in io.micronaut.http.hateoas
-
Default implementation of
Link
.
- DefaultLink(String) - Constructor for class io.micronaut.http.hateoas.DefaultLink
-
- DefaultLoadBalancerResolver - Class in io.micronaut.http.client
-
- DefaultLoadBalancerResolver(BeanContext, ServiceInstanceList...) - Constructor for class io.micronaut.http.client.DefaultLoadBalancerResolver
-
The default server loadbalance resolver.
- DefaultLoadBalancerResolver(BeanContext, List<ServiceInstanceList>) - Constructor for class io.micronaut.http.client.DefaultLoadBalancerResolver
-
The default server loadbalance resolver.
- defaultLoader() - Static method in interface io.micronaut.core.io.file.FileSystemResourceLoader
-
Creation method.
- defaultLoader(ClassLoader) - Static method in interface io.micronaut.core.io.scan.ClassPathResourceLoader
-
- DefaultLocalFunctionRegistry - Class in io.micronaut.function
-
- DefaultLocalFunctionRegistry(MediaTypeCodec...) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLocalFunctionRegistry(List<MediaTypeCodec>) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLocalFunctionRegistry(MediaTypeCodecRegistry) - Constructor for class io.micronaut.function.DefaultLocalFunctionRegistry
-
Constructor.
- DefaultLoggersManager - Class in io.micronaut.management.endpoint.loggers.impl
-
- DefaultLoggersManager() - Constructor for class io.micronaut.management.endpoint.loggers.impl.DefaultLoggersManager
-
- DefaultMediaTypeCodecRegistry - Class in io.micronaut.http.codec
-
- DefaultPropertyPlaceholderResolver - Class in io.micronaut.context.env
-
- DefaultPropertyPlaceholderResolver(PropertyResolver, ConversionService) - Constructor for class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
-
- DefaultPropertyPlaceholderResolver.PlaceholderSegment - Class in io.micronaut.context.env
-
A segment that represents one or more expressions
that should be searched for in the environment.
- DefaultPropertyPlaceholderResolver.RawSegment - Class in io.micronaut.context.env
-
A segment that represents static text.
- DefaultPropertyPlaceholderResolver.Segment - Interface in io.micronaut.context.env
-
A segment of placeholder resolution.
- DefaultRequestBinderRegistry - Class in io.micronaut.http.bind
-
- DefaultRequestBinderRegistry(ConversionService, RequestArgumentBinder...) - Constructor for class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- DefaultRequestBinderRegistry(ConversionService, List<RequestArgumentBinder>) - Constructor for class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- DefaultRetryInterceptor - Class in io.micronaut.retry.intercept
-
- DefaultRetryInterceptor(ApplicationEventPublisher, ExecutorService) - Constructor for class io.micronaut.retry.intercept.DefaultRetryInterceptor
-
Construct a default retry method interceptor with the event publisher.
- DefaultRetryPredicate - Class in io.micronaut.retry.annotation
-
Default retry predicate.
- DefaultRetryPredicate(List<Class<? extends Throwable>>, List<Class<? extends Throwable>>) - Constructor for class io.micronaut.retry.annotation.DefaultRetryPredicate
-
- DefaultRetryPredicate() - Constructor for class io.micronaut.retry.annotation.DefaultRetryPredicate
-
Default constructor.
- DefaultRouteBuilder - Class in io.micronaut.web.router
-
A DefaultRouteBuilder implementation for building roots.
- DefaultRouteBuilder(ExecutionHandleLocator) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteBuilder(ExecutionHandleLocator, RouteBuilder.UriNamingStrategy, ConversionService<?>) - Constructor for class io.micronaut.web.router.DefaultRouteBuilder
-
- DefaultRouteData - Class in io.micronaut.management.endpoint.routes.impl
-
Default route data implementation.
- DefaultRouteData() - Constructor for class io.micronaut.management.endpoint.routes.impl.DefaultRouteData
-
- DefaultRouter - Class in io.micronaut.web.router
-
The default
Router
implementation.
- DefaultRouter(Collection<RouteBuilder>) - Constructor for class io.micronaut.web.router.DefaultRouter
-
Construct a new router for the given route builders.
- DefaultRouter(RouteBuilder...) - Constructor for class io.micronaut.web.router.DefaultRouter
-
Construct a new router for the given route builders.
- DefaultScope - Annotation Type in io.micronaut.context.annotation
-
A meta annotation that can be applied to another annotation to specify a fallback scope of no scope is specified
by the user for a bean.
- DefaultServiceInstanceIdGenerator - Class in io.micronaut.discovery
-
The default implementation to generate Instance IDs.
- DefaultServiceInstanceIdGenerator() - Constructor for class io.micronaut.discovery.DefaultServiceInstanceIdGenerator
-
Default constructor.
- DefaultSessionIdGenerator - Class in io.micronaut.session
-
Default session ID generator that uses UUID
.
- DefaultSessionIdGenerator() - Constructor for class io.micronaut.session.DefaultSessionIdGenerator
-
- DefaultSslConfiguration - Class in io.micronaut.http.ssl
-
The default
SslConfiguration
configuration used if no other configuration is specified.
- DefaultSslConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration
-
- DefaultSslConfiguration.DefaultKeyConfiguration - Class in io.micronaut.http.ssl
-
- DefaultSslConfiguration.DefaultKeyStoreConfiguration - Class in io.micronaut.http.ssl
-
- DefaultSslConfiguration.DefaultTrustStoreConfiguration - Class in io.micronaut.http.ssl
-
- defaultStaticCreatorFor(TypeElement, AnnotationUtils) - Method in class io.micronaut.annotation.processing.ModelUtils
-
- DefaultStreamedHttpRequest - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP request.
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- DefaultStreamedHttpResponse - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP response.
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
-
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
-
- DefaultTaskExceptionHandler - Class in io.micronaut.scheduling
-
The default exception handler used if non other is found.
- DefaultTaskExceptionHandler() - Constructor for class io.micronaut.scheduling.DefaultTaskExceptionHandler
-
- DefaultThreadFactory - Class in io.micronaut.scheduling.executor
-
The default thread factory used for creating threads in Micronaut.
- DefaultThreadFactory() - Constructor for class io.micronaut.scheduling.executor.DefaultThreadFactory
-
- DefaultThreadInfoMapper - Class in io.micronaut.management.endpoint.threads.impl
-
Default implementation of
ThreadInfoMapper
that returns the
ThreadInfo
objects as is.
- DefaultThreadInfoMapper() - Constructor for class io.micronaut.management.endpoint.threads.impl.DefaultThreadInfoMapper
-
- DefaultTracer - Class in io.micronaut.tracing
-
Creates a default NoopTracer if no other tracer is present.
- DefaultTracer() - Constructor for class io.micronaut.tracing.DefaultTracer
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.client.ServiceHttpClientConfiguration.ServiceSslClientConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ClientSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.DefaultSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultTrustStoreConfiguration() - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration.DefaultTrustStoreConfiguration
-
- DefaultUriMatchInfo(String, Map<String, Object>, List<UriMatchVariable>) - Constructor for class io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
-
- DefaultValidationMessages - Class in io.micronaut.validation.validator.messages
-
The default error messages.
- DefaultValidationMessages() - Constructor for class io.micronaut.validation.validator.messages.DefaultValidationMessages
-
Constructs the default error messages.
- DefaultValidator - Class in io.micronaut.validation.validator
-
Default implementation of the
Validator
interface.
- DefaultValidator(ValidatorConfiguration) - Constructor for class io.micronaut.validation.validator.DefaultValidator
-
Default constructor.
- DefaultValidatorConfiguration - Class in io.micronaut.validation.validator
-
The default configuration for the validator.
- DefaultValidatorConfiguration() - Constructor for class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
- DefaultValidatorFactory - Class in io.micronaut.validation.validator
-
Default validator factory implementation.
- DefaultValidatorFactory(Validator, ValidatorConfiguration) - Constructor for class io.micronaut.validation.validator.DefaultValidatorFactory
-
Default constructor.
- DefaultValueExtractors - Class in io.micronaut.validation.validator.extractors
-
The default value extractors.
- DefaultValueExtractors() - Constructor for class io.micronaut.validation.validator.extractors.DefaultValueExtractors
-
Default constructor.
- DefaultValueExtractors(BeanContext) - Constructor for class io.micronaut.validation.validator.extractors.DefaultValueExtractors
-
Constructor used during DI.
- DefaultVersionProvider - Interface in io.micronaut.web.router.version
-
Defines a provider of a default Version.
- DefaultWatchThread - Class in io.micronaut.scheduling.io.watch
-
Simple watch service that simply stops the server if any changes occur.
- DefaultWatchThread(ApplicationEventPublisher, FileWatchConfiguration, WatchService) - Constructor for class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
Default constructor.
- DefaultWebSocketHttpResponse - Class in io.micronaut.http.netty.stream
-
A default WebSocket HTTP response.
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
-
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, boolean, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
-
- dehyphenate(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts hyphenated, lower-case form to camel-case form.
- delegate - Variable in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
-
- DelegatingBeanDefinition<T> - Interface in io.micronaut.inject
-
- DelegatingExecutableMethod<T,R> - Interface in io.micronaut.inject
-
- Delete - Annotation Type in io.micronaut.http.annotation
-
Annotation that can be applied to method to signify the method receives a
HttpMethod.DELETE
.
- delete(String, T) - Method in class io.micronaut.http.client.netty.NettyClientHttpRequestFactory
-
- DELETE(URI, T) - Static method in interface io.micronaut.http.HttpRequest
-
- DELETE(String, T) - Static method in interface io.micronaut.http.HttpRequest
-
- DELETE(String) - Static method in interface io.micronaut.http.HttpRequest
-
- delete(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
-
- delete() - Method in interface io.micronaut.http.multipart.StreamingFileUpload
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
-
- delete(String, T) - Method in class io.micronaut.http.simple.SimpleHttpRequestFactory
-
- Delete - Annotation Type in io.micronaut.management.endpoint.annotation
-
A method designed to annotate an
Endpoint
delete operation.
- DELETE(String, Object, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(String, Class, String, Class...) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- DELETE(CharSequence) - Method in class io.micronaut.web.router.filter.FilteredRouter
-
- DELETE(String, Object) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI to the specified target for an HTTP DELETE.
- DELETE(Object) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified object.
- DELETE(Object, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified object and ID.
- DELETE(Class) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified class.
- DELETE(Class, PropertyConvention) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route to the specified class and ID.
- DELETE(String, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, Object, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(String, Class, String, Class...) - Method in interface io.micronaut.web.router.RouteBuilder
-
Route the specified URI template to the specified target.
- DELETE(CharSequence) - Method in interface io.micronaut.web.router.Router
-
- DeleteEndpointRouteBuilder - Class in io.micronaut.management.endpoint.processors
-
A processor that processes references to
Delete
operations
Endpoint
instances.
- DeleteEndpointRouteBuilder(ApplicationContext, RouteBuilder.UriNamingStrategy, ConversionService<?>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.processors.DeleteEndpointRouteBuilder
-
- deleteSession(String) - Method in class io.micronaut.session.InMemorySessionStore
-
- deleteSession(String) - Method in interface io.micronaut.session.SessionStore
-
Delete a session for the given ID.
- DependencyInjectionException - Exception in io.micronaut.context.exceptions
-
Represents a runtime failure to perform dependency injection.
- DependencyInjectionException(BeanResolutionContext, Argument, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, Argument, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, Throwable) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, ArgumentConversionContext, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
Builds an error message for attempted argument conversion on a argument.
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, ArgumentConversionContext, String) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
Builds an error message for attempted argument conversion on a method.
- DependencyInjectionException(BeanResolutionContext, MethodInjectionPoint, Argument, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, FieldInjectionPoint, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- DependencyInjectionException(BeanResolutionContext, Argument, String, boolean) - Constructor for exception io.micronaut.context.exceptions.DependencyInjectionException
-
- deprecation(URI) - Method in class io.micronaut.http.hateoas.DefaultLink
-
- deprecation(String) - Method in class io.micronaut.http.hateoas.DefaultLink
-
- deprecation(URI) - Method in interface io.micronaut.http.hateoas.Link.Builder
-
- deprecation(String) - Method in interface io.micronaut.http.hateoas.Link.Builder
-
- deregister(ServiceInstance) - Method in class io.micronaut.discovery.registration.AutoRegistration
-
- descendingKeySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- descendingKeySetWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Set
view of the keys contained in
this map.
- descendingMap() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- descendingMapWithLimit(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot Map
view of the mappings contained
in this map.
- describe(String) - Method in class io.micronaut.health.HealthStatus
-
- Described - Interface in io.micronaut.core.naming
-
An interface for types that are described by a description.
- DESCRIPTOR_DEFAULT_CONSTRUCTOR - Static variable in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- deserialize(InputStream, Class<T>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- deserialize(InputStream, Argument<T>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- deserialize(InputStream, Class<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(InputStream, Argument<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Class<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Argument<T>) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[]) - Method in interface io.micronaut.core.serialize.ObjectSerializer
-
Deserialize the given object to bytes.
- deserialize(byte[], Class<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(InputStream, Class<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(byte[], Argument<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserialize(InputStream, Argument<T>) - Method in class io.micronaut.jackson.serialize.JacksonObjectSerializer
-
- deserializers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- destroyBean(Class<T>) - Method in interface io.micronaut.context.BeanContext
-
Destroys the bean for the given type causing it to be re-created.
- destroyBean(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- details(Object) - Method in class io.micronaut.management.health.indicator.HealthResult.Builder
-
Sets the details of the result.
- DetailsVisibility - Enum in io.micronaut.management.endpoint.health
-
Options for controlling the visibility of health details.
- DEVELOPMENT - Static variable in interface io.micronaut.context.env.Environment
-
The development environment.
- DEVICE_MEMORY - Static variable in interface io.micronaut.http.HttpHeaders
-
"Device-Memory"
.
- diagnosticsByKind() - Method in class io.micronaut.annotation.processing.test.Parser.ParseResult
-
- DIGITAL_OCEAN - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider Digital Ocean.
- DigitalOceanInstanceMetadata - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
-
- DigitalOceanMetadataConfiguration - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanMetadataConfiguration() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- DigitalOceanMetadataKeys - Enum in io.micronaut.discovery.cloud.digitalocean
-
A enum of Digital Ocean metadata.
- DigitalOceanMetadataResolver - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanMetadataResolver(ObjectMapper, DigitalOceanMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
-
- DigitalOceanMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
-
Construct with default settings.
- DigitalOceanNetworkInterface - Class in io.micronaut.discovery.cloud.digitalocean
-
- DigitalOceanNetworkInterface() - Constructor for class io.micronaut.discovery.cloud.digitalocean.DigitalOceanNetworkInterface
-
- DigitsValidator<T> - Interface in io.micronaut.validation.validator.constraints
-
Abstract Digits
validator implementation.
- DirectoryClassWriterOutputVisitor - Class in io.micronaut.inject.writer
-
- DirectoryClassWriterOutputVisitor(File) - Constructor for class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
-
- DisabledBeanException - Exception in io.micronaut.context.exceptions
-
An exception that can be thrown to disable a bean programmatically from within a factory bean.
- DisabledBeanException(String) - Constructor for exception io.micronaut.context.exceptions.DisabledBeanException
-
- discardReadBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- discardSomeReadBytes() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- DiscoveryClient - Interface in io.micronaut.discovery
-
Main client abstraction used for service discovery.
- DiscoveryClientHealthIndicator - Class in io.micronaut.management.health.indicator.discovery
-
A health indicator for the discovery client.
- DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicator
-
- DiscoveryClientHealthIndicatorConfiguration - Class in io.micronaut.management.health.indicator.discovery
-
Enables the user to enable or disable the health indicator.
- DiscoveryClientHealthIndicatorConfiguration() - Constructor for class io.micronaut.management.health.indicator.discovery.DiscoveryClientHealthIndicatorConfiguration
-
- DiscoveryClientLoadBalancerFactory - Class in io.micronaut.http.client.loadbalance
-
A factory class that can be replaced at runtime for creating
LoadBalancer
instances that load balance
between available clients provided by the
DiscoveryClient
.
- DiscoveryClientLoadBalancerFactory(DiscoveryClient) - Constructor for class io.micronaut.http.client.loadbalance.DiscoveryClientLoadBalancerFactory
-
- DiscoveryClientRoundRobinLoadBalancer - Class in io.micronaut.http.client.loadbalance
-
- DiscoveryClientRoundRobinLoadBalancer(String, DiscoveryClient) - Constructor for class io.micronaut.http.client.loadbalance.DiscoveryClientRoundRobinLoadBalancer
-
- DiscoveryConfiguration - Class in io.micronaut.discovery
-
Base class for common discovery configuration options.
- DiscoveryConfiguration() - Constructor for class io.micronaut.discovery.DiscoveryConfiguration
-
- DiscoveryException - Exception in io.micronaut.discovery.exceptions
-
Base exception for exceptions thrown by the discovery system.
- DiscoveryException(String) - Constructor for exception io.micronaut.discovery.exceptions.DiscoveryException
-
Constructs a new Discovery exception with the specified detail message.
- DiscoveryException(String, Throwable) - Constructor for exception io.micronaut.discovery.exceptions.DiscoveryException
-
Constructs a new Discovery exception with the specified detail message and
cause.
- DiskSpaceIndicator - Class in io.micronaut.management.health.indicator.diskspace
-
A
HealthIndicator
used to display information about the disk
space of the server.
- DiskSpaceIndicatorConfiguration - Class in io.micronaut.management.health.indicator.diskspace
-
Specific configuration properties for the disk space health indicator.
- DiskSpaceIndicatorConfiguration() - Constructor for class io.micronaut.management.health.indicator.diskspace.DiskSpaceIndicatorConfiguration
-
- DisposableBeanDefinition<T> - Interface in io.micronaut.inject
-
A bean definition that provides disposing hooks normally in the form of PreDestroy
annotated methods.
- dispose(BeanContext, T) - Method in interface io.micronaut.inject.DisposableBeanDefinition
-
Disposes of the bean definition by executing all PreDestroy
hooks.
- dispose(BeanResolutionContext, BeanContext, T) - Method in interface io.micronaut.inject.DisposableBeanDefinition
-
Disposes of the bean definition by executing all PreDestroy
hooks.
- disposeClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- disposeClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.RxHttpClientRegistry
-
Dispose of the client defined by the given metadata.
- doAfterComplete() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doAfterComplete() - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doAfterOnError(Throwable) - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doAfterOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doBind(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do binding.
- doBind(ArgumentConversionContext<T>, ConvertibleValues<?>, String, ArgumentBinder.BindingResult<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do binding.
- doBuild(BeanResolutionContext, BeanContext, BeanDefinition<T>, Map<String, Object>) - Method in class io.micronaut.context.AbstractParametrizedBeanDefinition
-
- doComparison(T, BigDecimal) - Method in interface io.micronaut.validation.validator.constraints.DecimalMaxValidator
-
Perform the comparison for the given value.
- doComparison(T, BigDecimal) - Method in interface io.micronaut.validation.validator.constraints.DecimalMinValidator
-
Perform the comparison for the given value.
- doConnect(HttpRequest<?>, URI, SslContext, boolean, Consumer<ChannelHandlerContext>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection to the given remote host.
- doConnect(HttpRequest<?>, String, int, SslContext, boolean, Consumer<ChannelHandlerContext>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection to the given remote host.
- doConnect(Bootstrap, String, int) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
Creates an initial connection with the given bootstrap and remote host.
- doConvert(Object, ArgumentConversionContext<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Convert the value and return a binding result.
- doConvert(Object, ArgumentConversionContext<T>, ArgumentBinder.BindingResult<T>) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Convert the value and return a binding result.
- doCreateBean(BeanResolutionContext, BeanDefinition<T>, Class<T>, Qualifier<T>, Object...) - Method in class io.micronaut.context.DefaultBeanContext
-
- doCreateBean(BeanResolutionContext, BeanDefinition<T>, Qualifier<T>, boolean, Map<String, Object>) - Method in class io.micronaut.context.DefaultBeanContext
-
Execution the creation of a bean.
- doesConsume(MediaType) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesConsume(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the specified content type is an accepted type.
- doesProduce(Collection<MediaType>) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesProduce(MediaType) - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- doesProduce(Collection<MediaType>) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the route does produce any of the given types.
- doesProduce(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the route does produce any of the given types.
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.http.client.filters.ClientServerContextFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in interface io.micronaut.http.filter.HttpClientFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpClientFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
-
- doFilter(HttpRequest<?>, FilterChain) - Method in interface io.micronaut.http.filter.HttpServerFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.context.ServerRequestContextFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.cors.CorsFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
If the request should be processed and the tenant id is resolved, the tenant is written to the targeted request with a
TenantWriter
.
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.tracing.brave.instrument.http.BraveTracingClientFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.tracing.brave.instrument.http.BraveTracingServerFilter
-
- doFilter(MutableHttpRequest<?>, ClientFilterChain) - Method in class io.micronaut.tracing.instrument.http.OpenTracingClientFilter
-
- doFilter(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.tracing.instrument.http.OpenTracingServerFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.management.endpoint.EndpointsFilter
-
Returns 401 if the route is a match for an endpoint with sensitive true.
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.management.endpoint.health.filter.HealthResultFilter
-
- doFilterOnce(HttpRequest<?>, ServerFilterChain) - Method in class io.micronaut.session.http.HttpSessionFilter
-
- domain(String) - Method in interface io.micronaut.http.cookie.Cookie
-
Sets the domain of the cookie.
- domain(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
-
- domain(String) - Method in class io.micronaut.http.simple.cookies.SimpleCookie
-
- DomainNameUtil - Class in io.micronaut.validation.validator.constraints
-
Forked from Hibernate Validator.
- doMatch(String, String, boolean) - Method in class io.micronaut.core.util.AntPathMatcher
-
Actually match the given path
against the given pattern
.
- doOnComplete() - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnComplete() - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnComplete() - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onComplete()
.
- doOnComplete() - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onComplete()
.
- doOnComplete() - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnComplete() - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doOnComplete() - Method in class io.micronaut.jackson.parser.JacksonProcessor
-
- doOnConnect(ChannelPipelineListener) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- doOnConnect(ChannelPipelineListener) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
A hook to customize the pipeline upon establishing a connection.
- doOnConnect(ChannelPipelineListener) - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnError(Throwable) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onError(Throwable)
.
- doOnError(Throwable) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onError(Throwable)
.
- doOnError(Throwable) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnError(Throwable, Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on error behaviour.
- doOnFinish(Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on finish behaviour.
- doOnNext(R) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnNext(T) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onNext(Object)
.
- doOnNext(T) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onNext(Object)
.
- doOnNext(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractBufferingHttpContentProcessor
-
- doOnNext(ByteBufHolder) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- doOnNext(T) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnNext(T, Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom behaviour when an item is emitted.
- doOnSubscribe(Subscription, Subscriber<? super R>) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Perform the actual subscription to the subscriber.
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.processor.SingleThreadedBufferingProcessor
-
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber
-
Implement Subscriber.onSubscribe(Subscription)
.
- doOnSubscribe(Subscription) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
Implement Subscriber.onSubscribe(Subscription)
.
- doOnSubscribe(Subscription) - Method in class io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber
-
- doOnSubscribe(Subscription, Subscriber<? super HttpData>) - Method in class io.micronaut.http.server.netty.FormDataHttpContentProcessor
-
- doOnSubscribe(Subscription, Subscriber<? super JsonNode>) - Method in class io.micronaut.http.server.netty.jackson.JsonContentProcessor
-
- doOnSubscribe(Span) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override and implement custom on subscribe behaviour.
- doResolve(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do resolve.
- doScan(String, String) - Method in class io.micronaut.core.io.scan.CachingClassPathAnnotationScanner
-
- doScan(String, String) - Method in class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
- doSubscribe(Subscriber<? super R>) - Method in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
Override to implement Publisher.subscribe(Subscriber)
.
- doSubscribe(Subscriber<? super T>) - Method in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
Override to implement Publisher.subscribe(Subscriber)
.
- doSubscribe(Subscriber<? super T>) - Method in class io.micronaut.http.server.netty.AbstractHttpContentProcessor
-
- DOUBLE - Static variable in interface io.micronaut.core.type.Argument
-
Constant for double argument.
- doubleValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalDouble
for the given annotation and member.
- doubleValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- doubleValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue() - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- doubleValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of the given member.
- doubleValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of the given member.
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- doubleValue(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- doubleValue(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the double value and optionally map its value.
- doubleValue(String, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the double value and optionally map its value.
- DOWN - Static variable in class io.micronaut.health.HealthStatus
-
Indicates the service is down and unavailable.
- DOWNLINK - Static variable in interface io.micronaut.http.HttpHeaders
-
"Downlink"
.
- DownstreamSubscription() - Constructor for class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
-
- DPR - Static variable in interface io.micronaut.http.HttpHeaders
-
"DPR"
.
- duplicate() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- DuplicateRouteException - Exception in io.micronaut.web.router.exceptions
-
An exception thrown when multiple routes match a given URI.
- DuplicateRouteException(String, List<UriRouteMatch<Object, Object>>) - Constructor for exception io.micronaut.web.router.exceptions.DuplicateRouteException
-
- DuplicateRouteHandler - Class in io.micronaut.http.server.netty.converters
-
- DuplicateRouteHandler() - Constructor for class io.micronaut.http.server.netty.converters.DuplicateRouteHandler
-
- EachBean - Annotation Type in io.micronaut.context.annotation
-
This annotation allows driving the production of
Bean
definitions from presence of other bean definitions.
- EachProperty - Annotation Type in io.micronaut.context.annotation
-
This annotation allows driving the production of
Bean
definitions from either configuration or the
presence of another bean definition
- eagerInitAnnotated(Class<? extends Annotation>...) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Specifies to eager init the given annotated types.
- eagerInitAnnotated(Class<? extends Annotation>...) - Method in class io.micronaut.context.DefaultApplicationContextBuilder
-
- eagerInitConfiguration(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
- eagerInitSingletons(boolean) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
Whether to eager initialize singleton beans.
- EC2MetadataKeys - Enum in io.micronaut.discovery.cloud.aws
-
A enum of Amazon EC2 metadata.
- ECT - Static variable in interface io.micronaut.http.HttpHeaders
-
"ECT"
.
- effectiveLevel() - Method in class io.micronaut.management.endpoint.loggers.LoggerConfiguration
-
- ElapseTimeElementBuilder - Class in io.micronaut.http.server.netty.handler.accesslog.element
-
Builder for ElapseTimeElement.
- ElapseTimeElementBuilder() - Constructor for class io.micronaut.http.server.netty.handler.accesslog.element.ElapseTimeElementBuilder
-
- Element - Interface in io.micronaut.inject.ast
-
Stores data about a compile time element.
- ElementModifier - Enum in io.micronaut.inject.ast
-
An enum of modifier names now tied to the reflection API.
- EmailValidator - Class in io.micronaut.validation.validator.constraints
-
Provides Email validation.
- EmailValidator() - Constructor for class io.micronaut.validation.validator.constraints.EmailValidator
-
- embedded(CharSequence, Resource) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- embedded(CharSequence, Resource...) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- embedded(CharSequence, List<Resource>) - Method in class io.micronaut.http.hateoas.AbstractResource
-
Add an embedded resource with the given reference.
- EMBEDDED - Static variable in interface io.micronaut.http.hateoas.Resource
-
The embedded attribute.
- EmbeddedApplication<T extends EmbeddedApplication> - Interface in io.micronaut.runtime
-
- EmbeddedServer - Interface in io.micronaut.runtime.server
-
An EmbeddedServer is a general abstraction to manage the lifecycle of any server implementation within
a running Micronaut application.
- EmbeddedServerInstance - Interface in io.micronaut.runtime.server
-
- Emitter<T> - Interface in io.micronaut.core.async.subscriber
-
Base interface for classes that emit data.
- EMPTY - Static variable in interface io.micronaut.context.ExecutionHandleLocator
-
A empty no-op locator.
- EMPTY - Static variable in interface io.micronaut.context.MessageSource
-
An empty message source.
- EMPTY - Static variable in interface io.micronaut.core.annotation.AnnotationSource
-
An empty annotation source.
- empty() - Static method in class io.micronaut.core.async.publisher.Publishers
-
A Publisher
that completes without emitting any items.
- EMPTY - Static variable in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
An empty but satisfied result.
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
-
- EMPTY - Static variable in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- EMPTY - Static variable in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- empty() - Static method in interface io.micronaut.core.value.OptionalMultiValues
-
- empty() - Static method in interface io.micronaut.core.value.OptionalValues
-
- empty() - Static method in interface io.micronaut.http.client.LoadBalancer
-
- EMPTY - Static variable in interface io.micronaut.websocket.context.WebSocketBeanRegistry
-
An empty registry.
- EMPTY_ANNOTATED_ELEMENT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
An empty re-usable element.
- EMPTY_ARRAY - Static variable in class io.micronaut.core.annotation.AnnotationClassValue
-
An empty array of class values.
- EMPTY_ARRAY - Static variable in class io.micronaut.http.MediaType
-
Default empty media type array.
- EMPTY_CLASS_ARRAY - Static variable in class io.micronaut.core.reflect.ReflectionUtils
-
Constant for empty class array.
- EMPTY_HIERARCHY - Static variable in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
Constant to represent an empty hierarchy.
- EMPTY_LOCATOR - Static variable in interface io.micronaut.context.env.BootstrapPropertySourceLocator
-
An empty version that does nothing.
- EMPTY_METADATA - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
-
A constant for representing empty metadata.
- EMPTY_OBJECT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty object array.
- EMPTY_OBJECT_ARRAY_HASH_CODE - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- EMPTY_STRING - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String.
- EMPTY_STRING_ARRAY - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String array.
- EMPTY_SUBSCRIPTION - Static variable in class io.micronaut.core.async.processor.SingleSubscriberProcessor
-
- EMPTY_SUBSCRIPTION - Static variable in class io.micronaut.core.async.publisher.SingleSubscriberPublisher
-
- EMPTY_VALUES - Static variable in interface io.micronaut.core.value.OptionalMultiValues
-
Constant for empty values.
- EMPTY_VALUES - Static variable in interface io.micronaut.core.value.OptionalValues
-
Constant for empty values.
- EmptyPropertySource - Class in io.micronaut.context.env
-
- EmptyPropertySource() - Constructor for class io.micronaut.context.env.EmptyPropertySource
-
Default constructor.
- EmptyPropertySource(String) - Constructor for class io.micronaut.context.env.EmptyPropertySource
-
Creates a property source with a name.
- EmptyResponseException - Exception in io.micronaut.http.client.exceptions
-
An exception thrown when the server returned and empty, unreadable response.
- EmptyResponseException() - Constructor for exception io.micronaut.http.client.exceptions.EmptyResponseException
-
Default constructor.
- ENABLED - Static variable in interface io.micronaut.discovery.config.ConfigurationClient
-
The read timeout used when reading distributed configuration.
- ENABLED - Static variable in class io.micronaut.health.HeartbeatConfiguration
-
Whether the heartbeat is enabled.
- ENABLED - Static variable in annotation type io.micronaut.management.endpoint.annotation.Endpoint
-
Whether endpoints are enabled by default.
- ENABLED - Static variable in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
-
Setting to enable and disable server watch.
- ENABLED - Static variable in interface io.micronaut.validation.validator.ValidatorConfiguration
-
Whether the validator is enabled.
- encode(T, OutputStream) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type to the given OutputStream
.
- encode(T) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type returning the object as a byte[].
- encode(T, ByteBufferFactory<?, B>) - Method in interface io.micronaut.http.codec.MediaTypeCodec
-
Encode the given type returning the object as a
ByteBuffer
.
- encode(T, OutputStream) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(T) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.http.server.codec.TextStreamCodec
-
- encode(ChannelHandlerContext, MutableHttpResponse<?>, List<Object>) - Method in class io.micronaut.http.server.netty.encoders.HttpResponseEncoder
-
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.micronaut.http.server.netty.SmartHttpContentCompressor
-
- encode(T, OutputStream) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.jackson.codec.JacksonMediaTypeCodec
-
- encode(T, OutputStream) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encode(T) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encode(T, ByteBufferFactory<?, B>) - Method in class io.micronaut.runtime.http.codec.TextPlainCodec
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in class io.micronaut.session.http.CookieHttpSessionStrategy
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in class io.micronaut.session.http.HeadersHttpSessionIdStrategy
-
- encodeId(HttpRequest<?>, MutableHttpResponse<?>, Session) - Method in interface io.micronaut.session.http.HttpSessionIdEncoder
-
Encode the given Session into the response.
- encodeMessage(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
-
Encode the given message with the given media type.
- encoding(Encoding) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
The encoding to use.
- encoding() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- Endpoint - Annotation Type in io.micronaut.management.endpoint.annotation
-
Defines a management endpoint for a given ID.
- EndpointConfiguration - Class in io.micronaut.management.endpoint
-
- EndpointConfiguration(String, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.EndpointConfiguration
-
- EndpointDefaultConfiguration - Class in io.micronaut.management.endpoint
-
- EndpointDefaultConfiguration() - Constructor for class io.micronaut.management.endpoint.EndpointDefaultConfiguration
-
- EndpointEnabledCondition - Class in io.micronaut.management.endpoint
-
A condition that checks whether an
Endpoint
is enabled.
- EndpointEnabledCondition() - Constructor for class io.micronaut.management.endpoint.EndpointEnabledCondition
-
- EndpointSensitivityProcessor - Class in io.micronaut.management.endpoint
-
Finds any sensitive endpoints.
- EndpointSensitivityProcessor(List<EndpointConfiguration>, EndpointDefaultConfiguration) - Constructor for class io.micronaut.management.endpoint.EndpointSensitivityProcessor
-
Deprecated.
- EndpointSensitivityProcessor(List<EndpointConfiguration>, EndpointDefaultConfiguration, PropertyResolver) - Constructor for class io.micronaut.management.endpoint.EndpointSensitivityProcessor
-
Constructs with the existing and default endpoint configurations used to determine if a given endpoint is
sensitive.
- EndpointsFilter - Class in io.micronaut.management.endpoint
-
Returns 401 for
Endpoint
requests which have sensitive true.
- EndpointsFilter(EndpointSensitivityProcessor) - Constructor for class io.micronaut.management.endpoint.EndpointsFilter
-
Constructor.
- ensureWritable(int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- ensureWritable(int, boolean) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- EntityIntrospectedAnnotationMapper - Class in io.micronaut.inject.beans.visitor
-
An annotation mapper that improves introspection for JPA entities.
- EntityIntrospectedAnnotationMapper() - Constructor for class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
-
- EntryPoint - Annotation Type in io.micronaut.core.annotation
-
EntryPoint is a meta-annotation used on other annotations to indicate that the annotated
element is an entry point into the framework from the outside.
- entrySet() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- entrySingleton() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where an entry has a weight of 1.
- EntryWeigher<K,V> - Interface in io.micronaut.core.util.clhm
-
A class that can determine the weight of an entry.
- EnumElement - Interface in io.micronaut.inject.ast
-
Models an enum type.
- enumerationToIterable(Enumeration<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Convert an Enumeration
to a Iterable
.
- enumerationToSet(Enumeration<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Convert an Enumeration
to a Set
.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the given enum.
- enumValue(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value of the annotation as a Class.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValue(String, Class<E>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum value of the given member of the given enum type.
- enumValue(String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum value of the given member of the given enum type.
- enumValue(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValue(Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValue(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- enumValue(String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- enumValue(Class<? extends Annotation>, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- enumValue(String, String, Class<E>, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the class value and optionally map its value.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The enum values for the given annotation.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(String, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(Class<? extends Annotation>, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(Class<? extends Annotation>, String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- enumValues(String, Class<E>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Return the enum values of the given member of the given enum type.
- enumValues(String, Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValues(Class<E>) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Return the enum value of the given member of the given enum type.
- enumValues(String, String, Class<E>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- 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(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
-
- 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
-
- environmentName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Returns the underscore separated version of the given camel case string.
- 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.env
-
Reads properties from JSON stored in the environment variables SPRING_APPLICATION_JSON or MICRONAUT_APPLICATION_JSON.
- EnvJsonPropertySourceLoader() - Constructor for class io.micronaut.jackson.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.ast.groovy.utils.ExtendedParameter
-
- 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.AbstractMessageSource.MessageKey
-
- equals(Object) - Method in class io.micronaut.context.BeanRegistration
-
- 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.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.qualifiers.TypeArgumentQualifier
-
- 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(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.
- errorMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
-
Returns the method annotated with
OnError
.
- ErrorRoute - Interface in io.micronaut.web.router
-
Represents a
Route
that matches an exception.
- 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
-
- 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.
- 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>) - Method in interface io.micronaut.http.client.sse.RxSseClient
-
- eventStream(HttpRequest<I>, Argument<B>) - Method in interface io.micronaut.http.client.sse.RxSseClient
-
- eventStream(HttpRequest<I>, Class<B>) - Method in interface io.micronaut.http.client.sse.RxSseClient
-
- eventStream(String, Class<B>) - Method in interface io.micronaut.http.client.sse.RxSseClient
-
- eventStream(String, Argument<B>) - Method in interface io.micronaut.http.client.sse.RxSseClient
-
- 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>, 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 java.lang.Throwable> - Interface in io.micronaut.core.exceptions
-
Common interface for types that handle exceptions.
- ExceptionHandler<T extends java.lang.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
-
- exchange(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchange(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchange(HttpRequest<I>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchange(String) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchange(String, Class<O>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchange(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- exchangeStream(HttpRequest<I>) - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- exchangeStream(HttpRequest<I>) - Method in interface io.micronaut.http.client.RxStreamingHttpClient
-
- 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).
- 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(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.
- 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
- 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 java.lang.annotation.Annotation> - Interface in io.micronaut.context.processor
-
- ExecutableMethodValidator - Interface in io.micronaut.validation.validator
-
Extended version of
ExecutableValidator
that operates on
ExecutableMethod
instances.
- ExecutableMethodWriter - Class in io.micronaut.inject.writer
-
- ExecutableMethodWriter(String, String, String, boolean, boolean, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.ExecutableMethodWriter
-
- ExecutableMethodWriter(String, String, String, boolean, boolean, boolean, boolean, Element, AnnotationMetadata) - Constructor for class io.micronaut.inject.writer.ExecutableMethodWriter
-
- ExecutableVisitor - Class in io.micronaut.validation.executable
-
- ExecutableVisitor() - Constructor for class io.micronaut.validation.executable.ExecutableVisitor
-
- execute(I) - Method in interface io.micronaut.function.executor.FunctionExecutor
-
- 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.
- 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
-
- ExecutorFactory(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
.
- explicitAccept(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
- explicitlyConsumes(MediaType) - Method in interface io.micronaut.web.router.RouteMatch
-
Whether the specified content type is explicitly an accepted 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_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.
- 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
-
- 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_PARENT - Static variable in class io.micronaut.inject.writer.ExecutableMethodWriter
-
Constant for parent field.
- 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.
- FieldInjectionPoint<B,T> - Interface in io.micronaut.inject
-
Defines an injection point for a field.
- fieldInjectionPoints - Variable in class io.micronaut.context.AbstractBeanDefinition
-
- 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(FileTypeHandlerConfiguration) - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandler
-
- FileTypeHandlerConfiguration - Class in io.micronaut.http.server.netty.types.files
-
- FileTypeHandlerConfiguration() - Constructor for class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
-
- FileTypeHandlerConfiguration.CacheControlConfiguration - Class in io.micronaut.http.server.netty.types.files
-
Configuration for the Cache-Control header.
- FileUpload - Interface in io.micronaut.http.multipart
-
- FileUploadToCompletedFileUploadConverter - Class in io.micronaut.http.server.netty.converters
-
- FileUploadToCompletedFileUploadConverter() - Constructor for class io.micronaut.http.server.netty.converters.FileUploadToCompletedFileUploadConverter
-
Deprecated.
- fileUploadToCompletedFileUploadConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- FileUploadToObjectConverter - Class in io.micronaut.http.server.netty.converters
-
- FileUploadToObjectConverter(ConversionService, Provider<MediaTypeCodecRegistry>) - Constructor for class io.micronaut.http.server.netty.converters.FileUploadToObjectConverter
-
Deprecated.
- 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(EmbeddedServer) - Constructor for class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
-
Default constructor.
- 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(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
-
- 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.
- FilterRoute - Interface in io.micronaut.web.router
-
A filter route is a route that matches an
HttpFilter
.
- 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.
- 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.
- 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
-
- findAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
- 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
-
- findArgumentBinder(Argument<T>, S) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
-
- findArgumentBinder(Argument<T>, HttpRequest<?>) - Method in class io.micronaut.http.bind.DefaultRequestBinderRegistry
-
- 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(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(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Find an optional bean of the given type and qualifier.
- findBeanCandidates(BeanResolutionContext, Class<T>, BeanDefinition<?>, boolean) - 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, Class<T>, BeanDefinition<?>, boolean) - 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
-
- findBeanDefinition(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- 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
- 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
- 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
- findBeanRegistration(T) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- findBeanRegistration(T) - Method in class io.micronaut.context.DefaultBeanContext
-
- findBeanRegistration(T) - Method in interface io.micronaut.context.scope.CustomScope
-
- 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
-
- 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
-
- findInt(CharSequence) - Method in interface io.micronaut.http.HttpHeaders
-
Find an integer header.
- findIntrospection(Class<T>) - Method in interface io.micronaut.core.beans.BeanIntrospector
-
- 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(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
-
- findMethod(String, Class...) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- 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 interface io.micronaut.inject.BeanDefinition
-
Finds possible methods for the given method name.
- findPossibleMethods(String) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- 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
-
- findProxyBeanDefinition(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- findProxyTargetBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- findProxyTargetBeanDefinition(Class<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(Class<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
-
- findProxyTargetMethod(Class<T>, Qualifier<T>, String, Class...) - Method in interface io.micronaut.context.ExecutionHandleLocator
-
- findRouteMatch(HttpRequest<?>) - Static method in class io.micronaut.web.router.RouteMatchUtils
-
- 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.
- 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
-
- findStatusRoute(HttpStatus, HttpRequest<?>) - Method in interface io.micronaut.web.router.Router
-
- 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
-
- 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.visitor.GroovyVisitorContext
-
- finish() - Static method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
Finish reporting classloading.
- 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.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
-
A
LoadBalancer
that does no load balancing and always hits the given URL.
- FixedLoadBalancer - Class in io.micronaut.http.client.loadbalance
-
- FixedLoadBalancer(URL) - Constructor for class io.micronaut.http.client.loadbalance.FixedLoadBalancer
-
Constructs a new FixedLoadBalancer.
- FixedTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
- FixedTenantResolver(FixedTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.FixedTenantResolver
-
Constructs a fixed tenant resolver.
- FixedTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- FixedTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- FixedTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
- FLOAT - Static variable in interface io.micronaut.core.type.Argument
-
Constant for float argument.
- FlowConverterRegistrar - Class in io.micronaut.reactive.flow.converters
-
Converts between a Flow
and a Publisher
.
- FlowConverterRegistrar() - Constructor for class io.micronaut.reactive.flow.converters.FlowConverterRegistrar
-
- flushCaches() - Static method in class io.micronaut.core.beans.Introspector
-
Deprecated.
Flushes all BeanInfo
caches.
- flushFromCaches(Class<?>) - Static method in class io.micronaut.core.beans.Introspector
-
Deprecated.
Flushes the BeanInfo
caches of the specified bean class.
- 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.
- forClient(BeanContext) - Static method in interface io.micronaut.websocket.context.WebSocketBeanRegistry
-
- 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
-
- 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.
- 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.
- FormattingTypeConverter<S,T,A extends java.lang.annotation.Annotation> - Interface in io.micronaut.core.convert.format
-
- FormDataHttpContentProcessor - Class in io.micronaut.http.server.netty
-
- 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
-
- 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"
.
- fromCompletableFuture(Supplier<CompletableFuture<T>>) - Static method in class io.micronaut.core.async.publisher.Publishers
-
Build a Publisher
from a CompletableFuture
.
- fromCompletableFuture(CompletableFuture<T>) - Static method in class io.micronaut.core.async.publisher.Publishers
-
Build a Publisher
from a CompletableFuture
.
- fromType(Class<?>) - Static method in class io.micronaut.http.MediaType
-
- 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
-
- 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
-
- 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
-
- FunctionInitializer(ApplicationContext, boolean) - Constructor for class io.micronaut.function.executor.FunctionInitializer
-
- FunctionInitializer.ParseContext - Class in io.micronaut.function.executor
-
- FunctionInvoker<I,O> - Interface in io.micronaut.function.client
-
- FunctionInvokerChooser - Interface in io.micronaut.function.client
-
- 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.
- 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.
- 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.
- GenericArgument<T> - Class in io.micronaut.core.type
-
- GenericArgument() - Constructor for class io.micronaut.core.type.GenericArgument
-
Default constructor.
- 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(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(BeanResolutionContext, BeanDefinition<T>, BeanIdentifier, Provider<T>) - Method in interface io.micronaut.context.scope.CustomScope
-
Resolve an object from the given scope.
- 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(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
-
- GET(String) - Static method in interface io.micronaut.http.HttpRequest
-
- get(String) - Method in interface io.micronaut.http.HttpRequestFactory
-
- 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.NettyRxWebSocketSession
-
- 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.convert.ObjectNodeConvertibleValues
-
- get(BeanResolutionContext, BeanDefinition<T>, BeanIdentifier, Provider<T>) - Method in class io.micronaut.runtime.context.scope.refresh.RefreshScope
-
- 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
-
- 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.
- 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
-
- getAllBeanDefinitions() - Method in class io.micronaut.context.DefaultBeanContext
-
- getAllInterfaces(Class<?>) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
- getAllowedHeaders() - Method in class io.micronaut.http.server.cors.CorsOriginConfiguration
-
- 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.
- 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
-
- getAnnotation(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
- getAnnotation(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- 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(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(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Read the name of an annotation member.
- 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(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.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.AbstractExecutableMethod
-
- getAnnotationMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
Supplies the metadata.
- getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- 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(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 interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
- getAnnotationMetadata() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- getAnnotationMetadata() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- getAnnotationMirror(String) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- getAnnotationMirror(String) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Return a mirror for the given annotation.
- 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
-
- 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
-
- getAnnotations(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getAnnotationsForType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- getAnnotationsForType(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Obtain the annotations for the given type.
- 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() - 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.RequestAttributeAnnotationBinder
-
- getAnnotationType() - Method in class io.micronaut.http.bind.binders.RequestBeanAnnotationBinder
-
- getAnnotationType(String) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- getAnnotationType(String) - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- getAnnotationType(String) - 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(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(Class<? extends Annotation>) - 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(T, T, Class<?>) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Resolve the annotations values from the given member for the given type.
- 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
-
- 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
-
- getArgumentAnnotationMetadata() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- getArgumentNames() - Method in interface io.micronaut.inject.DelegatingExecutableMethod
-
- getArgumentNames() - Method in interface io.micronaut.inject.MethodReference
-
- getArguments() - Method in class io.micronaut.aop.chain.InterceptorChain
-
- 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
-
- getArgumentTypes() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- 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.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
-
- 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
-
- getAttribute() - Method in interface io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfiguration
-
- getAttribute() - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
- getAttributes() - Method in class io.micronaut.aop.chain.InterceptorChain
-
- getAttributes() - Method in class io.micronaut.context.DefaultBeanContext
-
- getAttributes() - Method in interface io.micronaut.core.attr.AttributeHolder
-
- getAttributes() - Method in interface io.micronaut.core.attr.MutableAttributeHolder
-
- getAttributes() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
-
- getAttributes() - Method in interface io.micronaut.http.HttpMessage
-
- 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.NettyRxWebSocketSession
-
- 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(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() - Method in class io.micronaut.context.event.BeanEvent
-
- getBean() - Method in interface io.micronaut.core.beans.BeanWrapper
-
- getBeanClass() - Method in interface io.micronaut.core.beans.BeanInfo
-
Deprecated.
- getBeanClass() - Method in class io.micronaut.core.beans.PropertyDescriptor
-
Deprecated.
- getBeanContext() - Method in interface io.micronaut.context.condition.ConditionContext
-
- getBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- getBeanDefinition(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- getBeanDefinition() - Method in class io.micronaut.context.BeanRegistration
-
- 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.
- getBeanDefinitionClassFile() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- getBeanDefinitionInjectProcessor() - Method in class io.micronaut.annotation.processing.test.JavaParser
-
- getBeanDefinitionName() - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- getBeanDefinitionName() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
-
- getBeanDefinitionName() - Method in interface io.micronaut.inject.BeanDefinitionReference
-
- 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
-
- getBeanDefinitionReferences() - Method in class io.micronaut.context.DefaultBeanContext
-
- getBeanDefinitions(Class<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- getBeanDefinitions(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- getBeanDefinitions(Qualifier<Object>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- getBeanDefinitions(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- getBeanDefinitions(Class<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.
- getBeanForConstructorArgument(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
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
-
- 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
- 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.
- 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.
- getBeanProvider(BeanResolutionContext, Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Get provided beans of the given type.
- getBeanProvider(BeanResolutionContext, Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Get a bean provider.
- getBeanProviderForConstructorArgument(BeanResolutionContext, BeanContext, ConstructorInjectionPoint, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a bean provider for a constructor at the given index
- getBeanProviderForField(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
- getBeanProviderForMethodArgument(BeanResolutionContext, BeanContext, MethodInjectionPoint, Argument) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a bean provider for the method at the given index and the argument at the given index
- 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>) - Method in class io.micronaut.context.DefaultBeanContext
-
- 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.RxJavaBeanDefinitionDataCollector
-
- 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(Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- getBeansOfType(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- getBeansOfType(BeanResolutionContext, Class<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
Get all beans of the given type.
- getBeansOfType(BeanResolutionContext, Class<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
- 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
- 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
- getBeanType() - Method in class io.micronaut.context.AbstractBeanDefinition
-
- 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.BeanDefinition
-
- getBeanType() - Method in interface io.micronaut.inject.BeanType
-
Returns the bean type.
- getBeanType() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- 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
-
- 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.
- getBinderRegistry() - Method in class io.micronaut.http.server.binding.RequestArgumentSatisfier
-
- getBlockingQueue(int) - Method in class io.micronaut.tracing.instrument.hystrix.TracingHystrixConcurrentStrategy
-
- 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
-
- 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[].
- getBoundArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
-
That arguments that will be used to invoke the method.
- getBuilder() - Method in class io.micronaut.tracing.brave.AsyncReporterConfiguration
-
Obtains the AsyncReporter.Builder
.
- getBuilder() - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
Creates builder.
- 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.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.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.types.files.FileTypeHandlerConfiguration
-
- getCacheSeconds() - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
-
- 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
-
- 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.
- 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.
- 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() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- 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.
- getClassWriter() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- getClient(HttpVersion, String, String) - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- getClient(AnnotationMetadata) - Method in class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
- getClient(HttpVersion, String, String) - Method in interface io.micronaut.http.client.RxHttpClientRegistry
-
Return the client for the client ID and path.
- getClient(AnnotationMetadata) - Method in interface io.micronaut.http.client.RxHttpClientRegistry
-
Return the client for the given annotation metadata.
- 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
-
- 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
-
- 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 class io.micronaut.discovery.cloud.aws.AmazonEC2InstanceMetadata
-
- getComputePlatform() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
-
- getComputePlatform() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanInstanceMetadata
-
- getComputePlatform() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadata
-
- getComputePlatform() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudInstanceMetadata
-
- getConfiguration() - Method in class io.micronaut.http.client.netty.DefaultHttpClient
-
- getConfiguration() - Method in class io.micronaut.session.http.CookieHttpSessionStrategy
-
- getConfiguration() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- 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
-
- getConnectionPoolConfiguration() - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
- getConnectTimeout() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- getConnectTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
-
- getConnectTtl() - Method in class io.micronaut.http.client.HttpClientConfiguration
-
- 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.context.AbstractBeanDefinition
-
- getConstructor() - Method in interface io.micronaut.inject.BeanDefinition
-
The single concrete constructor that is an injection point for creating the bean.
- getConstructor() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- getConstructorArguments() - Method in interface io.micronaut.core.beans.BeanIntrospection
-
The constructor arguments needed to instantiate the bean.
- getConstructorDescriptor(Object...) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getConstructorDescriptor(Collection<Object>) - 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.
- 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.netty.NettyMutableHttpResponse
-
- getContentType() - Method in class io.micronaut.http.server.netty.HttpDataReference
-
- 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
-
- 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 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
-
- getCookieDomain() - Method in interface io.micronaut.http.cookie.CookieConfiguration
-
Gets the domain name of this Cookie.
- getCookieDomain() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- getCookieDomain() - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- getCookieMaxAge() - Method in interface io.micronaut.http.cookie.CookieConfiguration
-
- getCookieMaxAge() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- getCookieMaxAge() - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- getCookieName() - Method in interface io.micronaut.http.cookie.CookieConfiguration
-
- getCookiename() - Method in interface io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfiguration
-
Cookie name which should be used to resolve the tenant id from.
- getCookiename() - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- getCookiename() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- getCookieName() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- 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.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- getCookiePath() - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- getCookies() - Method in interface io.micronaut.http.HttpRequest
-
- getCookies() - Method in class io.micronaut.http.HttpRequestWrapper
-
- 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.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- 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
-
- 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.RxJavaBeanDefinitionDataCollector
-
- 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.RxJavaRouteDataCollector
-
- 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
-
- 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
-
- 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
-
- getDeclaredMetadata() - Method in class io.micronaut.inject.annotation.AnnotationMetadataHierarchy
-
- 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.
- getDeclaringBean() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- getDeclaringBean() - Method in interface io.micronaut.core.beans.BeanProperty
-
- getDeclaringBean() - Method in interface io.micronaut.inject.InjectionPoint
-
- getDeclaringType(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- getDeclaringType() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
-
- 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 interface io.micronaut.context.BeanResolutionContext.Segment
-
- getDeclaringType() - Method in interface io.micronaut.core.beans.BeanProperty
-
The declaring type of the property.
- 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.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.MethodReference
-
- getDeclaringType() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- getDeclaringType() - Method in class io.micronaut.web.router.BasicObjectRouteMatch
-
- getDeclaringType() - Method in interface io.micronaut.web.router.RouteMatch
-
The declaring type of the route.
- 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.RxHttpClientRegistry
-
- 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.
- 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
-
- 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) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- getDefaultVersion() - Method in class io.micronaut.web.router.version.RoutesVersioningConfiguration
-
- 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
-
- 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 class io.micronaut.core.cli.Option
-
- getDescription() - Method in interface io.micronaut.core.naming.Described
-
A description that describes this object.
- 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 class io.micronaut.inject.configuration.ConfigurationMetadata
-
- getDescription() - Method in class io.micronaut.inject.configuration.PropertyMetadata
-
- 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.
- 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[].
- 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
-
- getElementName(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- getElementName(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Get the name for the given element.
- getElements() - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- getElements() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
-
The elements.
- getElementValidator() - Method in class io.micronaut.annotation.processing.AnnotationUtils
-
- getElementValidator() - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- 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.runtime.server.EmbeddedServerInstance
-
- getEndpointMethods() - Method in class io.micronaut.management.endpoint.EndpointSensitivityProcessor
-
- 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
-
- 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.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- getEnvValue() - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- getEnvValue() - Method in class io.micronaut.jackson.env.EnvJsonPropertySourceLoader
-
- getEnvValueAsStream() - Method in class io.micronaut.jackson.env.EnvJsonPropertySourceLoader
-
- getErrorMessages() - Method in class io.micronaut.validation.routes.RouteValidationResult
-
The error messages.
- getErrorRoutes() - Method in class io.micronaut.web.router.DefaultRouteBuilder
-
- getErrorRoutes() - Method in interface io.micronaut.web.router.RouteBuilder
-
- 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.
- getEventType() - Method in class io.micronaut.scheduling.io.watch.event.FileChangedEvent
-
The watch event type.
- getExcludes() - Method in class io.micronaut.inject.configuration.ConfigurationMetadata
-
- getExecutableMethod() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
-
- getExecutableMethod() - Method in interface io.micronaut.aop.MethodInvocationContext
-
- 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
-
- getExecutableMethods() - Method in class io.micronaut.context.AbstractBeanDefinition
-
- getExecutableMethods() - Method in interface io.micronaut.inject.BeanDefinition
-
- getExecutableMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- 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
-
- 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
-
- 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.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- getExtensions() - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- getExtensions() - Method in class io.micronaut.jackson.env.JsonPropertySourceLoader
-
- 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
-
- getField() - Method in interface io.micronaut.inject.FieldInjectionPoint
-
Resolves the underlying field.
- getFields(Predicate<Set<ElementModifier>>) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- 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
-
Return fields contained with the given modifiers include / exclude rules.
- getFile() - Method in class io.micronaut.http.server.types.files.SystemFile
-
- 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
-
- 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
-
- 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[].
- 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
-
- 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
-
- 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.
- 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.
- getGenericTypes() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- 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
-
- getHeaderName() - Method in interface io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfiguration
-
Http Header name which should be used to resolve the tenant id from.
- getHeaderName() - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
- getHeaderName() - Method in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriter
-
- getHeaderName() - Method in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
- 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
-
- 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.
- 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.NettyRxWebSocketSession
-
- 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 class io.micronaut.tracing.brave.ZipkinServiceInstanceList
-
- 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.
- 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.
- 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 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 interface io.micronaut.inject.BeanDefinition
-
All methods that require injection.
- getInjectedMethods() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- getInjectionPoint() - Method in interface io.micronaut.context.BeanResolutionContext.Segment
-
- 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.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 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() - Method in class io.micronaut.runtime.ApplicationConfiguration
-
- getInstance() - Static method in interface io.micronaut.validation.validator.Validator
-
Constructs a new default instance.
- getInstanceDocumentUrl() - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- getInstanceDocumentUrl() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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
-
- getInstances() - Method in interface io.micronaut.discovery.ServiceInstanceList
-
Returns the current list of services.
- getInstances() - Method in class io.micronaut.discovery.StaticServiceInstanceList
-
- getInstances() - Method in class io.micronaut.tracing.brave.ZipkinServiceInstanceList
-
- 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[].
- 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.
- getInternalName(String) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getInternalName() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- getInternalNameForCast(Object) - 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
-
- 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
-
- 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.
- getKey(Class<? extends OncePerRequestHttpServerFilter>) - Static method in class io.micronaut.http.filter.OncePerRequestHttpServerFilter
-
Obtain the key used to store the attribute within a request.
- 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
-
- 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
-
- getKnownReactiveTypes() - 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
-
- getLength() - Method in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
-
- 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 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.jackson.JacksonConfiguration
-
- 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.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
-
- 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.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
-
- 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
-
- 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.
- 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
-
- 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.JacksonMediaTypeCodec
-
- getMediaTypes() - Method in class io.micronaut.jackson.codec.JsonStreamMediaTypeCodec
-
- 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() - Method in interface io.micronaut.context.condition.Failure
-
- getMessage(String, MessageSource.MessageContext) - 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 class io.micronaut.websocket.event.WebSocketMessageProcessedEvent
-
- getMessageInterpolator() - Method in class io.micronaut.validation.validator.DefaultValidatorFactory
-
- 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
-
- getMetadataUrl() - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- getMetadataUrl() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- getMetadataUrl() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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(Object, Collection<Object>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- 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 interface io.micronaut.inject.DelegatingExecutableMethod
-
- getMethodName() - Method in interface io.micronaut.inject.MethodReference
-
- getMethodName() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- 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
-
- getMinNumberValidator() - Method in class io.micronaut.validation.validator.constraints.DefaultConstraintValidators
-
The Min
validator for numbers.
- getModelUtils() - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
-
The model utils.
- 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.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 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.AbstractBeanProperty
-
- getName() - Method in class io.micronaut.core.beans.PropertyDescriptor
-
Deprecated.
- getName() - Method in class io.micronaut.core.cli.Option
-
- getName() - Method in interface io.micronaut.core.io.service.ServiceDefinition
-
- 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 enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- 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 enum io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataKeys
-
- getName() - Method in class io.micronaut.discovery.cloud.NetworkInterface
-
- getName() - Method in enum io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataKeys
-
- 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.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.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.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 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
-
- 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.
- 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
-
- getNativeResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- 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
-
- 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
-
- 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
-
- 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
-
- getObjectType(Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getObjectTypes(Collection) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getOpenSessions() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- getOpenSessions() - Method in interface io.micronaut.websocket.RxWebSocketSession
-
The current open sessions.
- 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(NettyHttpRequest<?>) - Static method in class io.micronaut.http.server.netty.NettyHttpResponseFactory
-
Lookup the response from the context.
- getOrder() - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
-
- 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.SystemPropertiesPropertySource
-
- getOrder() - Method in interface io.micronaut.core.order.Ordered
-
- 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.context.ServerRequestContextFilter
-
- getOrder() - Method in class io.micronaut.http.server.cors.CorsFilter
-
- getOrder() - Method in class io.micronaut.http.server.netty.jackson.JsonViewServerFilter
-
- getOrder() - Method in class io.micronaut.inject.beans.visitor.IntrospectedTypeElementVisitor
-
- getOrder() - Method in class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- getOrder() - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- getOrder() - Method in class io.micronaut.jackson.env.EnvJsonPropertySourceLoader
-
- getOrder() - Method in class io.micronaut.management.endpoint.EndpointsFilter
-
- getOrder() - Method in class io.micronaut.retry.intercept.DefaultRetryInterceptor
-
- getOrder() - Method in class io.micronaut.retry.intercept.RecoveryInterceptor
-
- getOrder() - Method in class io.micronaut.scheduling.async.AsyncInterceptor
-
- getOrder() - Method in class io.micronaut.session.http.HttpSessionFilter
-
- getOrder() - Method in class io.micronaut.tracing.brave.instrument.http.BraveTracingServerFilter
-
- getOrder() - Method in class io.micronaut.tracing.instrument.http.OpenTracingServerFilter
-
- getOrder() - Method in class io.micronaut.tracing.interceptor.TraceInterceptor
-
- 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
-
- getOriginatingElement() - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getOriginatingElement() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
- getOriginatingRequest() - Method in class io.micronaut.websocket.bind.WebSocketState
-
- getOuterInjectionPoint() - Method in interface io.micronaut.inject.ArgumentInjectionPoint
-
- 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.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.context.AbstractBeanConfiguration
-
- getPackage() - Method in interface io.micronaut.inject.BeanConfiguration
-
- getPackageName() - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- 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 interface io.micronaut.inject.ast.ClassElement
-
The package name.
- 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.aop.chain.InterceptorChain
-
- 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.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 class io.micronaut.aop.chain.InterceptorChain
-
- 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
-
- 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 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 interface io.micronaut.multitenancy.propagation.TenantPropagationConfiguration
-
- getPath() - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- getPath() - Method in class io.micronaut.scheduling.io.watch.event.FileChangedEvent
-
The path to the file / directory that changed.
- 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
-
- 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
-
- 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 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 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
-
- getPreDestroyMethodVisits() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- 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
-
- getProbability() - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration.SamplerConfiguration
-
Get sampler probability.
- 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.RouteMatch
-
The media types able to produced by this route.
- 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.
- getProjectMetadataUrl() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- 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, 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.
- getPropertyDescriptors() - Method in interface io.micronaut.core.beans.BeanInfo
-
Deprecated.
The properties of the bean.
- 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.
- getPropertyNameForSetter(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Get the equivalent property name for the given setter.
- 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
-
- getPropertySourceLoaders() - Method in class io.micronaut.context.env.DefaultEnvironment
-
- getPropertySourceLoaders() - Method in interface io.micronaut.context.env.Environment
-
- 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
-
- 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.NettyRxWebSocketSession
-
- 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.
- 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.
- 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(Class<T>, Qualifier<T>) - Method in class io.micronaut.context.DefaultBeanContext
-
- getProxyTargetBeanDefinition(Class<T>, Qualifier<T>) - Method in interface io.micronaut.context.BeanDefinitionRegistry
-
- 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.
- 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.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
-
- 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.
- 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
-
- 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
-
- 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
-
- getReadIdleTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- getReadMethod() - Method in class io.micronaut.core.beans.PropertyDescriptor
-
Deprecated.
- getReadMethod() - Method in interface io.micronaut.inject.ast.PropertyElement
-
- getReadTimeout() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- 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
-
- getRegion() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- getRegion() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
-
- getRegion() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadata
-
- 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
-
- getRepeatableName(AnnotationMirror) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- 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(T) - Method in class io.micronaut.inject.annotation.AbstractAnnotationMetadataBuilder
-
Obtain the name of the repeatable annotation if the annotation is is one.
- getReporterConfiguration() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerReporterConfiguration
-
- getRequestAttributeName() - Method in exception io.micronaut.web.router.exceptions.UnsatisfiedRequestAttributeRouteException
-
- getRequestParameters() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- 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.NettyRxWebSocketSession
-
- getRequestURI() - Method in interface io.micronaut.websocket.WebSocketSession
-
The request URI this session was opened under.
- getRequestVariable(HystrixRequestVariableLifecycle<T>) - Method in class io.micronaut.tracing.instrument.hystrix.TracingHystrixConcurrentStrategy
-
- 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 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
-
- getRequiredMethod(String, Class...) - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- getRequiredProperty(String, Class<P>) - Method in interface io.micronaut.core.beans.BeanIntrospection
-
- 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.
- 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
-
- getRetentionPolicy(Element) - Method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
- 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
-
- getRetryState() - Method in class io.micronaut.retry.event.CircuitOpenEvent
-
- getRetryState() - Method in class io.micronaut.retry.event.RetryEvent
-
- 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 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.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- 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
-
- 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
-
- getRouteKey(UriRoute) - Method in class io.micronaut.management.endpoint.routes.impl.RxJavaRouteDataCollector
-
- 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
-
- getSamplerConfiguration() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSamplerConfiguration
-
- 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 interface io.micronaut.inject.BeanDefinition
-
- getScope() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- getScope(BeanDefinition<?>) - Method in class io.micronaut.management.endpoint.beans.impl.DefaultBeanDefinitionData
-
- getSenderConfiguration() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSenderConfiguration
-
- 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
-
- getServers() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
- 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
-
- getServiceIdPattern() - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- getServiceIdRegex() - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- getServiceIds() - Method in class io.micronaut.discovery.CompositeDiscoveryClient
-
- getServiceIds() - Method in interface io.micronaut.discovery.DiscoveryClient
-
- 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
-
- 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
-
- getShutdownTimeout() - Method in class io.micronaut.http.client.HttpClientConfiguration
-
The amount of time to wait for shutdown.
- 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.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
-
- 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
-
- 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
-
- 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
- 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.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.
- 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
-
- getSystemPropertyName() - Method in interface io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfiguration
-
- getSystemPropertyName() - Method in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- 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.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 interface io.micronaut.inject.DelegatingExecutableMethod
-
- getTargetMethod() - Method in interface io.micronaut.inject.MethodReference
-
- getTargetMethod() - Method in interface io.micronaut.web.router.MethodBasedRoute
-
- 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
-
- getTenantId() - Method in interface io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfiguration
-
Returns the fixed Tenant ID.
- getTenantId() - Method in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
- getterNameFor(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Get the equivalent getter name for the given property.
- 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
-
- getThreadPool(HystrixThreadPoolKey, HystrixProperty<Integer>, HystrixProperty<Integer>, HystrixProperty<Integer>, TimeUnit, BlockingQueue<Runnable>) - Method in class io.micronaut.tracing.instrument.hystrix.TracingHystrixConcurrentStrategy
-
- getThreadPool(HystrixThreadPoolKey, HystrixThreadPoolProperties) - Method in class io.micronaut.tracing.instrument.hystrix.TracingHystrixConcurrentStrategy
-
- 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
-
- 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
-
- getTracingBuilder() - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- 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.beans.PropertyDescriptor
-
Deprecated.
- getType() - Method in interface io.micronaut.core.type.Argument
-
- getType() - Method in class io.micronaut.core.type.DefaultArgument
-
- getType() - Method in interface io.micronaut.core.type.ReturnType
-
- 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(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 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() - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
- getTypeArguments(Class<T>, BT) - Method in class io.micronaut.inject.qualifiers.TypeArgumentQualifier
-
- getTypeArgumentsMap() - Method in class io.micronaut.context.AbstractBeanDefinition
-
A method that subclasses can override to provide information on type arguments.
- getTypeDescriptor(Object) - 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(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.Argument
-
- 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.
- getTypeReference(Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
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.
- getTypeString(TypeElement) - Method in class io.micronaut.annotation.processing.JavaConfigurationMetadataBuilder
-
- getTypeString(boolean) - Method in interface io.micronaut.core.type.Argument
-
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.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
-
- 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
-
- getURI() - Method in interface io.micronaut.discovery.ServiceInstance
-
- getURI() - Method in interface io.micronaut.function.client.FunctionDefinition
-
- 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
-
- getUriPattern() - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- getUriRegex() - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- 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
-
- getUriVariables() - Method in interface io.micronaut.websocket.WebSocketSession
-
Any matching URI path variables.
- getUrl() - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- getURL(String, String) - Method in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
The URL for metadata information.
- getUrl() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- getUrl() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- getUrl() - Method in class io.micronaut.http.client.loadbalance.FixedLoadBalancer
-
- 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
- getValueForField(BeanResolutionContext, BeanContext, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given field from the bean context
- getValueForMethodArgument(BeanResolutionContext, BeanContext, int, int) - Method in class io.micronaut.context.AbstractBeanDefinition
-
Obtains a value for the given method argument.
- 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.
- 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(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
-
- 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
-
- 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.
- getVisitor() - Method in class io.micronaut.annotation.processing.visitor.LoadedVisitor
-
- 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
-
- getVnicUrl() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- getWatchService() - Method in class io.micronaut.scheduling.io.watch.DefaultWatchThread
-
- getWebSocket(Class<T>) - Method in interface io.micronaut.websocket.context.WebSocketBeanRegistry
-
- 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
-
- 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(Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- getWriteIdleTimeout() - Method in class io.micronaut.http.server.HttpServerConfiguration
-
- getWriteMethod() - Method in class io.micronaut.core.beans.PropertyDescriptor
-
Deprecated.
- 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
-
- 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.
- GoogleComputeInstanceMetadata - Class in io.micronaut.discovery.cloud.gcp
-
- GoogleComputeInstanceMetadata() - Constructor for class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadata
-
- GoogleComputeInstanceMetadataResolver - Class in io.micronaut.discovery.cloud.gcp
-
- GoogleComputeInstanceMetadataResolver(ObjectMapper, GoogleComputeMetadataConfiguration) - Constructor for class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadataResolver
-
- GoogleComputeInstanceMetadataResolver() - Constructor for class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadataResolver
-
Construct with default settings.
- GoogleComputeMetadataConfiguration - Class in io.micronaut.discovery.cloud.gcp
-
- GoogleComputeMetadataConfiguration() - Constructor for class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- GoogleComputeMetadataKeys - Enum in io.micronaut.discovery.cloud.gcp
-
Models common Google compute instance metadata keys.
- 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
-
- GroovyClassElement - Class in io.micronaut.ast.groovy.visitor
-
A class element returning data from a ClassNode
.
- GroovyConstructorElement - Class in io.micronaut.ast.groovy.visitor
-
- 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(SourceUnit, CompilationUnit, PackageNode, AnnotationMetadata) - Constructor for class io.micronaut.ast.groovy.visitor.GroovyPackageElement
-
Default constructor.
- GroovyParameterElement - Class in io.micronaut.ast.groovy.visitor
-
- 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
-
- group(String) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
-
Sets the application group.
- GROUP - Static variable in interface io.micronaut.discovery.ServiceInstance
-
- group - Variable in class io.micronaut.http.client.netty.DefaultHttpClient
-
- 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, 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, URISyntaxException) - Method in class io.micronaut.http.server.exceptions.URISyntaxHandler
-
- handle(HttpRequest, DuplicateRouteException) - Method in class io.micronaut.http.server.netty.converters.DuplicateRouteHandler
-
- handle(HttpRequest, UnsatisfiedRouteException) - Method in class io.micronaut.http.server.netty.converters.UnsatisfiedRouteHandler
-
- 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
-
- handle(HttpRequest, ValidationException) - Method in class io.micronaut.validation.exceptions.ValidationExceptionHandler
-
- 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_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
-
- handleResponse(HttpRequest<?>, MutableHttpResponse<?>) - Method in class io.micronaut.http.server.cors.CorsFilter
-
Handles a CORS response.
- 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(ExecutableElement, Class<? extends Annotation>) - Static method in class io.micronaut.annotation.processing.JavaAnnotationMetadataBuilder
-
Checks if a method has an annotation.
- 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(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
-
- 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(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
-
- hasErrorNode(Tree) - Static method in class io.micronaut.annotation.processing.test.Parser
-
Returns true
if the tree contains at least one "erroneous"
node.
- hasErrors() - Method in interface io.micronaut.core.convert.ErrorsContext
-
- HASHCODE - Static variable in class io.micronaut.aop.writer.AopProxyWriter
-
- hashCode() - Method in class io.micronaut.ast.groovy.utils.ExtendedParameter
-
- 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.AbstractMessageSource.MessageKey
-
- hashCode() - Method in class io.micronaut.context.BeanRegistration
-
- 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.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.qualifiers.TypeArgumentQualifier
-
- 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
-
- hasPatterns() - Method in interface io.micronaut.http.filter.HttpFilterResolver.FilterEntry
-
- 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
-
- 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.Argument
-
- 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
-
- HEAD(String) - Static method in interface io.micronaut.http.HttpRequest
-
- head(String) - Method in interface io.micronaut.http.HttpRequestFactory
-
- 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
-
- 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
-
- Header - 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.
- HEADER_METADATA_FLAVOR - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadataResolver
-
Constant for Metadata flavor.
- HeaderAnnotationBinder<T> - Class in io.micronaut.http.bind.binders
-
- HeaderAnnotationBinder(ConversionService<?>) - Constructor for class io.micronaut.http.bind.binders.HeaderAnnotationBinder
-
- 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
-
- headerName - Variable in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolver
-
The name of the header.
- 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
-
- Headers - Annotation Type in io.micronaut.messaging.annotation
-
This lets you declare several headers for a client class and have them always included.
- 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
-
- HeaderVersionResolver(HeaderVersionResolverConfiguration) - Constructor for class io.micronaut.web.router.version.resolution.HeaderVersionResolver
-
- 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.
- HealthEndpoint - Class in io.micronaut.management.endpoint.health
-
Exposes an
Endpoint
to provide information about the health of the application.
- HealthEndpoint(HealthAggregator<HealthResult>, HealthIndicator[]) - Constructor for class io.micronaut.management.endpoint.health.HealthEndpoint
-
- HealthEndpoint.StatusConfiguration - Class in io.micronaut.management.endpoint.health
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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(Logger, 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.RxNettyHttpClientRegistry
-
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.
- HttpClientConfiguration - Class in io.micronaut.http.client
-
- 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
-
- 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, 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(BeanContext, RxHttpClientRegistry, JsonMediaTypeCodec, List<ReactiveClientResultTransformer>) - Constructor for class io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice
-
Constructor for advice class to setup things like Headers, Cookies, Parameters for 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
-
- HttpClientSender - Class in io.micronaut.tracing.brave.sender
-
An
Sender
implementation that uses Micronaut's
HttpClient
.
- HttpClientSender.Builder - Class in io.micronaut.tracing.brave.sender
-
- HttpClientSenderConfiguration() - Constructor for class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
Initialize the builder with client configurations.
- HttpClientSenderFactory - Class in io.micronaut.tracing.brave.sender
-
- HttpClientSenderFactory(BraveTracerConfiguration.HttpClientSenderConfiguration) - Constructor for class io.micronaut.tracing.brave.sender.HttpClientSenderFactory
-
Initialize the factory for creating Zipkin Sender
with configurations.
- 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
-
- 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 - Class in io.micronaut.http.server.netty.converters
-
- HttpDataToByteArrayConverter(ConversionService) - Constructor for class io.micronaut.http.server.netty.converters.HttpDataToByteArrayConverter
-
Deprecated.
- httpDataToByteArrayConverter() - Method in class io.micronaut.http.server.netty.converters.NettyConverters
-
- HttpDataToStringConverter - Class in io.micronaut.http.server.netty.converters
-
- HttpDataToStringConverter(ConversionService) - Constructor for class io.micronaut.http.server.netty.converters.HttpDataToStringConverter
-
Deprecated.
- 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.
- HttpFunctionExecutor<I,O> - Class in io.micronaut.function.client.http
-
- HttpFunctionExecutor(RxHttpClient) - Constructor for class io.micronaut.function.client.http.HttpFunctionExecutor
-
Constructor.
- HttpHeaders - Interface in io.micronaut.http
-
Constants for common HTTP headers.
- HttpHeaderTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
A
TenantResolver
that resolves the tenant from the request HTTP Header.
- HttpHeaderTenantResolver(HttpHeaderTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolver
-
- HttpHeaderTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- HttpHeaderTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- HttpHeaderTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
- HttpHeaderTenantWriter - Class in io.micronaut.multitenancy.writer
-
Write the tenant id in an HTTP header.
- HttpHeaderTenantWriter(HttpHeaderTenantWriterConfiguration) - Constructor for class io.micronaut.multitenancy.writer.HttpHeaderTenantWriter
-
- httpHeaderTenantWriterConfiguration - Variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriter
-
- HttpHeaderTenantWriterConfigurationProperties - Class in io.micronaut.multitenancy.writer
-
Tenant Writer Configuration Properties.
- HttpHeaderTenantWriterConfigurationProperties() - Constructor for class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
- 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.
- HttpMessage<B> - Interface in io.micronaut.http
-
Common interface for HTTP messages.
- HttpMessageWrapper<B> - Class in io.micronaut.http
-
- 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
-
- 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
-
- 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) - Constructor for class io.micronaut.http.server.netty.decoders.HttpRequestDecoder
-
- HttpRequestFactory - Interface in io.micronaut.http
-
- 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
-
- 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
-
- HttpResponseEncoder(MediaTypeCodecRegistry, HttpServerConfiguration) - Constructor for class io.micronaut.http.server.netty.encoders.HttpResponseEncoder
-
Default constructor.
- HttpResponseFactory - Interface in io.micronaut.http
-
- HttpResponseProvider - Interface in io.micronaut.http
-
A contract to provide an http response.
- HttpResponseWrapper<B> - Class in io.micronaut.http
-
- HttpResponseWrapper(HttpResponse<B>) - Constructor for class io.micronaut.http.HttpResponseWrapper
-
- HttpServerConfiguration - Class in io.micronaut.http.server
-
- 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
-
- 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
-
- HttpServerFilterResolver<T extends AnnotationMetadataProvider> - Interface in io.micronaut.http.filter
-
Subinterface for filter resolution specific to HTTP server filters.
- HttpServerTracingPublisher - Class in io.micronaut.tracing.brave.instrument.http
-
A Publisher that handles HTTP client server tracing.
- 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
-
- 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.
- HttpStatusConverter - Class in io.micronaut.runtime.http.converters
-
- HttpStatusConverter() - Constructor for class io.micronaut.runtime.http.converters.HttpStatusConverter
-
Deprecated.
- 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
-
- HttpStatusHandler() - Constructor for class io.micronaut.http.server.exceptions.HttpStatusHandler
-
- 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.
- HttpTracingFactory - Class in io.micronaut.tracing.brave.instrument.http
-
Adds HTTP tracing for Micronaut using Brave.
- HttpTracingFactory() - Constructor for class io.micronaut.tracing.brave.instrument.http.HttpTracingFactory
-
- 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
-
- HyphenatedUriNamingStrategy() - Constructor for class io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
-
- IBM - Static variable in interface io.micronaut.context.env.Environment
-
Cloud provider IBM cloud.
- 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
.
- 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.
- 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
-
- includeJars(boolean) - Method in class io.micronaut.core.io.scan.ClassPathAnnotationScanner
-
Whether to include JAR files.
- index - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- 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
-
- 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).
- 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) - 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(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(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
-
- injectAnother(BeanResolutionContext, BeanContext, Object) - Method in class io.micronaut.context.AbstractBeanDefinition
-
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.
- 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.
- injectThis(ApplicationContext) - Method in class io.micronaut.function.executor.FunctionInitializer
-
Injects this instance.
- 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
-
- InMemorySession - Class in io.micronaut.session
-
- 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.
- INSTANCE - Static variable in interface io.micronaut.http.cookie.CookieFactory
-
- INSTANCE - Static variable in interface io.micronaut.http.HttpRequestFactory
-
- INSTANCE - Static variable in interface io.micronaut.http.HttpResponseFactory
-
- 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(boolean, Object...) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- 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(String, ClassLoader) - Static method in class io.micronaut.core.reflect.InstantiationUtils
-
- instantiate(String, Class<T>) - Static method in class io.micronaut.core.reflect.InstantiationUtils
-
- 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.
- instantiateNewMetadata(Type, ClassWriter, GeneratorAdapter, DefaultAnnotationMetadata, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
- instantiateNewMetadataHierarchy(Type, ClassWriter, GeneratorAdapter, AnnotationMetadataHierarchy, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.annotation.AnnotationMetadataWriter
-
- 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
-
- 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.
- 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
-
- 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.tracing.interceptor.TraceInterceptor
-
- intercept(MethodInvocationContext) - 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.
- InterceptedProxy<T> - Interface in io.micronaut.aop
-
- 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.
- InterceptorChain<B,R> - Class in io.micronaut.aop.chain
-
- InterceptorChain(Interceptor<B, R>[], B, ExecutableMethod<B, R>, Object...) - Constructor for class io.micronaut.aop.chain.InterceptorChain
-
Constructor.
- interceptorCount - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- interceptors - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- 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.
- interfaceGenericTypeFor(TypeElement, Class) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Finds the generic type for the given interface for the given class element.
- interfaceGenericTypeFor(TypeElement, String) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Finds the generic type for the given interface for the given class element.
- 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(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.IndexedAnnotation - Annotation Type in io.micronaut.core.annotation
-
Allow pre-computed indexes for property lookups based on an annotation and a member.
- IntrospectedTypeElementVisitor - Class in io.micronaut.inject.beans.visitor
-
- 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
-
- Introspector - Class in io.micronaut.core.beans
-
- 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, 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.
- 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) - 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(B, Object...) - Method in class io.micronaut.aop.chain.InterceptorChain
-
- invoke(Object, Object...) - Method in class io.micronaut.context.AbstractExecutableMethod
-
- invoke(T) - Method in interface io.micronaut.core.bind.BoundExecutable
-
- 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
-
- invokeMethod(T, Method, Object...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Invokes a method.
- 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.writer - package io.micronaut.aop.writer
-
Proxy writers.
- 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.condition - package io.micronaut.context.condition
-
Contains classes and interfaces related to conditional beans.
- io.micronaut.context.converters - package io.micronaut.context.converters
-
- 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
-
- 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.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.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.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.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.aws - package io.micronaut.discovery.cloud.aws
-
AWS cloud configuration.
- io.micronaut.discovery.cloud.digitalocean - package io.micronaut.discovery.cloud.digitalocean
-
- io.micronaut.discovery.cloud.gcp - package io.micronaut.discovery.cloud.gcp
-
Google Compute cloud configuration.
- io.micronaut.discovery.cloud.oraclecloud - package io.micronaut.discovery.cloud.oraclecloud
-
Oracle cloud configuration.
- 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
-
- io.micronaut.http.client.annotation - package io.micronaut.http.client.annotation
-
Annotations associated with the HTTP client.
- io.micronaut.http.client.converters - package io.micronaut.http.client.converters
-
HTTP Client response converters.
- 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.rxjava2 - package io.micronaut.http.client.rxjava2
-
Rx Reactive transformers.
- 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
-
- 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.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.context - package io.micronaut.http.server.context
-
- 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.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.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
-
- 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.beans.visitor - package io.micronaut.inject.beans.visitor
-
- 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.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
-
- 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.bind - package io.micronaut.jackson.bind
-
Jackson bean binding to properties.
- io.micronaut.jackson.codec - package io.micronaut.jackson.codec
-
JSON media type decoding.
- io.micronaut.jackson.convert - package io.micronaut.jackson.convert
-
JSON conversion to objects structures and vice versa.
- io.micronaut.jackson.env - package io.micronaut.jackson.env
-
JSON property loader.
- io.micronaut.jackson.modules - package io.micronaut.jackson.modules
-
Contains factories for modules.
- io.micronaut.jackson.parser - package io.micronaut.jackson.parser
-
Jackson parser.
- io.micronaut.jackson.serialize - package io.micronaut.jackson.serialize
-
Jackson object serializer.
- 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.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.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.multitenancy - package io.micronaut.multitenancy
-
Multitenancy capabilities.
- io.micronaut.multitenancy.exceptions - package io.micronaut.multitenancy.exceptions
-
Encapsulate classes related with Multitenancy exceptions.
- io.micronaut.multitenancy.propagation - package io.micronaut.multitenancy.propagation
-
Encapsulate classes related with Multitenancy propagation.
- io.micronaut.multitenancy.tenantresolver - package io.micronaut.multitenancy.tenantresolver
-
Encapsulate classes related with Multitenancy tenant resolution.
- io.micronaut.multitenancy.writer - package io.micronaut.multitenancy.writer
-
Encapsulate classes related with Multitenancy writing.
- io.micronaut.reactive.flow.converters - package io.micronaut.reactive.flow.converters
-
- io.micronaut.reactive.rxjava2.converters - package io.micronaut.reactive.rxjava2.converters
-
RxJava 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.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.converters - package io.micronaut.runtime.http.converters
-
Converters related to HTTP.
- 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.tracing - package io.micronaut.tracing
-
Default tracer.
- io.micronaut.tracing.annotation - package io.micronaut.tracing.annotation
-
Tracing annotations.
- io.micronaut.tracing.brave - package io.micronaut.tracing.brave
-
Configuration for Brave tracing.
- io.micronaut.tracing.brave.instrument.http - package io.micronaut.tracing.brave.instrument.http
-
Configuration for Brave tracing HTTP.
- io.micronaut.tracing.brave.log - package io.micronaut.tracing.brave.log
-
Brave tracing log.
- io.micronaut.tracing.brave.sender - package io.micronaut.tracing.brave.sender
-
Brave tracing HTTP sender.
- io.micronaut.tracing.instrument.http - package io.micronaut.tracing.instrument.http
-
HTTP Tracing.
- io.micronaut.tracing.instrument.hystrix - package io.micronaut.tracing.instrument.hystrix
-
Tracing with hystrix.
- io.micronaut.tracing.instrument.util - package io.micronaut.tracing.instrument.util
-
Tracing Util.
- io.micronaut.tracing.interceptor - package io.micronaut.tracing.interceptor
-
Tracing Interceptor.
- io.micronaut.tracing.jaeger - package io.micronaut.tracing.jaeger
-
This package contains configuration for Jaeger based tracing.
- 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
-
- 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
-
- 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.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 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.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
-
- 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(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.
- 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.inject.ast.PrimitiveElement
-
- isArray() - Method in interface io.micronaut.inject.ast.TypedElement
-
Is the type an array.
- isAssignable(String) - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- isAssignable(String) - 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(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
-
- isAsync() - Method in interface io.micronaut.core.type.Argument
-
- isAsync() - Method in interface io.micronaut.core.type.ReturnType
-
- isAsync() - Method in interface io.micronaut.web.router.RouteInfo
-
- isAsyncOrReactive() - Method in interface io.micronaut.core.type.Argument
-
- isAsyncOrReactive() - Method in interface io.micronaut.core.type.ReturnType
-
- 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.
- 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.
- isCached() - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- isCached() - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadata
-
- 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.DefaultHttpClient
-
- isClientChannel() - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
- isClientChannel() - Method in class io.micronaut.http.server.netty.NettyHttpServer
-
- isCompletable(Class<?>) - Static method in class io.micronaut.core.async.publisher.Publishers
-
Does the given reactive type emit a single result.
- isCompletable() - Method in interface io.micronaut.core.type.Argument
-
- isCompletable() - Method in interface io.micronaut.core.type.ReturnType
-
- 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
-
- isConfigurationProperties() - Method in interface io.micronaut.inject.BeanDefinitionReference
-
- isContainerType() - Method in interface io.micronaut.core.type.Argument
-
- isContextScope() - Method in class io.micronaut.context.AbstractBeanDefinitionReference
-
- isContextScope() - Method in interface io.micronaut.inject.BeanDefinitionReference
-
- isContinued() - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override if the current active span is to be continued by this publisher.
- 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.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- isCookieHttpOnly() - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- isCookieSecure() - Method in interface io.micronaut.http.cookie.CookieConfiguration
-
- isCookieSecure() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- 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(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
-
- isDeclaredNonNull() - Method in interface io.micronaut.core.annotation.AnnotatedElement
-
- isDeclaredNullable() - Method in interface io.micronaut.core.annotation.AnnotatedElement
-
- 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
-
- 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.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) - Method in class io.micronaut.context.AbstractBeanDefinitionReference
-
- isEnabled() - Method in class io.micronaut.context.env.yaml.YamlPropertySourceLoader
-
- isEnabled() - Method in interface io.micronaut.core.util.Toggleable
-
- isEnabled() - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- isEnabled() - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- isEnabled() - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- isEnabled() - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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() - 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.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
-
- isEnabled() - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- isEnabled() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- 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.
- 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
-
- isExceptionOnErrorStatus() - Method in class io.micronaut.http.client.HttpClientConfiguration
-
- isExecutable() - Method in interface io.micronaut.web.router.RouteMatch
-
- isExpandExceptionLogs() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- 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(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
-
- isFinishOnError() - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
Designed for subclasses to override if the span needs to be finished upon error.
- 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
-
- isGetterName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Is the given method name a valid getter name.
- 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
-
- isHyphenatedLowerCase(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Checks whether the given name is a valid service identifier.
- 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() - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- isIterable() - Method in class io.micronaut.context.AbstractBeanDefinition
-
- 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
-
- isJavaBasicType(String) - Static method in class io.micronaut.core.reflect.ClassUtils
-
- 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.
- 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(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.
- isNullable() - Method in interface io.micronaut.core.annotation.AnnotatedElement
-
- isOpen() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- isOpen() - Method in interface io.micronaut.websocket.WebSocketSession
-
Whether the session is open.
- isOptional() - Method in interface io.micronaut.core.type.Argument
-
- isOptional() - Method in interface io.micronaut.core.type.ReturnType
-
- 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.
- 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
-
- isPostConstructMethod() - Method in interface io.micronaut.inject.MethodInjectionPoint
-
- 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.context.AbstractBeanDefinitionReference
-
- 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(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(String, ClassLoader) - Static method in class io.micronaut.core.reflect.ClassUtils
-
Check whether the given class is present in the given classloader.
- isPresent(String, String) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
- isPresent() - Method in interface io.micronaut.inject.BeanDefinitionReference
-
- 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.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.inject.ast.PrimitiveElement
-
- isPrimitive() - Method in interface io.micronaut.inject.ast.TypedElement
-
Whether the type is primitive.
- isPrimitive(Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- 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
-
- isProvided() - Method in class io.micronaut.context.AbstractBeanDefinition
-
- isProvided() - Method in interface io.micronaut.inject.BeanDefinition
-
- isProvided() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- 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
-
- 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() - Method in interface io.micronaut.core.type.Argument
-
- isReactive() - Method in interface io.micronaut.core.type.ReturnType
-
- 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
-
- 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.
- isRememberMe() - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- isReportingEnabled() - Static method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
Whether report is enabled.
- 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
-
- 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.NettyRxWebSocketSession
-
- 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
-
- 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.
- 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.writer.AopProxyWriter
-
- isSingleton() - Method in class io.micronaut.context.AbstractBeanDefinition
-
- 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 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() - Method in interface io.micronaut.core.type.ReturnType
-
- 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
-
- isSuspend() - Method in interface io.micronaut.inject.ExecutableMethod
-
Defines whether the method is Kotlin suspend function.
- 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
-
- 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, 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.
- 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.
- 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
-
- isVariable() - Method in interface io.micronaut.http.uri.UriTemplate.PathSegment
-
- isVoid() - Method in interface io.micronaut.core.type.Argument
-
Returns whether the return type is logically void.
- isVoid() - Method in interface io.micronaut.core.type.ReturnType
-
Returns whether the return type is logically void.
- isVoid() - Method in interface io.micronaut.web.router.RouteInfo
-
- 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.
- isWritable() - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- 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
-
- isWriteSensitive() - Method in class io.micronaut.management.endpoint.loggers.LoggersEndpoint
-
- isZipkinSharedRpcSpan() - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
- 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
.
- 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 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
.
- 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
-
- 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
-
- makeInner(String, ClassWriter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- makeStaticInner(String, ClassWriter) - Method in class io.micronaut.inject.writer.ExecutableMethodWriter
-
- ManagedLoggingSystem - Interface in io.micronaut.management.endpoint.loggers
-
Abstraction for a logging system.
- 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 - 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.KotlinNotNullMapper
-
- map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.inject.annotation.internal.KotlinNullableMapper
-
- 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.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(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.
- MappedSuperClassIntrospectionMapper - Class in io.micronaut.inject.beans.visitor
-
Handle mapped super class.
- MappedSuperClassIntrospectionMapper() - Constructor for class io.micronaut.inject.beans.visitor.MappedSuperClassIntrospectionMapper
-
- MapPropertyResolver - Class in io.micronaut.core.value
-
- 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
-
- 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.
- MapToObjectConverter - Class in io.micronaut.jackson.bind
-
- MapToObjectConverter(Provider<BeanPropertyBinder>) - Constructor for class io.micronaut.jackson.bind.MapToObjectConverter
-
Deprecated.
- mapToObjectConverter() - Method in class io.micronaut.jackson.convert.JacksonConverterRegistrar
-
- markReaderIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- markWriterIndex() - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- 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(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
-
- 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
-
- MaybeBodyBinder - Class in io.micronaut.http.server.netty.binders
-
Bindings
Body
arguments of type
Maybe
.
- MaybeBodyBinder(ConversionService, HttpContentProcessorResolver) - Constructor for class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- MdcInstrumenter - Class in io.micronaut.tracing.instrument.util
-
A function that instruments invocations with the Mapped Diagnostic Context for Slf4j.
- MdcInstrumenter() - Constructor for class io.micronaut.tracing.instrument.util.MdcInstrumenter
-
- 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.jackson.codec.JacksonMediaTypeCodec
-
- 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
-
- MediaTypeCodecRegistryFactory() - Constructor for class io.micronaut.runtime.http.codec.MediaTypeCodecRegistryFactory
-
- MediaTypeConverter - Class in io.micronaut.http
-
- MediaTypeConverter() - Constructor for class io.micronaut.http.MediaTypeConverter
-
Deprecated.
- member(String, int) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given integer value.
- member(String, int...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given integer[] value.
- member(String, long) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given long value.
- member(String, long...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given long[] value.
- member(String, String) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given string value.
- member(String, String...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given String[] values.
- member(String, boolean) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given boolean value.
- member(String, Enum<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given enum object.
- member(String, Enum<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given enum objects.
- member(String, Class<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given type object.
- member(String, Class<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given type objects.
- member(String, AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given annotation value.
- member(String, AnnotationValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given annotation values.
- member(String, AnnotationClassValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given annotation class values.
- 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
.
- 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.async.SupplierUtil
-
Caches the result of supplier in a thread safe manner.
- memoizedNonEmpty(Supplier<T>) - Static method in class io.micronaut.core.async.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
-
- messageHandled(ChannelHandlerContext, NettyRxWebSocketSession, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Method called once a message has been handled by the handler.
- messageHandled(ChannelHandlerContext, NettyRxWebSocketSession, Object) - Method in class io.micronaut.http.server.netty.websocket.NettyServerWebSocketHandler
-
- messageHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- 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.
- messageMaxBytes(int) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
The message max bytes.
- messageMaxBytes() - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- messageMethod() - Method in interface io.micronaut.websocket.context.WebSocketBean
-
- messageSizeInBytes(List<byte[]>) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- MessageSource - Interface in io.micronaut.context
-
Interface for resolving messages from some source.
- MessageSource.MessageContext - Interface in io.micronaut.context
-
The context to use.
- 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
-
- metadata(Map<String, String>) - Method in interface io.micronaut.discovery.ServiceInstance.Builder
-
Sets the application metadata.
- METHOD_DEFAULT_CONSTRUCTOR - 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_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
-
- METHOD_RESOLVE_TARGET - Static variable in class io.micronaut.aop.writer.AopProxyWriter
-
- METHOD_TAG - Static variable in class io.micronaut.tracing.interceptor.TraceInterceptor
-
- 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
-
- 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
-
- methodName() - Method in enum io.micronaut.core.naming.conventions.MethodConvention
-
- 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 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.
- MicronautSubstitutions - Class in io.micronaut.http.netty.graal
-
Micronaut substitutions for GraalVM.
- MicronautSubstitutions() - Constructor for class io.micronaut.http.netty.graal.MicronautSubstitutions
-
- 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.
- 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
-
- 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
-
- 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
-
- MultipartBodyArgumentBinder - Class in io.micronaut.http.server.netty.multipart
-
- MultipartBodyArgumentBinder(BeanLocator, Provider<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
-
- MultitenancyConfiguration - Interface in io.micronaut.multitenancy
-
Define constants used by Multitenancy.
- MutableArgumentValue<V> - Interface in io.micronaut.core.type
-
- 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
-
- 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
-
- MutableConvertibleValuesMap<V> - Class in io.micronaut.core.convert.value
-
- 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
-
- 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.
- PackageConfigurationInjectProcessor - Class in io.micronaut.annotation.processing
-
- PackageConfigurationInjectProcessor() - Constructor for class io.micronaut.annotation.processing.PackageConfigurationInjectProcessor
-
- 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
-
- 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.aop.chain.InterceptorChain
-
- parameters - Variable in class io.micronaut.http.MediaType
-
- ParameterVersionResolver - Class in io.micronaut.web.router.version.resolution
-
- ParameterVersionResolver(ParameterVersionResolverConfiguration) - Constructor for class io.micronaut.web.router.version.resolution.ParameterVersionResolver
-
- 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
-
- 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.
- 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
-
- Parser.ParseResult - Class in io.micronaut.annotation.processing.test
-
The diagnostic, parse trees, and Trees
instance for a parse task.
- 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
-
- PATCH(String, T) - Static method in interface io.micronaut.http.HttpRequest
-
- patch(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
-
- 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
-
- path - Variable in enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
- 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.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.
- 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
-
- 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 javax.persistence.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.
- populateAnnotationData(T, A, DefaultAnnotationMetadata, boolean, RetentionPolicy) - 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, Map<?, ?>) - Static method in class io.micronaut.discovery.cloud.ComputeInstanceMetadataResolverUtils
-
- 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.env.CloudFoundryVcapApplicationPropertySourceLoader
-
Position for the system property source loader in the chain.
- POSITION - Static variable in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
Position for the system property source loader in the chain.
- POSITION - Static variable in class io.micronaut.jackson.env.EnvJsonPropertySourceLoader
-
Position for the system property source loader in the chain.
- POSITION - Static variable in class io.micronaut.retry.intercept.RecoveryInterceptor
-
- 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
-
- POST(String, T) - Static method in interface io.micronaut.http.HttpRequest
-
- post(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
-
- 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
-
- POST_CONSTRUCT - Static variable in interface io.micronaut.inject.processing.ProcessedTypes
-
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.
- postConstructMethods - Variable in class io.micronaut.context.AbstractBeanDefinition
-
- PRAGMA - Static variable in interface io.micronaut.http.HttpHeaders
-
"Pragma"
.
- PRE_DESTROY - Static variable in interface io.micronaut.inject.processing.ProcessedTypes
-
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.
- 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.aws.AmazonMetadataConfiguration
-
Prefix for Amazon EC2 configuration metadata.
- PREFIX - Static variable in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- PREFIX - Static variable in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
Prefix for Google Compute configuration.
- PREFIX - Static variable in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
Prefix for Oracle Cloud configuration metadata.
- 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
-
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 interface io.micronaut.multitenancy.MultitenancyConfiguration
-
- PREFIX - Static variable in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- PREFIX - Static variable in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
- PREFIX - Static variable in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- PREFIX - Static variable in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
- PREFIX - Static variable in interface io.micronaut.multitenancy.writer.TenantWriter
-
- 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 class io.micronaut.tracing.brave.AsyncReporterConfiguration
-
- PREFIX - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration.HttpClientSenderConfiguration
-
- PREFIX - Static variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- PREFIX - Static variable in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
The configuration prefix.
- 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
-
- 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
-
- PrincipalTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
A tenant resolver that resolves the tenant from the authenticated principal.
- PrincipalTenantResolver() - Constructor for class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolver
-
- PrincipalTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- PrincipalTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- PrincipalTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
- proceed() - Method in class io.micronaut.aop.chain.InterceptorChain
-
- proceed(Interceptor) - Method in class io.micronaut.aop.chain.InterceptorChain
-
- proceed() - Method in class io.micronaut.aop.chain.MethodInterceptorChain
-
- 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.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
-
Constants for processed type names.
- 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.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- processInput(String, InputStream, Map<String, Object>) - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- 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
-
- Produces - Annotation Type in io.micronaut.http.annotation
-
An annotation to indicate the
MediaType
s 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
-
- 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
-
- 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_NAMES_TO_MASK - Static variable in class io.micronaut.management.endpoint.env.EnvironmentEndpoint
-
- 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.
- PropertyDescriptor - Class in io.micronaut.core.beans
-
- PropertyElement - Interface in io.micronaut.inject.ast
-
A property element represents a JavaBean property on a
ClassElement
.
- 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
-
- PropertySourcePropertyResolver(ConversionService<?>) - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
-
- PropertySourcePropertyResolver() - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
-
- PropertySourcePropertyResolver(PropertySource...) - Constructor for class io.micronaut.context.env.PropertySourcePropertyResolver
-
- 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
-
Provided scope is used to define a bean that should not be considered a candidate for dependency injection because
it is provided by another bean.
- provideDownstreamSubscription(Subscriber) - Method in class io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber
-
- 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(HttpRequest<?>) - Method in interface io.micronaut.http.client.RxProxyHttpClient
-
- 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
-
- 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.
- ProxyingBeanDefinitionVisitor - Interface in io.micronaut.inject.writer
-
- 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.MicronautPublisher<T> - Interface in io.micronaut.core.async.publisher
-
Marker interface for any micronaut produced publishers.
- publishEvent(Object) - Method in class io.micronaut.context.DefaultBeanContext
-
- publishEvent(Object) - Method in interface io.micronaut.context.event.ApplicationEventPublisher
-
Publish the given event.
- publishEventAsync(Object) - Method in class io.micronaut.context.DefaultBeanContext
-
- publishEventAsync(Object) - 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.
- pushBoxPrimitiveIfNecessary(Object, MethodVisitor) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushBuildArgumentsForMethod(Type, ClassWriter, GeneratorAdapter, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, Map<String, GeneratorAdapter>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushCastToType(MethodVisitor, Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushConstructorResolve(BeanDefinition, Argument) - Method in interface io.micronaut.context.BeanResolutionContext.Path
-
Push an unresolved constructor call onto the queue.
- pushFieldResolve(BeanDefinition, FieldInjectionPoint) - 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.
- pushMethodNameAndTypesArguments(GeneratorAdapter, String, Collection<Object>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushNewArray(GeneratorAdapter, Class, 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.
- pushReturnValue(MethodVisitor, Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushStoreInArray(GeneratorAdapter, 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, Object) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- pushTypeArgumentElements(GeneratorAdapter, TypedElement, Map<String, ClassElement>) - Static method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Pushes type arguments onto the stack.
- pushTypeArguments(GeneratorAdapter, Map<String, Object>) - 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
-
- PUT(String, T) - Static method in interface io.micronaut.http.HttpRequest
-
- put(String, T) - Method in interface io.micronaut.http.HttpRequestFactory
-
- put(CharSequence, Object) - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- 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
-
- 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
.
- raf - Variable in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
-
- rafLength - Variable in class io.micronaut.http.server.netty.types.files.NettySystemFileCustomizableResponseType
-
- 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.
- ReactiveInvocationInstrumenterFactory - Interface in io.micronaut.scheduling.instrument
-
An factory interface for reactive invocation instrumentation, factory method decides if instrumentation is needed.
- 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
-
- 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(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(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(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.
- readInput(ResourceLoader, String) - Method in class io.micronaut.context.env.AbstractPropertySourceLoader
-
- readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.env.CloudFoundryVcapApplicationPropertySourceLoader
-
- readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.env.CloudFoundryVcapServicesPropertySourceLoader
-
- readInput(ResourceLoader, String) - Method in class io.micronaut.jackson.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.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
.
- 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.
- 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
-
- reason() - Method in class io.micronaut.http.client.netty.FullNettyClientHttpResponse
-
- reason() - Method in interface io.micronaut.http.HttpResponse
-
- 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
-
- RecoveryInterceptor(BeanContext) - Constructor for class io.micronaut.retry.intercept.RecoveryInterceptor
-
- redirect(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- reduce(Class<T>, Stream<BT>) - Method in interface io.micronaut.context.Qualifier
-
- 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.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 etc 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
-
- RefreshEndpoint(Environment, ApplicationEventPublisher) - Constructor for class io.micronaut.management.endpoint.refresh.RefreshEndpoint
-
- RefreshEvent - Class in io.micronaut.runtime.context.scope.refresh
-
- 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.
- RefreshInterceptor - Class in io.micronaut.runtime.context.scope.refresh
-
- RefreshInterceptor(RefreshScope) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshInterceptor
-
- RefreshScope - Class in io.micronaut.runtime.context.scope.refresh
-
- RefreshScope(BeanContext, Executor) - Constructor for class io.micronaut.runtime.context.scope.refresh.RefreshScope
-
- 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
-
- register(ConversionService<?>) - Method in class io.micronaut.context.converters.ContextConverterRegistrar
-
- register(ConversionService<?>) - Method in interface io.micronaut.core.convert.TypeConverterRegistrar
-
- register(ServiceInstance) - Method in class io.micronaut.discovery.registration.AutoRegistration
-
- 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.convert.JacksonConverterRegistrar
-
- register(ConversionService<?>) - Method in class io.micronaut.reactive.flow.converters.FlowConverterRegistrar
-
- register(ConversionService<?>) - Method in class io.micronaut.reactive.rxjava2.converters.RxJavaConverterRegistrar
-
- 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.
- 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
-
- RegistrationConfiguration() - Constructor for class io.micronaut.discovery.registration.RegistrationConfiguration
-
- RegistrationException - Exception in io.micronaut.discovery.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.
- 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 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 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.NettyRxWebSocketSession
-
- 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
-
- 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.
- 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
-
- replace(ByteBuf) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- 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.
- reportBeanPresent(Class<?>) - Static method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
Report a class that is present.
- reportMissing(String) - Static method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
Report a class that is present.
- reportPresent(Class<?>) - Static method in interface io.micronaut.core.reflect.ClassLoadingReporter
-
Deprecated.
Report a class that is present.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 interface io.micronaut.inject.BeanType
-
- requiresMethodProcessing() - Method in interface io.micronaut.inject.DelegatingBeanDefinition
-
- requiresMethodProcessing() - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
- requiresMethodProcessing() - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- 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(Environment) - Method in class io.micronaut.discovery.cloud.aws.AmazonComputeInstanceMetadataResolver
-
- resolve(Environment) - Method in interface io.micronaut.discovery.cloud.ComputeInstanceMetadataResolver
-
- resolve(Environment) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataResolver
-
- resolve(Environment) - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeInstanceMetadataResolver
-
- resolve(Environment) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataResolver
-
- 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(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(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() - 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<?, ?>, Interceptor...) - Static method in class io.micronaut.aop.chain.InterceptorChain
-
Resolves the
Around
interceptors for a method.
- resolveBeanConfigurations() - Method in class io.micronaut.context.DefaultApplicationContext
-
- resolveBeanConfigurations() - Method in class io.micronaut.context.DefaultBeanContext
-
- resolveBeanDefinitionReferences() - Method in class io.micronaut.context.DefaultApplicationContext
-
- resolveBeanDefinitionReferences() - Method in class io.micronaut.context.DefaultBeanContext
-
- resolveBoundGenerics(TypeElement, TypeMirror, Map<String, Map<String, TypeMirror>>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Resolve bound types for the given return type.
- 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.
- 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
-
- resolveGenericTypeArgument(Field) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
-
Resolves a single generic type argument for the given field.
- resolveGenericTypes(TypeMirror, Map<String, Object>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Resolve the generic type arguments for the given type mirror and bound type arguments.
- resolveGenericTypes(DeclaredType, TypeElement, Map<String, Object>) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Resolve the generic type arguments for the given type mirror and bound type arguments.
- 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.
- 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<?, ?>, Interceptor...) - Static method in class io.micronaut.aop.chain.InterceptorChain
-
Resolves the interceptors for a method for
Introduction
advise.
- resolveJsonViewCodec(Class<?>) - Method in interface io.micronaut.http.server.netty.jackson.JsonViewCodecResolver
-
Resolves a
JsonMediaTypeCodec
for the view class (specified as the JsonView annotation value).
- resolveJsonViewCodec(Class<?>) - Method in class io.micronaut.http.server.netty.jackson.JsonViewMediaTypeCodecFactory
-
Creates a
JsonMediaTypeCodec
for the view class (specified as the JsonView annotation value).
- 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
-
- resolveMetadata(Class<?>) - Method in class io.micronaut.context.DefaultBeanContext
-
- resolveMetadata(Class<?>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataResolver
-
- resolveMetadata(Object) - Method in interface io.micronaut.core.annotation.AnnotationMetadataResolver
-
- resolveName() - Method in interface io.micronaut.core.naming.NameResolver
-
- 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.
- resolver - Variable in class io.micronaut.core.value.OptionalValuesMap
-
- 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.
- resolveSpanName(HttpRequest<?>) - Method in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
Resolve the span name to use for the request.
- 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.
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolver
-
- resolveTenantIdentifier() - Method in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolver
-
- resolveTenantIdentifier() - Method in interface io.micronaut.multitenancy.tenantresolver.TenantResolver
-
Resolves the current tenant identifier.
- resolveTenantIdentifierAtRequest(HttpRequest<Object>) - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolver
-
- resolveTenantIdentifierAtRequest(HttpRequest<Object>) - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolver
-
- resolveTenantIdentifierAtRequest(HttpRequest<Object>) - Method in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolver
-
- resolveTenantIdentifierAtRequest(HttpRequest<Object>) - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolver
-
- resolveTenantIdentifierAtRequest(HttpRequest<Object>) - Method in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolver
-
- 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, Object>) - 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.
- resolveTypeVariable(Element, TypeVariable) - Method in class io.micronaut.annotation.processing.GenericUtils
-
Resolve the first type argument to a parameterized type.
- 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.
- Resource - Interface in io.micronaut.http.hateoas
-
Represents a REST resource in a hateoas architecture.
- 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
-
- ResourceLoaderFactory(Environment) - Constructor for class io.micronaut.http.resource.ResourceLoaderFactory
-
The resource factory.
- ResourceModule - Class in io.micronaut.jackson.serialize
-
- 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
-
- 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.
- 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.
- retrieve(HttpRequest<I>, Argument<O>, Argument<E>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- retrieve(HttpRequest<I>, Argument<O>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- retrieve(HttpRequest<I>, Class<O>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- retrieve(HttpRequest<I>) - Method in interface io.micronaut.http.client.RxHttpClient
-
- retrieve(String) - Method in interface io.micronaut.http.client.RxHttpClient
-
- retrievePropertiesPropertySource(String, String, String, ResourceResolver) - Method in interface io.micronaut.management.endpoint.info.source.PropertiesInfoSource
-
- 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
-
- 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
-
- 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<T> - Interface in io.micronaut.core.type
-
Models a return type of an
Executable
method in Micronaut.
- 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.
- 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
-
- route(Class, HttpStatus) - Method in interface io.micronaut.web.router.Router
-
- 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
-
- RouteDataCollector<T> - Interface in io.micronaut.management.endpoint.routes
-
- 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
-
- RouteVersionFilter(List<RequestVersionResolver>, DefaultVersionProvider) - Constructor for class io.micronaut.web.router.version.RouteVersionFilter
-
- 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(PropertySource, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- run(Class<T>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- run(Class<T>, Map<String, Object>, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- run(Class<T>, PropertySource, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- run(ClassLoader, String...) - Static method in interface io.micronaut.context.ApplicationContext
-
- run(Class<T>) - Method in interface io.micronaut.context.ApplicationContextBuilder
-
- run() - Static method in interface io.micronaut.context.BeanContext
-
- run(ClassLoader) - Static method in interface io.micronaut.context.BeanContext
-
- run(StreamFunctionExecutor, String...) - Static method in class io.micronaut.function.executor.FunctionApplication
-
- 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
-
- RxHttpClient - Interface in io.micronaut.http.client
-
Extended version of
HttpClient
that exposes an RxJava 2.x specific interface.
- RxHttpClientFactory - Interface in io.micronaut.http.client
-
Factory interface for creating clients.
- RxHttpClientRegistry - Interface in io.micronaut.http.client
-
Internal interface for managing the construction and lifecycle of instances of
RxHttpClient
.
- RxInfoAggregator - Class in io.micronaut.management.endpoint.info.impl
-
- RxInfoAggregator() - Constructor for class io.micronaut.management.endpoint.info.impl.RxInfoAggregator
-
- RxJavaBeanDefinitionDataCollector - Class in io.micronaut.management.endpoint.beans.impl
-
- RxJavaConverterRegistrar - Class in io.micronaut.reactive.rxjava2.converters
-
Converters for RxJava.
- RxJavaConverterRegistrar() - Constructor for class io.micronaut.reactive.rxjava2.converters.RxJavaConverterRegistrar
-
- RxJavaHealthAggregator - Class in io.micronaut.management.health.aggregator
-
Default implementation of
HealthAggregator
that creates a {status: , description: (optional) , details: }
response.
- RxJavaHealthAggregator(ApplicationConfiguration) - Constructor for class io.micronaut.management.health.aggregator.RxJavaHealthAggregator
-
Default constructor.
- RxJavaRouteDataCollector - Class in io.micronaut.management.endpoint.routes.impl
-
A RxJava route data collector.
- RxJavaRouteDataCollector(RouteData) - Constructor for class io.micronaut.management.endpoint.routes.impl.RxJavaRouteDataCollector
-
- RxNettyHttpClientRegistry - Class in io.micronaut.http.client.netty
-
Factory for the default implementation of the
HttpClient
interface based on Netty.
- RxNettyHttpClientRegistry(HttpClientConfiguration, HttpClientFilterResolver, LoadBalancerResolver, NettyClientSslBuilder, ThreadFactory, MediaTypeCodecRegistry, EventLoopGroupRegistry, EventLoopGroupFactory, BeanContext) - Constructor for class io.micronaut.http.client.netty.RxNettyHttpClientRegistry
-
Default constructor.
- RxProxyHttpClient - Interface in io.micronaut.http.client
-
- RxReactiveClientResultTransformer - Class in io.micronaut.http.client.rxjava2
-
Adds custom support for Maybe
to handle NOT_FOUND results.
- RxReactiveClientResultTransformer() - Constructor for class io.micronaut.http.client.rxjava2.RxReactiveClientResultTransformer
-
- RxSseClient - Interface in io.micronaut.http.client.sse
-
Extended version of
SseClient
for RxJava 2.x.
- RxStreamingHttpClient - Interface in io.micronaut.http.client
-
- RxWebSocketClient - Interface in io.micronaut.websocket
-
- RxWebSocketSession - Interface in io.micronaut.websocket
-
- 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
-
- SamplerConfiguration() - Constructor for class io.micronaut.tracing.brave.BraveTracerConfiguration.SamplerConfiguration
-
- 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(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.ClassPathAnnotationScanner
-
Scan the given packages.
- scanFile(String, Path, List<Class>) - Method in class io.micronaut.core.io.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
-
- 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
-
- 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.
- ScopedProxy - Annotation Type in io.micronaut.runtime.context.scope
-
A meta annotation for a scoped proxy.
- ScopePropagationPublisher<T> - Class in io.micronaut.tracing.instrument.util
-
A Publisher
that just propagates tracing state without creating a new span.
- ScopePropagationPublisher(Publisher<T>, Tracer, Span) - Constructor for class io.micronaut.tracing.instrument.util.ScopePropagationPublisher
-
The default constructor.
- 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
-
- 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(MethodReference, ThreadSelection) - Method in interface io.micronaut.scheduling.executor.ExecutorSelector
-
- 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 to 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.NettyRxWebSocketSession
-
- send(T, MediaType) - Method in interface io.micronaut.websocket.RxWebSocketSession
-
Broadcast a message and return a Flowable
.
- 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.NettyRxWebSocketSession
-
- 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.
- sendSpans(List<byte[]>) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender
-
- sendSync(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyRxWebSocketSession
-
- 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
-
- serializers - Variable in class io.micronaut.jackson.ObjectMapperFactory
-
- SERVER - Static variable in interface io.micronaut.http.HttpHeaders
-
"Server"
.
- server(URI) - Method in class io.micronaut.tracing.brave.sender.HttpClientSender.Builder
-
The endpoint to use.
- SERVER_PATH - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- 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
-
- serverError(T) - Static method in interface io.micronaut.http.HttpResponse
-
- 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.
- ServerRequestContext - Class in io.micronaut.http.context
-
The holder for the current
HttpRequest
that is bound to instrumented threads.
- ServerRequestContextFilter - Class in io.micronaut.http.server.context
-
- ServerRequestContextFilter(List<InvocationInstrumenterFactory>) - Constructor for class io.micronaut.http.server.context.ServerRequestContextFilter
-
Creates new filter.
- 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
-
- 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.
- 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
-
- ServerSslConfiguration(DefaultSslConfiguration, DefaultSslConfiguration.DefaultKeyConfiguration, DefaultSslConfiguration.DefaultKeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration) - Constructor for class io.micronaut.http.ssl.ServerSslConfiguration
-
- 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
-
- 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
-
- 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_ID - Static variable in class io.micronaut.tracing.brave.ZipkinServiceInstanceList
-
- 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
-
- ServiceHttpClientFactory(TaskScheduler, Provider<RxHttpClientRegistry>) - 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
-
- ServiceInstanceIdGenerator - Interface in io.micronaut.discovery
-
- ServiceInstanceList - Interface in io.micronaut.discovery
-
- ServiceInstanceListLoadBalancerFactory - Class in io.micronaut.http.client.loadbalance
-
- 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.
- 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
-
- 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
-
- 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.
- 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.
- SessionTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
Resolves the tenant id from the user HTTP session.
- SessionTenantResolver(SessionTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.SessionTenantResolver
-
- SessionTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- SessionTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- SessionTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
- SessionValue - Annotation Type in io.micronaut.session.annotation
-
- SessionValueArgumentBinder - Class in io.micronaut.session.binder
-
- 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(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.
- 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
-
- 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
-
- setAttribute(String) - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
Session Attribute name.
- setAvailabilityZone(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- setBase64Encode(boolean) - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- 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.SslConfiguration
-
Sets whether to build a self signed certificate.
- 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(FileTypeHandlerConfiguration.CacheControlConfiguration) - Method in class io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration
-
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.types.files.FileTypeHandlerConfiguration
-
Cache Seconds.
- 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.
- 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.
- 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.
- setClock(Clock) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setClockProvider(ClockProvider) - Method in class io.micronaut.validation.validator.DefaultValidatorConfiguration
-
Sets the clock provider to use.
- setCodecConfiguration(Configuration.CodecConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Sets the codec configuration.
- 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.
- setConfigurations(Map<String, CorsOriginConfiguration>) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
Sets the CORS configurations.
- setConnectTimeout(Duration) - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- 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.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Sets the domain name of this Cookie.
- setCookieDomain(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- setCookieHttpOnly(boolean) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Whether the Cookie can only be accessed via HTTP.
- setCookieMaxAge(TemporalAmount) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Sets the maximum age of the cookie.
- setCookieMaxAge(TemporalAmount) - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
Sets the maximum age of the cookie.
- setCookiename(String) - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
Cookie name which should be used to resolve the tenant id from.
- setCookiename(String) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Cookie Name.
- setCookieName(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- setCookiePath(String) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Sets the path of the cookie.
- setCookiePath(String) - Method in class io.micronaut.session.http.HttpSessionConfiguration
-
- setCookieSameSite(SameSite) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Determines if this this
Cookie
can be sent along cross-site requests.
- 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.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
Sets whether the cookie is secured.
- 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
-
- 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.
- setCurrentTraceContext(CurrentTraceContext) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
Sets the current trace context.
- 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).
- 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
-
- 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
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.config.ConfigDiscoveryConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.DiscoveryConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.health.HeartbeatConfiguration
-
- 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
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.CookieTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.PrincipalTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.SessionTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.writer.CookieTenantWriterConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.scheduling.io.watch.FileWatchConfiguration
-
Whether watch is enabled.
- setEnabled(boolean) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setEnabled(boolean) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Enable/Disable Jaeger.
- 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
-
- setErrorParser(ErrorParser) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setErrorTags(Span, Throwable) - Method in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
Sets the error tags to use on the span.
- 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.
- 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(Provider<ExecutorService>) - Method in class io.micronaut.session.SessionConfiguration
-
Set the executor service.
- setExpandExceptionLogs(boolean) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Whether to expand exception logs.
- 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
-
- setFailFast(boolean) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
-
- setFallbackProtocol(String) - Method in class io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration
-
Sets the fallback protocol to use when negotiating via ALPN.
- setFieldIfPossible(Class, String, Object) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
- 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
-
- setHeaderName(String) - Method in class io.micronaut.multitenancy.tenantresolver.HttpHeaderTenantResolverConfigurationProperties
-
Http Header name which should be used to resolve the tenant id from.
- setHeaderName(String) - Method in class io.micronaut.multitenancy.writer.HttpHeaderTenantWriterConfigurationProperties
-
Http Header name.
- 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
-
- 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.
- setInstance(ApplicationConfiguration.InstanceConfiguration) - Method in class io.micronaut.runtime.ApplicationConfiguration
-
- setInstanceDocumentUrl(String) - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- setInstanceDocumentUrl(String) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- setInstanceId(String) - Method in class io.micronaut.discovery.cloud.AbstractComputeInstanceMetadata
-
- setInt(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- 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
-
- 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.
- 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.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.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.
- 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.
- 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.
- 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
-
- 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
-
- setMetadataUrl(String) - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- setMetadataUrl(String) - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- setMetadataUrl(String) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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
-
- 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
-
- setNumberOfThreads(Integer) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
-
- 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
-
- setParallelism(Integer) - Method in class io.micronaut.scheduling.executor.UserExecutorConfiguration
-
- 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
-
- setPath(String) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- 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.
- 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.SslConfiguration
-
Sets the SSL port.
- 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
-
- setProbability(float) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration.SamplerConfiguration
-
Sets the sampler probability used by the default CountingSampler
.
- setProbability(float) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerSamplerConfiguration
-
Sets the sampler probability used by the default CountingSampler
.
- setProjectMetadataUrl(String) - Method in class io.micronaut.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
- setPromptExpiration(boolean) - Method in class io.micronaut.session.SessionConfiguration
-
Set if prompt expiration is enabled.
- setPropagationFactory(Propagation.Factory) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setProperty(String, Object) - Method in interface io.micronaut.core.beans.BeanWrapper
-
Sets a property of the given name to the given value.
- setPropertyName(String) - Method in class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
System property name.
- 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.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration
-
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.
- 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.discovery.cloud.gcp.GoogleComputeMetadataConfiguration
-
Default value (
5 seconds).
- 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
-
- setReporter(Reporter) - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
Allows setting a custom reporter.
- setReporterConfiguration(Configuration.ReporterConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Sets the reporter configuration.
- setReporterConfiguration(JaegerConfiguration.JaegerReporterConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Sets the reporter configuration.
- setReporterMetrics(ReporterMetrics) - Method in class io.micronaut.tracing.brave.AsyncReporterConfiguration
-
Sets the ReporterMetrics
instance to use.
- 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
-
- setRequiresMethodProcessing(boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
- setRequiresMethodProcessing(boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- setResponseTags(HttpRequest<?>, HttpResponse<?>, Span) - Method in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
Sets the response tags.
- 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
-
- setRetryDelay(Duration) - Method in class io.micronaut.discovery.registration.RegistrationConfiguration
-
Default value (
1 seconds).
- setSampler(Sampler) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setSampler(Sampler) - Method in class io.micronaut.tracing.jaeger.JaegerTracerFactory
-
Allows setting a custom sampler.
- setSamplerConfiguration(BraveTracerConfiguration.SamplerConfiguration) - Method in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- setSamplerConfiguration(Configuration.SamplerConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Sets the sampler configuration.
- setSamplerConfiguration(JaegerConfiguration.JaegerSamplerConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Sets the sampler configuration.
- setSenderConfiguration(Configuration.SenderConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerReporterConfiguration
-
Sets the sender configuration.
- setSenderConfiguration(JaegerConfiguration.JaegerSenderConfiguration) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration.JaegerReporterConfiguration
-
Sets the sender configuration.
- 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.
- setServiceIdRegex(String) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
Regular expression to match service ID.
- setShort(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- setShortLE(int, int) - Method in class io.micronaut.http.server.netty.ByteBufDelegate
-
- setShutdownTimeout(Duration) - Method in class io.micronaut.http.client.HttpClientConfiguration
-
Sets the amount of time to wait for shutdown of client thread pools.
- setSingleHeader(boolean) - Method in class io.micronaut.http.server.HttpServerConfiguration.CorsConfiguration
-
Sets whether CORS header values should be joined into a single header.
- 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
-
- setTenantId(String) - Method in class io.micronaut.multitenancy.tenantresolver.FixedTenantResolverConfigurationProperties
-
The fixed tenant ID.
- setterNameFor(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Get the equivalent setter name for the given property.
- 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
-
- 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
-
- 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.
- 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.
- setUriRegex(String) - Method in class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
Regular expression to match URI.
- setUrl(String) - Method in class io.micronaut.discovery.cloud.aws.AmazonMetadataConfiguration
-
- setUrl(String) - Method in class io.micronaut.discovery.cloud.digitalocean.DigitalOceanMetadataConfiguration
-
- setUrl(String) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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.
- setUseNativeTransport(Boolean) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- 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
-
- setVnicUrl(String) - Method in class io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataConfiguration
-
- 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
-
- setZipkinSharedRpcSpan(boolean) - Method in class io.micronaut.tracing.jaeger.JaegerConfiguration
-
Whether to use Zipkin shared RPC.
- setZone(String) - Method in class io.micronaut.runtime.ApplicationConfiguration.InstanceConfiguration
-
- SHARED - Static variable in interface io.micronaut.core.beans.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.
- 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
-
- SimpleCookie(String, String) - Constructor for class io.micronaut.http.simple.cookies.SimpleCookie
-
Constructor.
- SimpleCookieFactory - Class in io.micronaut.http.simple.cookies
-
- SimpleCookieFactory() - Constructor for class io.micronaut.http.simple.cookies.SimpleCookieFactory
-
- SimpleCookies - Class in io.micronaut.http.simple.cookies
-
- SimpleCookies(ConversionService) - Constructor for class io.micronaut.http.simple.cookies.SimpleCookies
-
- SimpleHttpHeaders - Class in io.micronaut.http.simple
-
- SimpleHttpHeaders(Map<String, String>, ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpHeaders
-
- SimpleHttpHeaders(ConversionService) - Constructor for class io.micronaut.http.simple.SimpleHttpHeaders
-
- SimpleHttpParameters - Class in io.micronaut.http.simple
-
- 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
-
- SimpleHttpRequest(HttpMethod, String, B) - Constructor for class io.micronaut.http.simple.SimpleHttpRequest
-
- SimpleHttpRequestFactory - Class in io.micronaut.http.simple
-
- SimpleHttpRequestFactory() - Constructor for class io.micronaut.http.simple.SimpleHttpRequestFactory
-
- SimpleHttpResponseFactory - Class in io.micronaut.http.simple
-
- 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.
- SingleBodyBinder - Class in io.micronaut.http.server.netty.binders
-
Bindings
Body
arguments of type
Single
.
- SingleBodyBinder(ConversionService, HttpContentProcessorResolver) - Constructor for class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- 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 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
-
- 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
-
- Slf4jCurrentTraceContextFactory - Class in io.micronaut.tracing.brave.log
-
Factory for the current trace context object.
- Slf4jCurrentTraceContextFactory() - Constructor for class io.micronaut.tracing.brave.log.Slf4jCurrentTraceContextFactory
-
- 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.
- SocketAddressConverter - Class in io.micronaut.http.client.converters
-
- SocketAddressConverter() - Constructor for class io.micronaut.http.client.converters.SocketAddressConverter
-
Deprecated.
- 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.
- 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.
- SpanTag - Annotation Type in io.micronaut.tracing.annotation
-
Applied to parameters of a method to indicate which parameters should be included in span tags.
- SseClient - Interface in io.micronaut.http.client.sse
-
A client for streaming Server Sent Event streams.
- 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
-
- 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 class io.micronaut.http.server.netty.NettyHttpServer
-
- 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, Object...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
- startEnvironment() - Method in class io.micronaut.context.DefaultApplicationContext
-
Start the environment.
- 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
-
- 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) - 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
-
- 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.
- StaticServiceInstanceList - Class in io.micronaut.discovery
-
- 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_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.http.client.netty.DefaultHttpClient
-
- 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_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
-
- StreamedHttpResponse - Interface in io.micronaut.http.netty.stream
-
- 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
-
- StreamingHttpClient - Interface in io.micronaut.http.client
-
Extended version of the
HttpClient
that supports streaming responses.
- 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(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(BeanResolutionContext, Class<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.
- StringArrayToClassArrayConverter - Class in io.micronaut.context.converters
-
- StringArrayToClassArrayConverter(ConversionService<?>) - Constructor for class io.micronaut.context.converters.StringArrayToClassArrayConverter
-
Deprecated.
- StringConvention - Enum in io.micronaut.core.naming.conventions
-
An enum representing different conventions.
- StringToClassConverter - Class in io.micronaut.context.converters
-
- StringToClassConverter(ClassLoader) - Constructor for class io.micronaut.context.converters.StringToClassConverter
-
Deprecated.
- 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, 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(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) - 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 value of the given member.
- stringValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of 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(Class<? extends Annotation>, 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(Class<? extends Annotation>, String, Function<Object, Object>) - Method in class io.micronaut.inject.annotation.DefaultAnnotationMetadata
-
Retrieve the string value and optionally map its value.
- SubdomainTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
A tenant resolver that resolves the tenant from the Subdomain.
- SubdomainTenantResolver() - Constructor for class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolver
-
- SubdomainTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- SubdomainTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- SubdomainTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.SubdomainTenantResolverConfigurationProperties
-
- 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
-
- 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.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
-
- subscribe(Subscriber<? super MutableHttpResponse<?>>) - Method in class io.micronaut.tracing.brave.instrument.http.HttpServerTracingPublisher
-
- subscribe(Subscriber<? super T>) - Method in class io.micronaut.tracing.instrument.util.ScopePropagationPublisher
-
- subscribe(Subscriber<? super T>) - Method in class io.micronaut.tracing.instrument.util.TracingPublisher
-
- 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
-
- subSequence(int, int) - Method in enum io.micronaut.tracing.instrument.http.TraceRequestAttributes
-
- subtype - Variable in class io.micronaut.http.MediaType
-
- SUFFIX - Static variable in class io.micronaut.context.env.DefaultPropertyPlaceholderResolver
-
Suffix for placeholder in properties.
- 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 class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- superTypes() - Method in class io.micronaut.http.server.netty.binders.MaybeBodyBinder
-
- superTypes() - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- superTypes() - Method in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- SupplierUtil - Class in io.micronaut.core.async
-
Helper methods for dealing with Supplier
.
- SupplierUtil() - Constructor for class io.micronaut.core.async.SupplierUtil
-
- 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(FileChangedEvent) - Method in class io.micronaut.runtime.server.watch.event.FileWatchRestartListener
-
- 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
-
- supportsSuperTypes() - Method in interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
-
Determines whether arguments that are an interface that T
implements are candidates for binding.
- supportsSuperTypes() - Method in class io.micronaut.http.server.netty.binders.BasicAuthArgumentBinder
-
- supportsSuperTypes() - Method in class io.micronaut.http.server.netty.binders.CompletableFutureBodyBinder
-
- supportsSuperTypes() - Method in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- supportsSuperTypes() - Method in class io.micronaut.http.server.netty.binders.PublisherBodyBinder
-
- supportsSuperTypes() - Method in class io.micronaut.http.server.netty.multipart.MultipartBodyArgumentBinder
-
- supportsSuperTypes() - Method in class io.micronaut.session.binder.OptionalSessionArgumentBinder
-
- supportsSuperTypes() - Method in class io.micronaut.session.binder.SessionArgumentBinder
-
- 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.jackson.codec.JacksonMediaTypeCodec
-
- swap(T) - Method in interface io.micronaut.aop.HotSwappableInterceptedProxy
-
Swaps the underlying proxied instance for a new instance.
- synthesize(Class<T>) - 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>) - Method in class io.micronaut.inject.annotation.AbstractEnvironmentAnnotationMetadata
-
- 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.
- 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.DefaultAnnotationMetadata
-
- synthesizeDeclared(Class<T>) - 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>) - 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(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.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.
- SystemPropertyTenantResolver - Class in io.micronaut.multitenancy.tenantresolver
-
- SystemPropertyTenantResolver(SystemPropertyTenantResolverConfiguration) - Constructor for class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolver
-
Constructs a system property tenant resolver.
- SystemPropertyTenantResolverConfiguration - Interface in io.micronaut.multitenancy.tenantresolver
-
- SystemPropertyTenantResolverConfigurationProperties - Class in io.micronaut.multitenancy.tenantresolver
-
- SystemPropertyTenantResolverConfigurationProperties() - Constructor for class io.micronaut.multitenancy.tenantresolver.SystemPropertyTenantResolverConfigurationProperties
-
- TAG_ERROR - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TAG_HTTP_CLIENT - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TAG_HTTP_SERVER - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TAG_HTTP_STATUS_CODE - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TAG_METHOD - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TAG_PATH - Static variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- target - Variable in class io.micronaut.aop.chain.InterceptorChain
-
- targetClassType - Variable in class io.micronaut.inject.writer.AbstractAnnotationMetadataWriter
-
- TaskExceptionHandler<T,E extends java.lang.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
-
- temporaryRedirect(URI) - Static method in interface io.micronaut.http.HttpResponse
-
- TenantException - Exception in io.micronaut.multitenancy.exceptions
-
Exception thrown when an error occurs resolving the tenant.
- TenantException(String) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantException
-
Constructs a new tenant exception with the specified detail message.
- TenantException(String, Throwable) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantException
-
Constructs a new tenant exception with the specified detail message.
- TenantNotFoundException - Exception in io.micronaut.multitenancy.exceptions
-
Thrown when the tenant cannot be found.
- TenantNotFoundException() - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found exception.
- TenantNotFoundException(String) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found with the specified detail message.
- TenantNotFoundException(String, Throwable) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found with the specified detail message.
- TenantPropagationConfiguration - Interface in io.micronaut.multitenancy.propagation
-
Tenant propagation Configuration.
- tenantPropagationConfiguration - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
- TenantPropagationConfigurationProperties - Class in io.micronaut.multitenancy.propagation
-
Tenant propagation Configuration Properties.
- TenantPropagationConfigurationProperties() - Constructor for class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- TenantPropagationHttpClientFilter - Class in io.micronaut.multitenancy.propagation
-
- TenantPropagationHttpClientFilter(TenantResolver, TenantWriter, TenantPropagationConfiguration, OutgoingHttpRequestProcessor) - Constructor for class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
- tenantResolver - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
- TenantResolver - Interface in io.micronaut.multitenancy.tenantresolver
-
An interface for applications that implement Multi Tenancy to implement in order to resolve the current identifier.
- TenantWriter - Interface in io.micronaut.multitenancy.writer
-
Responsible for writing the tenant in the request.
- 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
-
- TestGeneratingAnnotationProcessor() - Constructor for class io.micronaut.testsuitehelper.TestGeneratingAnnotationProcessor
-
- 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
-
- 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
-
- TextStreamCodec(ApplicationConfiguration, ByteBufferFactory, Provider<MediaTypeCodecRegistry>, CodecConfiguration) - Constructor for class io.micronaut.http.server.codec.TextStreamCodec
-
- TextStreamCodec(Charset, ByteBufferFactory, Provider<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 java.lang.Throwable> - Interface in io.micronaut.core.util.functional
-
Represents a function that accepts one argument and produces a result.
- ThrowingSupplier<T,E extends java.lang.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() - Method in class io.micronaut.annotation.processing.visitor.JavaClassElement
-
- toArray() - Method in class io.micronaut.ast.groovy.visitor.GroovyClassElement
-
- toArray() - Method in interface io.micronaut.inject.ast.ClassElement
-
Convert the class element to an element for the same type, but representing an array.
- toArray() - Method in class io.micronaut.inject.ast.PrimitiveElement
-
Converts the array representation of this primitive type.
- 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(SourceUnit, CompilationUnit, ClassNode, AnnotationMetadata) - Static method in class io.micronaut.ast.groovy.visitor.AbstractGroovyElement
-
- 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
-
- 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.
- tokenWriter - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
- toOutputStream() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
- toParameterTypes(ParameterElement...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Converts a parameters to type arguments.
- toPathString() - Method in class io.micronaut.http.uri.UriMatchTemplate
-
Returns the path string excluding any query variables.
- 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.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.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.AbstractExecutableMethod
-
- 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.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 enum io.micronaut.discovery.cloud.aws.EC2MetadataKeys
-
Returns the name of this enum constant, as contained in the
declaration.
- 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.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.NettyRxWebSocketSession
-
- 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 class io.micronaut.inject.configuration.ConfigurationMetadata
-
- toString() - Method in class io.micronaut.inject.configuration.PropertyMetadata
-
- 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 enum io.micronaut.tracing.instrument.http.TraceRequestAttributes
-
- 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
-
- toTypeArguments(Map<String, ClassElement>) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Converts a map of class elements to type arguments.
- toTypeArguments(ParameterElement...) - Method in class io.micronaut.inject.writer.AbstractClassFileWriter
-
Converts a map of class elements to type arguments.
- 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.
- 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.
- TraceInterceptor - Class in io.micronaut.tracing.interceptor
-
- TraceInterceptor(Tracer, ConversionService<?>) - Constructor for class io.micronaut.tracing.interceptor.TraceInterceptor
-
Initialize the interceptor with tracer and conversion service.
- tracer - Variable in class io.micronaut.tracing.instrument.http.AbstractOpenTracingFilter
-
- TraceRequestAttributes - Enum in io.micronaut.tracing.instrument.http
-
Constants used to store Span objects within instrumented request attributes.
- tracingBuilder - Variable in class io.micronaut.tracing.brave.BraveTracerConfiguration
-
- TracingHystrixConcurrentStrategy - Class in io.micronaut.tracing.instrument.hystrix
-
Replaces the default HystrixConcurrencyStrategy
with one that is enhanced for Tracing.
- TracingHystrixConcurrentStrategy(TracingInvocationInstrumenterFactory, HystrixConcurrencyStrategy) - Constructor for class io.micronaut.tracing.instrument.hystrix.TracingHystrixConcurrentStrategy
-
Creates enhanced HystrixConcurrencyStrategy
for tracing.
- TracingInvocationInstrumenterFactory - Interface in io.micronaut.tracing.instrument.util
-
An factory interface for tracing invocation instrumentation, factory method decides if instrumentation is needed.
- TracingPublisher<T> - Class in io.micronaut.tracing.instrument.util
-
A reactive streams publisher that traces.
- TracingPublisher(Publisher<T>, Tracer, String) - Constructor for class io.micronaut.tracing.instrument.util.TracingPublisher
-
Creates a new tracing publisher for the given arguments.
- TracingPublisher(Publisher<T>, Tracer) - Constructor for class io.micronaut.tracing.instrument.util.TracingPublisher
-
Creates a new tracing publisher for the given arguments.
- TracingPublisher(Publisher<T>, Tracer, Tracer.SpanBuilder) - Constructor for class io.micronaut.tracing.instrument.util.TracingPublisher
-
Creates a new tracing publisher for the given arguments.
- TracingPublisher(Publisher<T>, Tracer, Tracer.SpanBuilder, boolean) - Constructor for class io.micronaut.tracing.instrument.util.TracingPublisher
-
Creates a new tracing publisher for the given arguments.
- TRAILER - Static variable in interface io.micronaut.http.HttpHeaders
-
"Trailer"
.
- TRANSFER_ENCODING - Static variable in interface io.micronaut.http.HttpHeaders
-
"Transfer-Encoding"
.
- transferTo(String) - Method in interface io.micronaut.http.multipart.StreamingFileUpload
-
A convenience method to write this uploaded item to disk.
- transferTo(File) - Method in interface io.micronaut.http.multipart.StreamingFileUpload
-
A convenience method to write this uploaded item to disk.
- transferTo(String) - Method in class io.micronaut.http.server.netty.multipart.NettyStreamingFileUpload
-
- transferTo(File) - 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(Object) - Method in class io.micronaut.http.client.rxjava2.RxReactiveClientResultTransformer
-
- 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.
- 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.core.io.scan.ClassPathAnnotationScanner
-
- trees() - Method in class io.micronaut.annotation.processing.test.Parser.ParseResult
-
- 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
-
- 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
-
- 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.MaybeBodyBinder
-
- TYPE - Static variable in class io.micronaut.http.server.netty.binders.ObservableBodyBinder
-
- TYPE - Static variable in class io.micronaut.http.server.netty.binders.SingleBodyBinder
-
- 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_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
-
- TypeArgumentBinder<T,S> - Interface in io.micronaut.core.bind
-
- TypeArgumentQualifier<T> - Class in io.micronaut.inject.qualifiers
-
A
Qualifier
that qualifies beans by generic type arguments.
- 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
-
- TypedAnnotationMapper<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
- TypedAnnotationTransformer<T extends java.lang.annotation.Annotation> - Interface in io.micronaut.inject.annotation
-
- TypedElement - Interface in io.micronaut.inject.ast
-
An element that has an underlying type.
- TypedRequestArgumentBinder<T> - Interface in io.micronaut.http.bind.binders
-
- 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
-
- 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.
- TypeVariableResolver - Interface in io.micronaut.core.type
-
An interface for types that hold and can resolve type variables.
- 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.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.
- 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.
- 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
-
- validateParameters(T, ExecutableMethod, Collection<MutableArgumentValue<?>>, Class<?>...) - Method in interface io.micronaut.validation.validator.ExecutableMethodValidator
-
- 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
-
- 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
-
- ValidatingInterceptor(Validator, ValidatorFactory) - Constructor for class io.micronaut.validation.ValidatingInterceptor
-
Creates ValidatingInterceptor from the validatorFactory.
- ValidationExceptionHandler - Class in io.micronaut.validation.exceptions
-
Default Exception handler for GORM validation errors.
- ValidationExceptionHandler() - Constructor for class io.micronaut.validation.exceptions.ValidationExceptionHandler
-
- Validator - Interface in io.micronaut.validation.validator
-
Extended version of the Valid
interface for Micronaut's implementation.
- ValidatorConfiguration - Interface in io.micronaut.validation.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(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.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.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.aws.EC2MetadataKeys
-
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.cloud.gcp.GoogleComputeMetadataKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataKeys
-
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.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
-
- 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.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.tracing.instrument.http.TraceRequestAttributes
-
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 java.lang.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.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.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.aws.EC2MetadataKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.cloud.gcp.GoogleComputeMetadataKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.micronaut.discovery.cloud.oraclecloud.OracleCloudMetadataKeys
-
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.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.NettyRxWebSocketSession
-
- 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.convert.ObjectNodeConvertibleValues
-
- 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.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.tracing.instrument.http.TraceRequestAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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 - 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.
- VersionAwareRouterListener - Class in io.micronaut.web.router.version
-
Configuration to decorate
Router
with version matching logic.
- VersionAwareRouterListener(RouteVersionFilter) - Constructor for class io.micronaut.web.router.version.VersionAwareRouterListener
-
- VersionResolver<T,R> - Interface in io.micronaut.web.router.version.resolution
-
Resolves a version from a given object.
- 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.
- visitAroundMethod(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata, boolean, boolean) - 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(AnnotationMetadata, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitBeanDefinitionConstructor(AnnotationMetadata, boolean, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
Visits a constructor with arguments.
- visitBeanDefinitionConstructor(AnnotationMetadata, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a no arguments constructor.
- visitBeanDefinitionConstructor(AnnotationMetadata, boolean, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits the constructor used to create the bean definition.
- visitBeanDefinitionConstructor(AnnotationMetadata, boolean, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
Visits the constructor used to create the bean definition.
- visitBeanDefinitionConstructor(AnnotationMetadata, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
Visits a no-args 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
-
- visitBeanFactoryMethod(Object, Object, String, AnnotationMetadata, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>) - 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.visitor.JavaVisitorContext
-
- visitClass(String, Element) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
-
- 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 class io.micronaut.inject.writer.DirectoryClassWriterOutputVisitor
-
- visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.validation.internal.InternalApiTypeElementVisitor
-
- visitConfigBuilderDurationMethod(String, Object, String, String) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitConfigBuilderDurationMethod(String, Object, String, String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visit a configuration builder method that accepts a long and a TimeUnit.
- visitConfigBuilderDurationMethod(String, Object, 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(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitConfigBuilderField(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Begin defining a configuration builder.
- visitConfigBuilderField(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- visitConfigBuilderMethod(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitConfigBuilderMethod(String, Object, String, Object, Map<String, Object>, String) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitConfigBuilderMethod(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Begin defining a configuration builder.
- visitConfigBuilderMethod(String, Object, String, Object, Map<String, Object>, String) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visit a configuration builder method.
- visitConfigBuilderMethod(Object, String, AnnotationMetadata, ConfigurationMetadataBuilder, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- visitConfigBuilderMethod(String, Object, String, Object, Map<String, Object>, 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
-
- visitError(ErrorType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
-
- visitExecutable(ExecutableType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
-
- visitExecutableMethod(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata, boolean, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitExecutableMethod(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata, boolean, boolean) - 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(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata, boolean, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- 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(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitFieldInjectionPoint(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a field injection point.
- visitFieldInjectionPoint(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- visitFieldValue(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitFieldValue(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a field injection point.
- visitFieldValue(Object, Object, String, boolean, AnnotationMetadata, Map<String, Object>, 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.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
-
- visitInterceptorTypes(Object...) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
visitInterceptorTypes.
- visitIntersection(IntersectionType, P) - Method in class io.micronaut.annotation.processing.SuperclassAwareTypeVisitor
-
- visitIntroductionMethod(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - 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
-
- visitMetaInfFile(String) - Method in class io.micronaut.annotation.processing.visitor.JavaVisitorContext
-
- visitMetaInfFile(String) - Method in class io.micronaut.ast.groovy.visitor.GroovyVisitorContext
-
- visitMetaInfFile(String) - 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
-
Visit a file within the META-INF directory of the classes directory.
- visitMetaInfFile(String) - 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(Object, Object, Object, Map<String, Object>, String, Map<String, Object>, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>) - 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(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitMethodInjectionPoint(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a method injection point.
- visitMethodInjectionPoint(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - 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
-
- VisitorContext - Interface in io.micronaut.inject.visitor
-
Provides a way for
TypeElementVisitor
classes to log messages during compilation and fail compilation.
- 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
-
- visitPostConstructMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitPostConstructMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a method injection point.
- visitPostConstructMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- visitPreDestroyMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitPreDestroyMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits a method injection point.
- visitPreDestroyMethod(Object, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
Visits a pre-destroy method injection point.
- visitPreDestroyMethod(Object, Object, String) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
Visits a pre-destroy method injection point.
- visitPreDestroyMethod(Object, boolean, Object, String, Map<String, Object>, Map<String, AnnotationMetadata>, Map<String, Map<String, Object>>, AnnotationMetadata) - 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.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(Object, Object, AnnotationMetadata, boolean, Object, String, String, Map<String, Object>, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitSetterValue(Object, Object, AnnotationMetadata, boolean, Object, String, Map<String, Object>, AnnotationMetadata, boolean) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitSetterValue(Object, Object, AnnotationMetadata, boolean, Object, String, String, Map<String, Object>, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits an injection point for a field and setter pairing.
- visitSetterValue(Object, Object, AnnotationMetadata, boolean, Object, String, Map<String, Object>, AnnotationMetadata, boolean) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits an injection point for a setter.
- visitSetterValue(Object, Object, AnnotationMetadata, boolean, Object, String, String, Map<String, Object>, boolean) - Method in class io.micronaut.inject.writer.BeanDefinitionWriter
-
- visitSetterValue(Object, Object, AnnotationMetadata, boolean, Object, String, Map<String, Object>, AnnotationMetadata, 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, Object>>) - Method in class io.micronaut.aop.writer.AopProxyWriter
-
- visitTypeArguments(Map<String, Map<String, Object>>) - Method in interface io.micronaut.inject.writer.BeanDefinitionVisitor
-
Visits the type arguments for the bean.
- visitTypeArguments(Map<String, Map<String, Object>>) - 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
-