- 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.
- AbstractBeanConstructor<T> - Class in io.micronaut.core.beans
-
- AbstractBeanConstructor(Class<T>, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.beans.AbstractBeanConstructor
-
Default constructor.
- 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.
- AbstractBeanIntrospection(Class<T>, AnnotationMetadata, int, int) - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospection
-
Base class for bean instrospections.
- AbstractBeanIntrospectionReference<T> - Class in io.micronaut.core.beans
-
Abstract bean introspection reference used by
BeanIntrospector
to soft load introspections.
- AbstractBeanIntrospectionReference() - Constructor for class io.micronaut.core.beans.AbstractBeanIntrospectionReference
-
Default constructor.
- AbstractBeanMethod<B,T> - Class in io.micronaut.core.beans
-
Abstract implementation of the
BeanMethod
interface.
- AbstractBeanMethod(BeanIntrospection<B>, Argument<T>, String, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.beans.AbstractBeanMethod
-
Default constructor.
- AbstractBeanProperty<B,P> - Class in io.micronaut.core.beans
-
- AbstractBeanProperty(BeanIntrospection<B>, Class<P>, String, AnnotationMetadata, Argument[]) - Constructor for class io.micronaut.core.beans.AbstractBeanProperty
-
Default constructor.
- AbstractConverterToMultiValues(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
- AbstractLocaleResolver<T> - Class in io.micronaut.core.util.locale
-
Provides an abstract class which implements
LocaleResolver
and handles default locale resolution.
- AbstractLocaleResolver(Locale) - Constructor for class io.micronaut.core.util.locale.AbstractLocaleResolver
-
- accept(T, E) - Method in interface io.micronaut.core.exceptions.BeanExceptionHandler
-
Handles the exception.
- 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.
- 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
-
- addDeepObjectValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
Method that adds given value to the parameters in A DEEP_OBJECT format.
- addDeepObjectValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
-
- addDeepObjectValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
-
- addDeepObjectValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
-
- addMethod(BeanMethod<T, Object>) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
Adds a method to the introspection.
- addMutliValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
Method that adds given value to the parameters in a MULTI format.
- addMutliValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
-
- addMutliValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
-
- addMutliValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
-
- addOption(String, String) - Method in interface io.micronaut.core.cli.CommandLine.Builder
-
Add an option.
- 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.
- addProxyClass(Feature.BeforeAnalysisAccess, String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Registers the given interfaces for dynamic proxy generation.
- addRequestArgumentBinder(ArgumentBinder<T, ST>) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
-
Adds a request argument binder to the registry.
- addResourceBundles(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource bundles.
- addResourcePatterns(String...) - Static method in class io.micronaut.core.graal.AutomaticFeatureUtils
-
Adds resource patterns.
- addSeparatedValues(ArgumentConversionContext<Object>, String, T, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
Method that adds given value to the parameters in a format separated by a delimiter.
- addSeparatedValues(ArgumentConversionContext<Object>, String, Iterable, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
-
- addSeparatedValues(ArgumentConversionContext<Object>, String, Map, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
-
- addSeparatedValues(ArgumentConversionContext<Object>, String, Object, MutableConvertibleMultiValuesMap<String>, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.ObjectToMultiValuesConverter
-
- ADVICE_STEREOTYPES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The advice stereotypes.
- andThen(Function<? super R, ? extends V>) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- ANN_AROUND - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The around annotation type.
- ANN_AROUND_CONSTRUCT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The around annotation type.
- ANN_INTERCEPTOR_BINDING - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
Name of the interceptor binding type.
- ANN_INTERCEPTOR_BINDING_QUALIFIER - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
Name of the interceptor binding qualifier type.
- ANN_INTERCEPTOR_BINDINGS - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
Name of the repeatable interceptor bindings type.
- ANN_INTRODUCTION - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The around annotation type.
- 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.
- 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
-
- 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
-
- AnnotationMetadataDelegate - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataProvider - Interface in io.micronaut.core.annotation
-
- AnnotationMetadataResolver - Interface in io.micronaut.core.annotation
-
- 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.
- annotationType() - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
- annotationType() - Method in interface io.micronaut.core.convert.format.FormattingTypeConverter
-
- annotationType() - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- AnnotationUtil - Class in io.micronaut.core.annotation
-
Internal utility methods for annotations.
- AnnotationUtil() - Constructor for class io.micronaut.core.annotation.AnnotationUtil
-
- 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>, RetentionPolicy, List<AnnotationValue<?>>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>, RetentionPolicy) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, Map<CharSequence, Object>, Map<String, Object>, RetentionPolicy, List<AnnotationValue<?>>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(String, ConvertibleValues<Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
- AnnotationValue(AnnotationValue<A>, Map<String, Object>, ConvertibleValues<Object>, Function<Object, Object>) - Constructor for class io.micronaut.core.annotation.AnnotationValue
-
Internal copy constructor.
- annotationValue() - Method in interface io.micronaut.core.annotation.AnnotationValueProvider
-
- AnnotationValueBuilder<T extends java.lang.annotation.Annotation> - Class in io.micronaut.core.annotation
-
A build for annotation values.
- AnnotationValueProvider<A extends java.lang.annotation.Annotation> - Interface in io.micronaut.core.annotation
-
An interface that allows obtaining an underlying annotation value.
- AnnotationValueResolver - Interface in io.micronaut.core.annotation
-
Interface for types that resolve annotation values.
- ANT - Static variable in interface io.micronaut.core.util.PathMatcher
-
The default Ant style path matcher.
- AntPathMatcher - Class in io.micronaut.core.util
-
PathMatcher implementation for Ant-style path patterns.
- AntPathMatcher() - Constructor for class io.micronaut.core.util.AntPathMatcher
-
- apply(T) - Method in interface io.micronaut.core.util.functional.ThrowingFunction
-
Applies this function to the given argument.
- areEqual(Object, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Computes whether 2 annotation values are equal.
- Argument<T> - Interface in io.micronaut.core.type
-
Represents an argument to a method or constructor or type.
- 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
-
- ArgumentCoercible<T> - Interface in io.micronaut.core.type
-
An interface for types that can be represented as an
Argument
.
- ArgumentConversionContext<T> - Interface in io.micronaut.core.convert
-
- argumentType() - Method in interface io.micronaut.core.bind.TypeArgumentBinder
-
- 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
-
- 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.ArgumentCoercible
-
- asArgument() - Method in class io.micronaut.core.type.DefaultArgument
-
- asArgument() - Method in interface io.micronaut.core.type.ReturnType
-
- 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 interface io.micronaut.core.convert.value.ConvertibleValues
-
- asMap(Class<KT>, Class<VT>) - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- asMap() - Method in class io.micronaut.core.util.EnvironmentProperties
-
Returns an immutable view of the environment variable names
to Micronaut property names cache.
- asNativeBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
- asNioBuffer() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's readable bytes as an NIO ByteBuffer
.
- asNioBuffer(int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Exposes this buffer's sub-region as an NIO ByteBuffer
.
- asParameterizedType() - Method in interface io.micronaut.core.type.TypeInformation
-
Represent this argument as a ParameterizedType
.
- asProperties() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
Return this
ConvertibleValues
as a
Properties
object returning only keys and values that
can be represented as a string.
- asPropertyName(Class) - Method in enum io.micronaut.core.naming.conventions.TypeConvention
-
Returns the property name equivalent for this convention for the given class.
- asReader() - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable using StandardCharsets.UTF_8
.
- asReader(Charset) - Method in interface io.micronaut.core.io.Readable
-
Obtain a Reader
for this readable.
- AttributeHolder - Interface in io.micronaut.core.attr
-
An interface for objects that have attributes.
- AutomaticFeatureUtils - Class in io.micronaut.core.graal
-
Utility methods for implementing Graal's AutomaticFeature
.
- AutomaticFeatureUtils() - Constructor for class io.micronaut.core.graal.AutomaticFeatureUtils
-
- BASIC_TYPE_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- BeanConstructor<T> - Interface in io.micronaut.core.beans
-
Models a bean constructor.
- 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.
- BeanIntrospection<T> - Interface in io.micronaut.core.beans
-
A
BeanIntrospection
is the result of compile time computation of a beans properties and annotation metadata.
- BeanIntrospectionReference<T> - Interface in io.micronaut.core.beans
-
- BeanIntrospectionScanner - Class in io.micronaut.core.io.scan
-
- BeanIntrospectionScanner() - Constructor for class io.micronaut.core.io.scan.BeanIntrospectionScanner
-
- BeanIntrospector - Interface in io.micronaut.core.beans
-
Primary interface for obtaining
BeanIntrospection
instances that are computed at compilation time.
- BeanMap<T> - Interface in io.micronaut.core.beans
-
Simple class that provides a map interface over a bean.
- BeanMethod<B,T> - Interface in io.micronaut.core.beans
-
- beanMethods - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- 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
- beanType - Variable in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- BeanWrapper<T> - Interface in io.micronaut.core.beans
-
Wraps a bean allowing to read and write its properties via a underlying
BeanIntrospection
.
- 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.
- 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.
- 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.
- booleanValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- booleanValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The boolean[] value for the given member.
- booleanValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The boolean[] value for the given member.
- BoundExecutable<T,R> - Interface in io.micronaut.core.bind
-
- 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() - 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
-
- builder(String) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(String, RetentionPolicy) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(Class<T>) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation for the given name.
- builder(AnnotationValue<T>, RetentionPolicy) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
Start building a new annotation existing value and retention policy.
- Builder() - Constructor for class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Default constructor.
- 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.
- 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
-
- byteValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- byteValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The byte value of the given member.
- byteValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The byte value of the given member.
- byteValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- byteValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The byte[] value for the given member.
- byteValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The byte[] value for the given member.
- cacheEnvironment() - Static method in class io.micronaut.core.optim.StaticOptimizations
-
Enables environment caching.
- calculateHashCode(Map<? extends CharSequence, Object>) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Calculates the hash code of annotation values.
- 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.
- 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
-
- 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.
- 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.
- CHAR - Static variable in interface io.micronaut.core.type.Argument
-
Constant char argument.
- charAt(int) - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- charValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- charValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The char value of the given member.
- charValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The char value of the given member.
- charValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- charValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The char[] value for the given member.
- charValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The char[] value for the given member.
- check(ArgumentUtils.Check) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- check(String, T) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Perform a check on an argument.
- 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.
- ClassPathResourceLoader - Interface in io.micronaut.core.io.scan
-
Abstraction to load resources from the the classpath.
- ClassUtils - Class in io.micronaut.core.reflect
-
Utility methods for loading classes.
- ClassUtils() - Constructor for class io.micronaut.core.reflect.ClassUtils
-
- ClassUtils.Optimizations - Class in io.micronaut.core.reflect
-
- 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.
- 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.
- 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
-
- collect(Collection<S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.ServiceCollector
-
- collect(Consumer<? super S>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.ServiceCollector
-
- collectAll(Collection<S>, Predicate<S>) - Method in class io.micronaut.core.io.service.SoftServiceLoader
-
Collects all initialized instances.
- collectAll(Collection<S>) - Method in class io.micronaut.core.io.service.SoftServiceLoader
-
Collects all initialized instances.
- 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
-
- 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.
- COMMON_CLASS_MAP - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- COMPARATOR - Static variable in class io.micronaut.core.order.OrderUtil
-
Provide a comparator for collections.
- compareTo(SemanticVersion) - Method in class io.micronaut.core.version.SemanticVersion
-
- 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.
- 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
.
- 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.
- 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() - Method in interface io.micronaut.core.util.ArgumentUtils.Check
-
- CONTAINER_TYPES - Static variable in class io.micronaut.core.type.DefaultArgument
-
- 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
-
- containsKey(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- 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.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
-
- 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
-
- ConversionService<Impl extends ConversionService> - Interface in io.micronaut.core.convert
-
A service for allowing conversion from one type to another.
- conversionService - Variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
- convert(Object, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Class<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, Argument<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(Object, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.convert.ConversionService
-
Attempts to convert the given object to the given target type.
- convert(T, Class<ConvertibleMultiValues>, ConversionContext) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.AbstractConverterToMultiValues
-
- convert(Object, Class<T>, ConversionContext) - Method in class io.micronaut.core.convert.DefaultConversionService
-
- convert(CharSequence, Class<Number>, ConversionContext) - Method in class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- convert(S, Class<T>) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- convert(S, Class<T>, ConversionContext) - Method in interface io.micronaut.core.convert.TypeConverter
-
Converts from the given source object type to the target type.
- 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
-
- 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.
- 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.
- 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.
- COROUTINE_SUSPENDED - Static variable in class io.micronaut.core.util.KotlinUtils
-
- 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
-
- createObjectInput(InputStream, Class<?>) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- createObjectOutput(OutputStream) - Method in class io.micronaut.core.serialize.JdkSerializer
-
- 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.
- 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.
- 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_PATH_SEPARATOR - Static variable in class io.micronaut.core.util.AntPathMatcher
-
Default path separator: "/".
- DefaultArgument<T> - Class in io.micronaut.core.type
-
Represents an argument to a constructor or method.
- DefaultArgument(Class<T>, String, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, AnnotationMetadata, Argument<?>...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, String, AnnotationMetadata, Map<String, Argument<?>>, Argument<?>[]) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, String, AnnotationMetadata, boolean, Argument<?>...) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Class<T>, String, AnnotationMetadata, Map<String, Argument<?>>, Argument<?>[], boolean) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultArgument(Type, String, AnnotationMetadata) - Constructor for class io.micronaut.core.type.DefaultArgument
-
- DefaultClassPathResourceLoader - Class in io.micronaut.core.io.scan
-
Loads resources from the classpath.
- DefaultClassPathResourceLoader(ClassLoader) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Default constructor.
- DefaultClassPathResourceLoader(ClassLoader, String) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Use when resources should have a standard base path.
- DefaultClassPathResourceLoader(ClassLoader, String, boolean) - Constructor for class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
Use when resources should have a standard base path.
- DefaultConversionService - Class in io.micronaut.core.convert
-
The default conversion service.
- DefaultConversionService() - Constructor for class io.micronaut.core.convert.DefaultConversionService
-
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.
- 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
-
- 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
-
- defaultLocale - Variable in class io.micronaut.core.util.locale.AbstractLocaleResolver
-
- defaultValues(Map<String, Object>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the default values of the annotation.
- dehyphenate(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Converts hyphenated, lower-case form to camel-case form.
- 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.
- Described - Interface in io.micronaut.core.naming
-
An interface for types that are described by a description.
- 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.
- 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.
- 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.
- doMatch(String, String, boolean) - Method in class io.micronaut.core.util.AntPathMatcher
-
Actually match the given path
against the given pattern
.
- doResolve(ArgumentConversionContext<T>, ConvertibleValues<?>, String) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
Do resolve.
- 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.
- doubleValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- doubleValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double[] value for the given member.
- doubleValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double[] value for the given member.
- EMPTY - Static variable in interface io.micronaut.core.annotation.AnnotationSource
-
An empty annotation source.
- EMPTY - Static variable in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
An empty but satisfied result.
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
-
- EMPTY - Static variable in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- EMPTY - Static variable in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- empty() - Static method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- empty() - Static method in class io.micronaut.core.util.EnvironmentProperties
-
Creates a new empty cache of environment variable names to Micronaut
properties cache.
- empty() - Static method in interface io.micronaut.core.value.OptionalMultiValues
-
- empty() - Static method in interface io.micronaut.core.value.OptionalValues
-
- 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_BOOLEAN_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty boolean array.
- EMPTY_BYTE_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty byte array.
- EMPTY_CHAR_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty char array.
- EMPTY_CLASS_ARRAY - Static variable in class io.micronaut.core.reflect.ReflectionUtils
-
Constant for empty class array.
- EMPTY_DOUBLE_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty double array.
- EMPTY_FLOAT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty float array.
- EMPTY_INT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty int array.
- EMPTY_LONG_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty long array.
- EMPTY_METADATA - Static variable in interface io.micronaut.core.annotation.AnnotationMetadata
-
A constant for representing empty metadata.
- EMPTY_OBJECT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty object array.
- EMPTY_OBJECT_ARRAY_HASH_CODE - Static variable in class io.micronaut.core.reflect.ClassUtils
-
- EMPTY_SHORT_ARRAY - Static variable in class io.micronaut.core.util.ArrayUtils
-
An empty short array.
- EMPTY_STRING - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String.
- EMPTY_STRING_ARRAY - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for an empty String array.
- EMPTY_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.
- 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.
- 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.
- 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.
- environmentName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Returns the underscore separated version of the given camel case string.
- EnvironmentProperties - Class in io.micronaut.core.util
-
A mapping from environment variable names to Micronaut
property names.
- 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
-
- 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
-
- ErrorsContext - Interface in io.micronaut.core.convert
-
Interface for reporting conversion errors.
- EvictionListener<K,V> - Interface in io.micronaut.core.util.clhm
-
A listener registered for notification when an entry is evicted.
- ExceptionHandler<T extends java.lang.Throwable> - Interface in io.micronaut.core.exceptions
-
Common interface for types that handle exceptions.
- 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
- exists() - Method in interface io.micronaut.core.io.Readable
-
Does the underlying readable resource exist.
- Experimental - Annotation Type in io.micronaut.core.annotation
-
Annotates a class or method as being experimental and subject to change or removal.
- extension(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Retrieves the extension of a file name.
- extractPathWithinPattern(String, String) - Method in class io.micronaut.core.util.AntPathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- FALSE - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for the value false.
- 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.
- findAll(Predicate<String>) - Method in interface io.micronaut.core.io.service.SoftServiceLoader.StaticServiceLoader
-
- 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
-
- findArgumentBinder(Argument<T>, S) - Method in interface io.micronaut.core.bind.ArgumentBinderRegistry
-
- 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.
- findConstructor(Class<T>, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Obtains a declared method.
- 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.
- findDeclaredField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
- findField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Finds a field in the type or super type.
- findIntrospectedTypes(Predicate<? super BeanIntrospectionReference<?>>) - Method in interface io.micronaut.core.beans.BeanIntrospector
-
Finds introspections with the given filter.
- findIntrospection(Class<T>) - Method in interface io.micronaut.core.beans.BeanIntrospector
-
- 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.
- findMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Finds a method on the given type for the given name.
- findMethodsByName(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Finds a method on the given type for the given name.
- findPropertyNamesForEnvironmentVariable(String) - Method in class io.micronaut.core.util.EnvironmentProperties
-
Returns, for an environment variable, the list of deduced Micronaut
property names.
- findRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Find repeatable annotation container.
- findRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Find repeatable annotation container.
- findRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- findRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- findTypeConverter(Class<?>, Class<T>, String) - Method in class io.micronaut.core.convert.DefaultConversionService
-
Find the type converter.
- 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.
- first() - Method in class io.micronaut.core.io.service.SoftServiceLoader
-
- firstOr(String, ClassLoader) - Method in class io.micronaut.core.io.service.SoftServiceLoader
-
- FixedLocaleResolver<T> - Class in io.micronaut.core.util.locale
-
- FixedLocaleResolver(Locale) - Constructor for class io.micronaut.core.util.locale.FixedLocaleResolver
-
- FLOAT - Static variable in interface io.micronaut.core.type.Argument
-
Constant for float argument.
- floatValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- floatValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The double value of the given member.
- floatValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The float value of the given member.
- floatValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The double value of the given member.
- floatValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- floatValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The float[] value for the given member.
- floatValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The float[] value for the given member.
- 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
-
- forClassLoader(ClassLoader) - Static method in interface io.micronaut.core.beans.BeanIntrospector
-
Creates a new default bean introspector that uses the given
classloader.
- 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.
- forEachValue(BiConsumer<String, V>) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
-
Performs the given action for each header.
- fork(EnvironmentProperties) - Static method in class io.micronaut.core.util.EnvironmentProperties
-
Creates a new environment properties cache which delegates
queries to the delegate, but will cache values into its
own cache when they are missing.
- Format - Annotation Type in io.micronaut.core.convert.format
-
Annotation used to describe the format in the case where the format needs to be altered for the purposes of
conversion.
- format(String) - Method in enum io.micronaut.core.naming.conventions.StringConvention
-
Format the string with this format.
- format(StringConvention, String) - Static method in enum io.micronaut.core.naming.conventions.StringConvention
-
Format a string according to a convention.
- FORMAT_CSV - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
Values separated with commas ",".
- FORMAT_DEEP_OBJECT - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
Values are put in the representation with property name for Map
and POJO Object
in square
after the original parameter name.
- FORMAT_MULTI - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
Values are repeated with the same parameter name for Iterable
, while Map
and POJO Object
would be expanded with its property names.
- FORMAT_PIPES - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
Values separated with the pipe "|" symbol similarly to CSV being separated with commas.
- FORMAT_SSV - Static variable in class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
Values separated with spaces " " similarly to CSV being separated with commas.
- FormattingTypeConverter<S,T,A extends java.lang.annotation.Annotation> - Interface in io.micronaut.core.convert.format
-
- 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.
- Generated - Annotation Type in io.micronaut.core.annotation
-
A marker annotation for methods that are generated though an annotation processor.
- GenericArgument<T> - Class in io.micronaut.core.type
-
- GenericArgument() - Constructor for class io.micronaut.core.type.GenericArgument
-
Default constructor.
- GenericPlaceholder<T> - Interface in io.micronaut.core.type
-
Extends
Argument
to allow differentiating the
variable name from the argument name in cases where this is
required (parameters and fields for example).
- 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
-
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- get(B) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- get(B) - Method in interface io.micronaut.core.beans.BeanProperty
-
Read the bean value.
- get(B, Class<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
-
Read the value and try to convert it to the given type.
- get(B, Argument<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
-
Read the value and try to convert it to the given type.
- get(B, ArgumentConversionContext<T2>) - Method in interface io.micronaut.core.beans.BeanProperty
-
Read the value and try to convert it to the given type.
- get(B, Class<T2>, T2) - Method in interface io.micronaut.core.beans.BeanProperty
-
Read the value and try to convert it to the given type.
- get() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
Obtains the value.
- get(CharSequence) - Method in interface io.micronaut.core.convert.value.ConvertibleMultiValues
-
Get a value without applying any conversion.
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- get(CharSequence) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.core.convert.value.ConvertibleValuesMap
-
- get(Class<T>) - Static method in class io.micronaut.core.optim.StaticOptimizations
-
Returns, if available, the optimization data of the requested
type.
- get(Object) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- get() - Method in interface io.micronaut.core.util.functional.ThrowingSupplier
-
Gets a result.
- get(CharSequence) - Method in interface io.micronaut.core.value.OptionalValues
-
Retrieve a value if it is present.
- get(CharSequence) - Method in class io.micronaut.core.value.OptionalValuesMap
-
- get(String, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.value.PropertyResolver
-
- get(K, ArgumentConversionContext<T>) - Method in interface io.micronaut.core.value.ValueResolver
-
Resolve the given property for the given name.
- get(K, Class<T>) - Method in interface io.micronaut.core.value.ValueResolver
-
Resolve the given property for the given name.
- get(K, Argument<T>) - Method in interface io.micronaut.core.value.ValueResolver
-
Resolve the given property for the given name.
- get(K, Class<T>, T) - Method in interface io.micronaut.core.value.ValueResolver
-
Resolve the given property for the given name.
- 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
-
- getAllInterfaces(Class<?>) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
- 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
-
- getAnnotationMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
Supplies the metadata.
- getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
-
- getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- getAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- getAnnotationMetadata() - Method in interface io.micronaut.core.bind.BoundExecutable
-
- getAnnotationMetadata() - Method in interface io.micronaut.core.convert.ArgumentConversionContext
-
- getAnnotationMetadata() - Method in class io.micronaut.core.type.DefaultArgument
-
- 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
-
- 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
-
- 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
-
- getAnnotations(String, Class<T>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getAnnotations(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getAnnotationType(String, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Gets the type for a given annotation if it is present on the classpath.
- getAnnotationType(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Gets the type for a given annotation if it is present on the classpath.
- getAnnotationType(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getAnnotationType(String, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getAnnotationType() - Method in interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder
-
- 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
-
- getAnnotationTypesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Resolve all of the annotation names that feature the given stereotype.
- getAnnotationTypesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Resolve all of the annotation names that feature the given stereotype.
- getAnnotationTypesByStereotype(Class<? extends Annotation>, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Resolve all of the annotation names that feature the given stereotype.
- getAnnotationTypesByStereotype(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getAnnotationTypesByStereotype(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getAnnotationTypesByStereotype(Class<? extends Annotation>, ClassLoader) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- 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
-
- 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
-
- getArguments() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
-
- getArguments() - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- getArguments() - Method in interface io.micronaut.core.beans.BeanConstructor
-
- getArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
-
- getArguments() - Method in interface io.micronaut.core.type.Executable
-
The required argument types.
- 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.
- getAttributes() - Method in interface io.micronaut.core.attr.AttributeHolder
-
- getAttributes() - Method in interface io.micronaut.core.attr.MutableAttributeHolder
-
- getBean() - Method in interface io.micronaut.core.beans.BeanWrapper
-
- getBeanMethods() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- getBeanMethods() - Method in interface io.micronaut.core.beans.BeanIntrospection
-
Returns the
BeanMethod
instances for this introspection.
- 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.
- 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
-
- getBoundArguments() - Method in interface io.micronaut.core.bind.BoundExecutable
-
That arguments that will be used to invoke the method.
- getByte(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Get the byte at the specified index.
- getCause() - Method in interface io.micronaut.core.convert.ConversionError
-
- getCharset() - Method in interface io.micronaut.core.convert.ConversionContext
-
- getClassLoader() - Method in interface io.micronaut.core.io.scan.ClassPathResourceLoader
-
- getClassLoader() - Method in class io.micronaut.core.io.scan.DefaultClassPathResourceLoader
-
- getConstructor() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- getConstructor() - Method in interface io.micronaut.core.beans.BeanIntrospection
-
- getConstructorAnnotationMetadata() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- getConstructorArguments() - Method in interface io.micronaut.core.beans.BeanIntrospection
-
The constructor arguments needed to instantiate the bean.
- getConversionError() - Method in exception io.micronaut.core.convert.exceptions.ConversionErrorException
-
- getConversionErrors() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
- getConvertibleValues() - Method in class io.micronaut.core.annotation.AnnotationValue
-
- 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
-
- 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
-
- 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
-
- 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
-
- getDeclaredMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Gets the declared metadata without inherited metdata.
- getDeclaredMetadata() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getDeclaredMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Obtains a declared method.
- getDeclaringBean() - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- getDeclaringBean() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- getDeclaringBean() - Method in interface io.micronaut.core.beans.BeanMethod
-
- getDeclaringBean() - Method in interface io.micronaut.core.beans.BeanProperty
-
- getDeclaringBeanType() - Method in class io.micronaut.core.beans.AbstractBeanConstructor
-
- getDeclaringBeanType() - Method in interface io.micronaut.core.beans.BeanConstructor
-
Returns the bean type.
- getDeclaringType() - Method in interface io.micronaut.core.beans.BeanMethod
-
- getDeclaringType() - Method in interface io.micronaut.core.beans.BeanProperty
-
The declaring type of the property.
- getDeclaringType() - Method in interface io.micronaut.core.bind.BoundExecutable
-
- getDeclaringType() - Method in interface io.micronaut.core.type.Executable
-
- getDefaultLocale() - Method in interface io.micronaut.core.util.locale.LocaleResolutionConfiguration
-
- 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
-
- 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
-
- getDescription() - Method in interface io.micronaut.core.beans.BeanConstructor
-
The description of the constructor.
- getDescription(boolean) - Method in interface io.micronaut.core.beans.BeanConstructor
-
The description of the constructor.
- getDescription() - Method in class io.micronaut.core.cli.Option
-
- getDescription() - Method in interface io.micronaut.core.naming.Described
-
A description that describes this object.
- getDescription(boolean) - Method in interface io.micronaut.core.naming.Described
-
Allows returning a more simple description if requested.
- getFallbackFormat(Argument) - Method in class io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder
-
- 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.
- getFirstTypeVariable() - Method in class io.micronaut.core.type.DefaultArgument
-
- getFirstTypeVariable() - Method in interface io.micronaut.core.type.TypeVariableResolver
-
- getFixed() - Method in interface io.micronaut.core.util.locale.LocaleResolutionConfiguration
-
- 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.
- getInstance() - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
Returns the backing instance if there is one.
- 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
-
- getLastError() - Method in interface io.micronaut.core.convert.ErrorsContext
-
Obtain the last error.
- 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.core.convert.ConversionContext
-
- 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.
- getMemberNames() - Method in class io.micronaut.core.annotation.AnnotationValue
-
Resolves the names of all the present annotation members.
- getMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Obtains a method.
- getMicronautVersion() - Static method in class io.micronaut.core.version.VersionUtils
-
- getMissingTypes() - Method in class io.micronaut.core.reflect.ClassUtils.Optimizations
-
- getName() - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- getName() - Method in class io.micronaut.core.beans.AbstractBeanIntrospectionReference
-
- getName() - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- getName() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- getName() - Method in class io.micronaut.core.cli.Option
-
- getName() - Method in interface io.micronaut.core.io.service.ServiceDefinition
-
- getName() - Method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
-
- getName() - Method in interface io.micronaut.core.naming.Named
-
- getName() - Method in interface io.micronaut.core.type.Argument
-
- getName() - Method in class io.micronaut.core.type.DefaultArgument
-
- getNativeAllocator() - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
- getOptions() - Method in interface io.micronaut.core.cli.CommandLine
-
- getOrder() - Method in interface io.micronaut.core.order.Ordered
-
- getOrder(Object) - Static method in class io.micronaut.core.order.OrderUtil
-
Get the order for the given object.
- getOrder(AnnotationMetadata, Object) - Static method in class io.micronaut.core.order.OrderUtil
-
Get the order of the given object.
- getOrder(AnnotationMetadata) - Static method in class io.micronaut.core.order.OrderUtil
-
Get the order for the given annotation metadata.
- getOrder(Ordered) - Static method in class io.micronaut.core.order.OrderUtil
-
Get the order for the given Ordered object.
- getOriginalValue() - Method in interface io.micronaut.core.convert.ConversionError
-
- getPackageName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Returns the package name for a class represented as string.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
-
- getRequiredField(Class, String) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Finds a field on the given type for the given name.
- 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.
- getRequiredMethod(Class, String, Class...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Finds a method on the given type for the given name.
- 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.
- 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.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.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.
- 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.
- getRetentionPolicy() - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getReturnType() - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- getReturnType() - Method in interface io.micronaut.core.beans.BeanMethod
-
- getServiceLoaders() - Method in class io.micronaut.core.io.service.SoftServiceLoader.Optimizations
-
- getSimpleName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Returns the simple name for a class represented as string.
- getSimpleName() - Method in interface io.micronaut.core.type.TypeInformation
-
Obtains the type's simple name.
- getStereotypes() - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getSupportingLoader(String) - Method in class io.micronaut.core.io.ResourceResolver
-
Searches resource loaders for one that supports the given prefix.
- getSystemProperties() - Method in interface io.micronaut.core.cli.CommandLine
-
- getTarget() - Method in interface io.micronaut.core.bind.BoundExecutable
-
- 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.
- getType() - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
The type if present on the classpath.
- getType() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- getType() - Method in interface io.micronaut.core.beans.BeanProperty
-
- getType() - Method in class io.micronaut.core.type.DefaultArgument
-
- getType() - Method in interface io.micronaut.core.type.TypeInformation
-
- getTypeName() - Method in interface io.micronaut.core.annotation.AnnotatedTypeInfo
-
- getTypeName() - Method in interface io.micronaut.core.type.TypeInformation
-
- getTypeParameters() - Method in class io.micronaut.core.type.DefaultArgument
-
- getTypeParameters() - Method in interface io.micronaut.core.type.TypeVariableResolver
-
- getTypeString(boolean) - Method in interface io.micronaut.core.type.TypeInformation
-
Returns the string representation of the argument type, including generics.
- 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
-
- 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
-
- 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
-
- getValues(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Get all of the values for the given annotation and type of the underlying values.
- getValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Get all of the values for the given annotation and type of the underlying values.
- getValues(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Get all of the values for the given annotation.
- getValues(Class<? extends Annotation>, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getValues(String, Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- getValues() - Method in class io.micronaut.core.annotation.AnnotationValue
-
- getValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
- getValueType() - Method in interface io.micronaut.core.convert.value.ConvertibleValues
-
- getVariableName() - Method in interface io.micronaut.core.type.GenericPlaceholder
-
- getVersion() - Method in class io.micronaut.core.version.SemanticVersion
-
- getWrappedType() - Method in interface io.micronaut.core.type.TypeInformation
-
- getWrapper(T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
-
Obtain a bean wrapper for the given bean.
- getWrapper(Class<T2>, T2) - Static method in interface io.micronaut.core.beans.BeanWrapper
-
Obtain a bean wrapper for the given bean.
- getWrapperType(Class) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Obtain the wrapper type for the given primitive.
- getWrapperType() - Method in interface io.micronaut.core.type.TypeInformation
-
If the type is primitive returns the wrapper type, otherwise returns the actual type.
- 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.
- 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.
- 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.
- 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.
- initialCapacity(int) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Specifies the initial capacity of the hash table (default 16).
- 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.
- 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.
- INJECT - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The meta annotation used for inject declarations.
- instantiate(boolean, Object...) - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- instantiate(Object...) - Method in interface io.micronaut.core.beans.BeanConstructor
-
Instantiate an instance.
- instantiate() - Method in interface io.micronaut.core.beans.BeanIntrospection
-
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
- instantiate(Object...) - Method in interface io.micronaut.core.beans.BeanIntrospection
-
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
- instantiate(boolean, Object...) - Method in interface io.micronaut.core.beans.BeanIntrospection
-
Instantiates an instance of the bean, throwing an exception is instantiation is not possible.
- instantiate(Class<T>) - Static method in class io.micronaut.core.reflect.InstantiationUtils
-
- instantiate(Class<T>, Class<?>[], Object...) - 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.
- 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
-
- 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.
- 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
-
- internListOf(Object...) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Converts the given objects into a set of potentially cached and interned strings contained within an internal pool of lists.
- internListOf(Object...) - Static method in class io.micronaut.core.util.StringUtils
-
Converts the given objects into a set of interned strings contained within an internal pool of sets.
- internMapOf(Object...) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Converts the given objects into a map of potentially cached and interned strings where the keys and values are alternating entries in the passed array.
- internMapOf(String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Converts the given objects into a map of potentially cached and interned strings where the keys and values are alternating entries in the passed array.
- internMapOf(Object...) - Static method in class io.micronaut.core.util.StringUtils
-
Converts the given objects into a map of interned strings.
- Introspected - Annotation Type in io.micronaut.core.annotation
-
An annotation that indicates a type should produce a
BeanIntrospection
at compilation time.
- Introspected.AccessKind - Enum in io.micronaut.core.annotation
-
The access type for bean properties.
- Introspected.IndexedAnnotation - Annotation Type in io.micronaut.core.annotation
-
Allow pre-computed indexes for property lookups based on an annotation and a member.
- Introspected.Visibility - Enum in io.micronaut.core.annotation
-
Visibility policy for bean properties and fields.
- IntrospectionException - Exception in io.micronaut.core.beans.exceptions
-
Thrown when an error occurs introspecting a bean type.
- IntrospectionException(String) - Constructor for exception io.micronaut.core.beans.exceptions.IntrospectionException
-
- IntrospectionException(String, Throwable) - Constructor for exception io.micronaut.core.beans.exceptions.IntrospectionException
-
- intValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalInt
for the given annotation and member.
- intValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalInt
for the given annotation and member.
- intValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The value as an OptionalInt
for the given annotation and member.
- intValue(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- intValue(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- intValue(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- intValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The integer value of the given member.
- intValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The integer value of the given member.
- intValue() - Method in class io.micronaut.core.annotation.AnnotationValue
-
The integer value of the given member.
- intValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The integer value of the given member.
- intValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The integer value of the given member.
- intValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- intValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The int[] value for the given member.
- intValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The int[] value for the given member.
- 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
-
- invoke(B, Object...) - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
- 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.
- invokeInternal(B, Object...) - Method in class io.micronaut.core.beans.AbstractBeanMethod
-
Abstract implementation implemented by generated byte code.
- invokeMethod(T, Method, Object...) - Static method in class io.micronaut.core.reflect.ReflectionUtils
-
Invokes a method.
- io.micronaut.core.annotation - package io.micronaut.core.annotation
-
Micronaut core annotation classes.
- io.micronaut.core.attr - package io.micronaut.core.attr
-
Micronaut core attribute holder.
- io.micronaut.core.beans - package io.micronaut.core.beans
-
This package provides interfaces and abstractions to introspect beans with bean metadata
computed at compilation time.
- io.micronaut.core.beans.exceptions - package io.micronaut.core.beans.exceptions
-
- io.micronaut.core.bind - package io.micronaut.core.bind
-
Micronaut core argument and property bind classes.
- io.micronaut.core.bind.annotation - package io.micronaut.core.bind.annotation
-
Micronaut core bind annotation classes.
- io.micronaut.core.bind.exceptions - package io.micronaut.core.bind.exceptions
-
Exceptions that occur during data binding.
- io.micronaut.core.cli - package io.micronaut.core.cli
-
Micronaut core CLI dispatch level.
- io.micronaut.core.cli.exceptions - package io.micronaut.core.cli.exceptions
-
Micronaut core CLI exceptions.
- io.micronaut.core.convert - package io.micronaut.core.convert
-
Micronaut core type conversion classes.
- io.micronaut.core.convert.converters - package io.micronaut.core.convert.converters
-
- io.micronaut.core.convert.exceptions - package io.micronaut.core.convert.exceptions
-
Micronaut core type conversion exceptions.
- io.micronaut.core.convert.format - package io.micronaut.core.convert.format
-
Micronaut core type conversion formatting.
- io.micronaut.core.convert.value - package io.micronaut.core.convert.value
-
Micronaut core type conversion of multiple values.
- io.micronaut.core.exceptions - package io.micronaut.core.exceptions
-
Common exception handling classes.
- io.micronaut.core.graal - package io.micronaut.core.graal
-
- io.micronaut.core.io - package io.micronaut.core.io
-
Micronaut core input/output.
- io.micronaut.core.io.buffer - package io.micronaut.core.io.buffer
-
Micronaut core buffer factory.
- io.micronaut.core.io.file - package io.micronaut.core.io.file
-
Micronaut core file i/o.
- io.micronaut.core.io.scan - package io.micronaut.core.io.scan
-
Micronaut core scan with annotation.
- io.micronaut.core.io.service - package io.micronaut.core.io.service
-
Micronaut core i/o service classes.
- io.micronaut.core.io.socket - package io.micronaut.core.io.socket
-
Micronaut core i/o socketutils.
- io.micronaut.core.naming - package io.micronaut.core.naming
-
Micronaut core name resolution.
- io.micronaut.core.naming.conventions - package io.micronaut.core.naming.conventions
-
Micronaut core name conventions for properties and methods, etc.
- io.micronaut.core.optim - package io.micronaut.core.optim
-
- io.micronaut.core.order - package io.micronaut.core.order
-
Micronaut core ordered objects.
- io.micronaut.core.reflect - package io.micronaut.core.reflect
-
Micronaut core reflections utils.
- io.micronaut.core.reflect.exception - package io.micronaut.core.reflect.exception
-
Micronaut core reflection exception.
- io.micronaut.core.serialize - package io.micronaut.core.serialize
-
Micronaut core object serializations.
- io.micronaut.core.serialize.exceptions - package io.micronaut.core.serialize.exceptions
-
Micronaut core object serialization exceptions.
- io.micronaut.core.type - package io.micronaut.core.type
-
Micronaut core argument types.
- io.micronaut.core.util - package io.micronaut.core.util
-
Micronaut core utilities.
- io.micronaut.core.util.clhm - package io.micronaut.core.util.clhm
-
Contains a forked implementation of ConcurrentLinkedHashMap.
- io.micronaut.core.util.functional - package io.micronaut.core.util.functional
-
- io.micronaut.core.util.locale - package io.micronaut.core.util.locale
-
Micronaut utilities to resolve a Locale
.
- io.micronaut.core.value - package io.micronaut.core.value
-
Micronaut core property and value resolution.
- io.micronaut.core.version - package io.micronaut.core.version
-
Micronaut core comparing versions.
- io.micronaut.core.version.annotation - package io.micronaut.core.version.annotation
-
- 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 interface io.micronaut.core.annotation.AnnotatedTypeInfo
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
- isAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Return whether an annotation is present.
- isAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Return whether an annotation is present.
- isArray() - Method in interface io.micronaut.core.type.TypeInformation
-
- isAssignableFrom(Class<?>) - Method in interface io.micronaut.core.type.Argument
-
Delegates to Class.isAssignableFrom(Class)
for this argument.
- isAssignableFrom(Argument<?>) - Method in interface io.micronaut.core.type.Argument
-
Checks if the argument can be assigned to this argument.
- isAsync() - Method in interface io.micronaut.core.type.TypeInformation
-
- isAsyncOrReactive() - Method in interface io.micronaut.core.type.TypeInformation
-
- 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.
- isCompletable() - Method in interface io.micronaut.core.type.TypeInformation
-
- isCompletable(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
-
does the type represent a completable type.
- isContainerType() - Method in interface io.micronaut.core.type.TypeInformation
-
- isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
- isDeclaredAnnotationPresent(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
- isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
- isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
- isDeclaredAnnotationPresent(String) - 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
-
- isDigits(String) - Static method in class io.micronaut.core.util.StringUtils
-
Is the given string a series of digits.
- 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
-
- isEnabled() - Method in interface io.micronaut.core.util.Toggleable
-
- isEnvironmentCached() - Static method in class io.micronaut.core.optim.StaticOptimizations
-
Returns true if the environment should be cached, that is to say
if the environment variables and system properties are deemed
immutable during the whole application run time.
- isEnvironmentName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Checks whether the string is a valid environment-style property name.
- 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
-
- isGetterName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Is the given method name a valid getter name.
- 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.
- 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.
- isKotlinCoroutineSuspended(Object) - Static method in class io.micronaut.core.util.KotlinUtils
-
Kotlin suspend
function result check.
- 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
-
- isOptional() - Method in interface io.micronaut.core.type.TypeInformation
-
- isPattern(String) - Method in class io.micronaut.core.util.AntPathMatcher
-
- isPresent(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Returns whether the value of the given member is present.
- isPresent(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Returns whether the value of the given member is present.
- isPresent(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isPresent(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isPresent(CharSequence) - Method in class io.micronaut.core.annotation.AnnotationValue
-
Is the given member present.
- isPresent(CharSequence) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
Is the given member present.
- isPresent() - Method in class io.micronaut.core.beans.AbstractBeanIntrospectionReference
-
- isPresent() - Method in interface io.micronaut.core.beans.BeanIntrospectionReference
-
- isPresent() - Method in interface io.micronaut.core.io.service.ServiceDefinition
-
- isPresent() - Method in class io.micronaut.core.io.service.SoftServiceLoader.StaticDefinition
-
- isPresent(String, ClassLoader) - Static method in class io.micronaut.core.reflect.ClassUtils
-
Check whether the given class is present in the given classloader.
- isPresentAndSatisfied() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
- isPrimitive() - Method in interface io.micronaut.core.type.TypeInformation
-
- isProvider() - Method in interface io.micronaut.core.type.TypeInformation
-
- isReactive() - Method in interface io.micronaut.core.type.TypeInformation
-
- isReactive(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
-
does the type represent a reactive type.
- isReadOnly() - Method in interface io.micronaut.core.beans.BeanProperty
-
- isReadWrite() - Method in interface io.micronaut.core.beans.BeanProperty
-
Whether the property can be written to and read from.
- isRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Is repeatable annotation?
- isRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
Is repeatable annotation?
- isRepeatableAnnotation(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isRepeatableAnnotation(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- isSatisfied() - Method in interface io.micronaut.core.bind.ArgumentBinder.BindingResult
-
- 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.
- isSingle(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
-
does the given type represent a type that emits a single item.
- isSingleResult() - Method in interface io.micronaut.core.type.ReturnType
-
- isSpecifiedSingle() - Method in interface io.micronaut.core.type.TypeInformation
-
- isSpecifiedSingle(AnnotationMetadataProvider) - Method in interface io.micronaut.core.type.TypeInformationProvider
-
Returns whether the annotation metadata specifies the type as single.
- isSuspended() - Method in interface io.micronaut.core.type.ReturnType
-
- isTcpPortAvailable(int) - Static method in class io.micronaut.core.io.socket.SocketUtils
-
Check whether the given TCP port is available.
- 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.
- isTypeVariable() - Method in interface io.micronaut.core.type.Argument
-
Whether this argument is a type variable used in generics.
- isTypeVariable() - Method in class io.micronaut.core.type.DefaultArgument
-
- isTypeVariable() - Method in interface io.micronaut.core.type.GenericPlaceholder
-
- isValidHyphenatedPropertyName(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Checks whether the string is a valid hyphenated (kebab-case) property name.
- isVoid() - Method in interface io.micronaut.core.type.TypeInformation
-
Returns whether the return type is logically void.
- isWrapperType() - Method in interface io.micronaut.core.type.TypeInformation
-
Returns whether this type is a wrapper type that wraps the actual type such as a Optional or a Response wrapper.
- isWrapperType(Class<?>) - Method in interface io.micronaut.core.type.TypeInformationProvider
-
Does the type represent a wrapper type.
- isWriteOnly() - Method in interface io.micronaut.core.beans.BeanProperty
-
- 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.
- iterableToList(Iterable<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Converts an Iterable
to a List
.
- IterableToMultiValuesConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.IterableToMultiValuesConverter
-
- iterableToSet(Iterable<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Converts an Iterable
to a Set
.
- 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
-
- iteratorToSet(Iterator<T>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Convert an Iterator
to a Set
.
- 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.
- 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 class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
from an array of values.
- mapOf(String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.micronaut.core.annotation.AnnotationUtil
-
Create a new immutable Map
.
- mapOf(Class<K>, Class<V>) - Static method in interface io.micronaut.core.type.Argument
-
Creates a new argument representing a generic map.
- mapOf(Argument<K>, Argument<V>) - Static method in interface io.micronaut.core.type.Argument
-
Creates a new argument representing a generic map.
- mapOf(Object...) - Static method in class io.micronaut.core.util.CollectionUtils
-
Create a LinkedHashMap
from an array of values.
- 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
-
- MapToMultiValuesConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MapToMultiValuesConverter
-
- matches(String, String) - Method in class io.micronaut.core.util.AntPathMatcher
-
- matches(String, String) - Method in interface io.micronaut.core.util.PathMatcher
-
Returns true
if the given source
matches the specified pattern
,
false
otherwise.
- matches(String, String) - Method in class io.micronaut.core.util.RegexPathMatcher
-
- MAX_PORT_RANGE - Static variable in class io.micronaut.core.io.socket.SocketUtils
-
The maximum port number.
- 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.
- 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.
- member(String, int) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given integer value.
- member(String, byte) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given byte value.
- member(String, char) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given char value.
- member(String, char...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given char[] value.
- member(String, double) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given double value.
- member(String, double...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given double[] value.
- member(String, float) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given float value.
- member(String, float...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given float[] value.
- member(String, int...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given integer[] value.
- member(String, byte...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given byte[] value.
- member(String, long) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given long value.
- member(String, short) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given short value.
- member(String, short...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given short[] value.
- member(String, long...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given long[] value.
- member(String, String) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given string value.
- member(String, String...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given String[] values.
- member(String, boolean) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given boolean value.
- member(String, boolean...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given boolean value array.
- member(String, Enum<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given enum object.
- member(String, Enum<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given enum objects.
- member(String, Class<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given type object.
- member(String, Class<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given type objects.
- member(String, AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given annotation value.
- member(String, AnnotationValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given annotation values.
- member(String, AnnotationClassValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the given member to the given annotation class values.
- members(Map<CharSequence, Object>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Adds the members from the provided map.
- memoized(Supplier<T>) - Static method in class io.micronaut.core.util.SupplierUtil
-
Caches the result of supplier in a thread safe manner.
- memoizedNonEmpty(Supplier<T>) - Static method in class io.micronaut.core.util.SupplierUtil
-
Caches the result of supplier in a thread safe manner.
- META_INF_SERVICES - Static variable in class io.micronaut.core.io.service.SoftServiceLoader
-
- MethodConvention - Enum in io.micronaut.core.naming.conventions
-
Represents the built in conventions for mapping a method name to an HTTP Method and URI.
- methodName() - Method in enum io.micronaut.core.naming.conventions.MethodConvention
-
- MICRONAUT_VERSION - Static variable in class io.micronaut.core.version.VersionUtils
-
The current version of Micronaut.
- 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.
- MultiValuesConverterFactory - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory() - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory
-
- MultiValuesConverterFactory.AbstractConverterToMultiValues<T> - Class in io.micronaut.core.convert.converters
-
An abstract class to convert to ConvertibleMultiValues.
- MultiValuesConverterFactory.IterableToMultiValuesConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory.MapToMultiValuesConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory.MultiValuesToIterableConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory.MultiValuesToMapConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory.MultiValuesToObjectConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesConverterFactory.ObjectToMultiValuesConverter - Class in io.micronaut.core.convert.converters
-
- MultiValuesToIterableConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
-
- MultiValuesToMapConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
-
- MultiValuesToObjectConverter(ConversionService<?>) - Constructor for class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
-
- 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.
- 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
).
- 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)
.
- ReadableBytesTypeConverter - Class in io.micronaut.core.convert.format
-
Converts String's to readable bytes.
- ReadableBytesTypeConverter() - Constructor for class io.micronaut.core.convert.format.ReadableBytesTypeConverter
-
- 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.
- 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.
- readInternal(B) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
Reads the bean property.
- 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.
- ReferenceCounted - Interface in io.micronaut.core.io.buffer
-
- REFLECTION_LOGGER - Static variable in class io.micronaut.core.reflect.ClassUtils
-
A logger that should be used for any reflection access.
- ReflectionUtils - Class in io.micronaut.core.reflect
-
Utility methods for reflection related tasks.
- ReflectionUtils() - Constructor for class io.micronaut.core.reflect.ReflectionUtils
-
- ReflectiveAccess - Annotation Type in io.micronaut.core.annotation
-
Descriptive annotation that can be used to declare a field, method, constructor and types for reflective access.
- REGEX - Static variable in interface io.micronaut.core.util.PathMatcher
-
The default regex style path matcher.
- RegexPathMatcher - Class in io.micronaut.core.util
-
PathMatcher implementation for regex-style patterns.
- RegexPathMatcher() - Constructor for class io.micronaut.core.util.RegexPathMatcher
-
- register(ConversionService<?>) - Method in interface io.micronaut.core.convert.TypeConverterRegistrar
-
- 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.
- 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.
- 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.
- registerDefaultConverters() - Method in class io.micronaut.core.convert.DefaultConversionService
-
Default Converters.
- 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.
- 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.
- 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
-
- removeAttribute(CharSequence, Class<T>) - Method in interface io.micronaut.core.attr.MutableAttributeHolder
-
Remove an attribute.
- 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
-
- 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.
- resolve(T) - Method in class io.micronaut.core.util.locale.FixedLocaleResolver
-
- resolve(T) - Method in interface io.micronaut.core.util.LocaleResolver
-
Resolves the locale for the given context.
- resolveClassValues(Object) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
The classes class values for the given value.
- resolveEnumValues(Class<E>, Object) - Static method in class io.micronaut.core.annotation.AnnotationValue
-
The enum values for the given enum type and raw value.
- resolveGenericTypeArgument(Field) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
-
Resolves a single generic type argument for the given field.
- resolveHierarchy(Class<?>) - Static method in class io.micronaut.core.reflect.ClassUtils
-
Builds a class hierarchy that includes all super classes
and interfaces that the given class implements or extends from.
- 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.
- 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
-
- resolveOrDefault(T) - Method in class io.micronaut.core.util.locale.AbstractLocaleResolver
-
- resolveOrDefault(T) - Method in class io.micronaut.core.util.locale.FixedLocaleResolver
-
- resolveOrDefault(T) - Method in interface io.micronaut.core.util.LocaleResolver
-
Resolves the local or returns the default locale.
- resolver - Variable in class io.micronaut.core.value.OptionalValuesMap
-
- 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.
- resolveSuperGenericTypeArgument(Class) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
-
Resolves a single generic type argument from the super class of the given type.
- resolveSuperTypeGenericArguments(Class<?>, Class<?>) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
-
Resolve all of the type arguments for the given super type from the given type.
- resolveTypeArguments(Type) - Static method in class io.micronaut.core.reflect.GenericTypeUtils
-
Resolves the type arguments for a generic type.
- ResourceLoader - Interface in io.micronaut.core.io
-
Basic abstraction over resource loading.
- 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.
- retain() - Method in interface io.micronaut.core.io.buffer.ReferenceCounted
-
Retain an additional reference to this object.
- retrieveDeepObjectValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
-
- retrieveDeepObjectValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
-
- retrieveDeepObjectValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
-
- retrieveMultiValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
-
- retrieveMultiValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
-
- retrieveMultiValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
-
- retrieveSeparatedValue(ArgumentConversionContext<Iterable>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToIterableConverter
-
- retrieveSeparatedValue(ArgumentConversionContext<Map>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToMapConverter
-
- retrieveSeparatedValue(ArgumentConversionContext<Object>, String, ConvertibleMultiValues<String>, String, Character) - Method in class io.micronaut.core.convert.converters.MultiValuesConverterFactory.MultiValuesToObjectConverter
-
- ReturnType<T> - Interface in io.micronaut.core.type
-
Models a return type of an
Executable
method in Micronaut.
- 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.
- scan(String, String) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scan the given packages.
- scan(String, Package...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scan the given packages.
- scan(Class<? extends Annotation>, Package...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(Class<? extends Annotation>, Package) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scan the given packages.
- scan(String, String...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(String, Collection<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(Class<? extends Annotation>, Collection<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(String, Stream<String>) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(Class<? extends Annotation>, String...) - Method in interface io.micronaut.core.io.scan.AnnotationScanner
-
Scans the given package names.
- scan(String, String) - Method in class io.micronaut.core.io.scan.BeanIntrospectionScanner
-
- SCOPE - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The meta annotation used for scope declarations.
- SemanticVersion - Class in io.micronaut.core.version
-
Utility class for comparing semantic versions.
- SemanticVersion(String) - Constructor for class io.micronaut.core.version.SemanticVersion
-
Constructor.
- 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[].
- ServiceDefinition<T> - Interface in io.micronaut.core.io.service
-
A service that may or may not be present on the classpath.
- set(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- set(B, T) - Method in interface io.micronaut.core.beans.BeanProperty
-
Write the bean value.
- set(T) - Static method in class io.micronaut.core.optim.StaticOptimizations
-
Injects an optimization.
- set(CharSequence, CharSequence) - Method in interface io.micronaut.core.type.MutableHeaders
-
Sets an HTTP header overriding any existing value.
- set() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where the value is a Set
and its weight is the number
of elements.
- setAttribute(CharSequence, Object) - Method in interface io.micronaut.core.attr.MutableAttributeHolder
-
Sets an attribute on the message.
- 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.
- 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.
- setPathSeparator(String) - Method in class io.micronaut.core.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setProperty(String, Object) - Method in interface io.micronaut.core.beans.BeanWrapper
-
Sets a property of the given name to the given value.
- setterNameFor(String) - Static method in class io.micronaut.core.naming.NameUtils
-
Get the equivalent setter name for the given property.
- setValue(V) - Method in interface io.micronaut.core.type.MutableArgumentValue
-
Sets the argument value.
- 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.
- shortValue(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- shortValue(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The short value of the given member.
- shortValue(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The short value of the given member.
- shortValue() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The integer value of the given member.
- shortValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- shortValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The short[] value for the given member.
- shortValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The short[] value for the given member.
- SINGLETON - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
The meta annotation used for singleton scope.
- singleton() - Static method in class io.micronaut.core.util.clhm.Weighers
-
A weigher where a value has a weight of 1.
- size() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
- 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.
- SocketUtils - Class in io.micronaut.core.io.socket
-
Utility methods for dealing with sockets.
- SocketUtils() - Constructor for class io.micronaut.core.io.socket.SocketUtils
-
- SoftServiceLoader<S> - Class in io.micronaut.core.io.service
-
Variation of ServiceLoader
that allows soft loading and conditional loading of
META-INF/services classes.
- SoftServiceLoader.Optimizations - Class in io.micronaut.core.io.service
-
- SoftServiceLoader.ServiceCollector<S> - Interface in io.micronaut.core.io.service
-
- SoftServiceLoader.StaticDefinition<S> - Class in io.micronaut.core.io.service
-
- SoftServiceLoader.StaticServiceLoader<S> - Interface in io.micronaut.core.io.service
-
- 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.
- SPACE - Static variable in class io.micronaut.core.util.StringUtils
-
a space.
- splitOmitEmptyStrings(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
-
Fast split by one character iterable.
- splitOmitEmptyStringsIterator(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
-
Fast split by one character iterator.
- splitOmitEmptyStringsList(CharSequence, char) - Static method in class io.micronaut.core.util.StringUtils
-
Fast split by one character iterable.
- StaticOptimizations - Class in io.micronaut.core.optim
-
This class is a generic container for pre-computed data
which can be injected at initialization time.
- StaticOptimizations() - Constructor for class io.micronaut.core.optim.StaticOptimizations
-
- stereotype(AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Adds a stereotype of the annotation.
- STEREOTYPE_EXCLUDES - Static variable in class io.micronaut.core.annotation.AnnotationUtil
-
Packages excludes from stereotype processing.
- Streamable - Interface in io.micronaut.core.io
-
Interface for types that can be written to an OutputStream
.
- StreamSoftServiceLoader - Class in io.micronaut.core.io.service
-
Variation of
SoftServiceLoader
that returns a stream instead of an iterable thus allowing parallel loading etc.
- StreamSoftServiceLoader() - Constructor for class io.micronaut.core.io.service.StreamSoftServiceLoader
-
- StreamUtils - Class in io.micronaut.core.util
-
Utility methods for working with streams.
- StreamUtils() - Constructor for class io.micronaut.core.util.StreamUtils
-
- STRING - Static variable in interface io.micronaut.core.convert.ConversionContext
-
Constant for String argument.
- STRING - Static variable in interface io.micronaut.core.type.Argument
-
Constant for string argument.
- StringConvention - Enum in io.micronaut.core.naming.conventions
-
An enum representing different conventions.
- 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.
- stringValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The values as string array for the given annotation and member.
- stringValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The values as string array for the given annotation and member.
- stringValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The values as string array for the given annotation and member.
- stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadata
-
The values as string array for the given annotation and member.
- stringValues(Class<? extends Annotation>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- stringValues(Class<? extends Annotation>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- stringValues(String, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- stringValues(String) - Method in class io.micronaut.core.annotation.AnnotationValue
-
- stringValues(String, Function<Object, Object>) - Method in class io.micronaut.core.annotation.AnnotationValue
-
The string values for the given member and mapper.
- stringValues(String) - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The string values for the given member.
- stringValues() - Method in interface io.micronaut.core.annotation.AnnotationValueResolver
-
The string values for the given member.
- 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.
- subSequence(int, int) - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- SupplierUtil - Class in io.micronaut.core.util
-
Helper methods for dealing with Supplier
.
- SupplierUtil() - Constructor for class io.micronaut.core.util.SupplierUtil
-
- 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
-
- synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- synthesize(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
- synthesize(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Synthesizes a new annotation from the metadata for the given annotation type.
- synthesize(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Synthesizes a new annotation for the given annotation type using the member values of the given source annotation.
- 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.
- synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- synthesizeDeclared(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationMetadataDelegate
-
- synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
- synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationMetadataProvider
-
- synthesizeDeclared(Class<T>, String) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Synthesizes a new annotation declared for the given annotation type using the member values of the given source annotation.
- synthesizeDeclared(Class<T>) - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Synthesizes a new annotation from the metadata for the given annotation type.
- synthesizeDeclared() - Method in interface io.micronaut.core.annotation.AnnotationSource
-
Synthesizes a new annotations from the metadata.
- 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.
- 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.
- toArray(Collection<T>, IntFunction<T[]>) - Static method in class io.micronaut.core.util.ArrayUtils
-
Returns an array containing all of the elements in this collection, using the provided generator function to allocate the returned array.
- toArray(Collection<T>, Class<T>) - Static method in class io.micronaut.core.util.ArrayUtils
-
Returns an array containing all of the elements in this collection, using the item class.
- toByteArray() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Create a copy of the underlying storage from buf
into a byte array.
- toClassArray(Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
-
Convert an argument array to a class array.
- Toggleable - Interface in io.micronaut.core.util
-
An interface for components or configurations that can be toggled on or off.
- 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.
- toOutputStream() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
- toPrimitiveArray(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
-
Converts a primitive wrapper array to the equivalent primitive array such as Integer[] to int[].
- toString() - Method in class io.micronaut.core.annotation.AnnotationClassValue
-
- toString() - Method in class io.micronaut.core.annotation.AnnotationValue
-
- toString() - Method in class io.micronaut.core.beans.AbstractBeanIntrospection
-
- toString() - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- toString() - Method in class io.micronaut.core.convert.value.MutableConvertibleValuesMap
-
- toString(Charset) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
To string.
- toString(Argument<?>...) - Static method in interface io.micronaut.core.type.Argument
-
Convert the arguments to a string representation.
- toString() - Method in class io.micronaut.core.type.DefaultArgument
-
- toString(Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
-
Produce a string representation of the given array.
- toString(String, Object[]) - Static method in class io.micronaut.core.util.ArrayUtils
-
Produce a string representation of the given array.
- toString(Iterable<?>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Produce a string representation of the given iterable.
- toString(String, Iterable<?>) - Static method in class io.micronaut.core.util.CollectionUtils
-
Produce a string representation of the given iterable.
- toWrapperArray(Object) - Static method in class io.micronaut.core.util.ArrayUtils
-
Converts a primitive array to the equivalent wrapper such as int[] to Integer[].
- trimLeading(String, Predicate<Character>) - Static method in class io.micronaut.core.util.StringUtils
-
Returns a new string without any leading characters that match the supplied predicate.
- trimLeadingCharacter(String, char) - Static method in class io.micronaut.core.util.StringUtils
-
Returns a new string without any leading characters that match the supplied character.
- trimLeadingWhitespace(String) - Static method in class io.micronaut.core.util.StringUtils
-
Returns a new string without any leading whitespace.
- trimSuffix(String, String...) - Static method in class io.micronaut.core.naming.NameUtils
-
Trims the given suffixes.
- trimToNull(String) - Static method in class io.micronaut.core.util.StringUtils
-
Trims the supplied string.
- TRUE - Static variable in class io.micronaut.core.util.StringUtils
-
Constant for the value true.
- 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.
- TypeArgumentBinder<T,S> - Interface in io.micronaut.core.bind
-
- 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
-
- 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
-
- TypeHint - Annotation Type in io.micronaut.core.annotation
-
The type hint annotation is a general annotation that can be used on interfaces to provide
additional information about types used at runtime.
- TypeHint.AccessType - Enum in io.micronaut.core.annotation
-
The access type.
- TypeInformation<T> - Interface in io.micronaut.core.type
-
Provides information about a type at runtime.
- TypeInformationProvider - Interface in io.micronaut.core.type
-
- TypeVariableResolver - Interface in io.micronaut.core.type
-
An interface for types that hold and can resolve type variables.
- validateArguments(Described, Argument<?>[], Object[]) - Static method in class io.micronaut.core.util.ArgumentUtils
-
Validates the given values are appropriate for the given arguments.
- value(int) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given integer value.
- value(long) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given long value.
- value(String) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given string value.
- value(boolean) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given boolean value.
- value(char) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given char value.
- value(double) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given double value.
- value(float) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given float value.
- value(Enum<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given enum object.
- value(Class<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given type object.
- value(AnnotationValue<?>) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given annotation value.
- VALUE_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.
- valueOf(String) - Static method in enum io.micronaut.core.annotation.Introspected.AccessKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.micronaut.core.annotation.Introspected.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.micronaut.core.annotation.TypeHint.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.micronaut.core.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.
- 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(int...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given integer[] value.
- values(long...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given long[] value.
- values(String...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given String[] values.
- values(Enum<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given enum objects.
- values(Class<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given type objects.
- values(AnnotationClassValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given type objects.
- values(AnnotationValue<?>...) - Method in class io.micronaut.core.annotation.AnnotationValueBuilder
-
Sets the value member to the given annotation values.
- values() - Static method in enum io.micronaut.core.annotation.Introspected.AccessKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.micronaut.core.annotation.Introspected.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.micronaut.core.annotation.TypeHint.AccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.micronaut.core.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
-
- Version - Annotation Type in io.micronaut.core.version.annotation
-
Annotation used to express the version of a component or method.
- VersionUtils - Class in io.micronaut.core.version
-
Utility methods for versioning.
- VersionUtils() - Constructor for class io.micronaut.core.version.VersionUtils
-
- VOID - Static variable in interface io.micronaut.core.type.Argument
-
Constant for void argument.
- VOID_OBJECT - Static variable in interface io.micronaut.core.type.Argument
-
Constant for Void object argument.
- weigher(Weigher<? super V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Specifies an algorithm to determine how many the units of capacity a
value consumes.
- weigher(EntryWeigher<? super K, ? super V>) - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.Builder
-
Specifies an algorithm to determine how many the units of capacity an
entry consumes.
- Weigher<V> - Interface in io.micronaut.core.util.clhm
-
A class that can determine the weight of a value.
- Weighers - Class in io.micronaut.core.util.clhm
-
- weightedSize() - Method in class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
-
Returns the weighted size of this map.
- weightOf(K, V) - Method in interface io.micronaut.core.util.clhm.EntryWeigher
-
Measures an entry's weight to determine how many units of capacity that
the key and value consumes.
- weightOf(V) - Method in interface io.micronaut.core.util.clhm.Weigher
-
Measures an object's weight to determine how many units of capacity that
the value consumes.
- with(AnnotationMetadata) - Method in interface io.micronaut.core.convert.ArgumentConversionContext
-
Augment this context with annotation metadata.
- with(Argument<T>) - Method in interface io.micronaut.core.convert.ConversionContext
-
Augment this context with data for the given argument.
- withValue(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
- withValue(B, T) - Method in interface io.micronaut.core.beans.BeanProperty
-
This method will attempt to modify the property or if this is a immutable type using a copy constructor to return a new instance with the new value.
- withValueInternal(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
Mutates a property value.
- wrap(B) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Wrap an existing buffer.
- wrap(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBufferFactory
-
Wrap an existing buffer.
- wrapValues(Map<CharSequence, List<V>>) - Method in class io.micronaut.core.convert.value.ConvertibleMultiValuesMap
-
Wraps the values (by default in an unmodifiable map).
- wrapValues(Map<CharSequence, List<V>>) - Method in class io.micronaut.core.convert.value.MutableConvertibleMultiValuesMap
-
- Writable - Interface in io.micronaut.core.io
-
An interface for classes to implement that are capable of writing themselves to a Writer
- writableBytes() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex)
.
- write(byte) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Sets the specified byte at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- write(byte[]) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= src.length
).
- write(CharSequence, Charset) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Transfers the specified source CharSequence's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= src.length
).
- write(byte[], int, int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- write(ByteBuffer...) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Write the given
ByteBuffer
instances to this buffer.
- write(ByteBuffer...) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Write the given ByteBuffer
instances to this buffer.
- writeInternal(B, P) - Method in class io.micronaut.core.beans.AbstractBeanProperty
-
Writes a property value.
- writerIndex() - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Returns the writerIndex
of this buffer.
- writerIndex(int) - Method in interface io.micronaut.core.io.buffer.ByteBuffer
-
Sets the writerIndex
of this buffer.
- writeTo(OutputStream, Charset) - Method in interface io.micronaut.core.io.Streamable
-
Write this object to the given OutputStream
using StandardCharsets.UTF_8
by default.
- writeTo(File) - Method in interface io.micronaut.core.io.Streamable
-
- writeTo(OutputStream) - Method in interface io.micronaut.core.io.Streamable
-
Write this object to the given OutputStream
using StandardCharsets.UTF_8
by default.
- writeTo(Writer) - Method in interface io.micronaut.core.io.Writable
-
Writes this object to the given writer.
- writeTo(OutputStream) - Method in interface io.micronaut.core.io.Writable
-
Write this object to the given OutputStream
using StandardCharsets.UTF_8
by default.
- writeTo(File) - Method in interface io.micronaut.core.io.Writable
-
- writeTo(OutputStream, Charset) - Method in interface io.micronaut.core.io.Writable
-
Write this object to the given OutputStream
using StandardCharsets.UTF_8
by default.