Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSOLUTE - Enum constant in enum class io.inverno.mod.base.net.URIs.RequestTargetForm
-
Designates an absolute request target as defined by RFC 7230 Section 5.3.2.
- AbstractAsyncResource - Class in io.inverno.mod.base.resource
-
Base implementation for
AsyncResource
. - AbstractAsyncResource() - Constructor for class io.inverno.mod.base.resource.AbstractAsyncResource
-
Creates an asnc resource.
- AbstractAsyncResource(MediaTypeService) - Constructor for class io.inverno.mod.base.resource.AbstractAsyncResource
-
Creates an async resource with the specified media type service.
- AbstractAsyncResource.EndOfFileException - Exception in io.inverno.mod.base.resource
-
Thrown when the end of the file is reached when reading a resource.
- AbstractByteBufPublisherTemplateSet - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in a reactive way using a ByteBuf sink. - AbstractByteBufPublisherTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractByteBufPublisherTemplateSet
-
Creates a ByteBuf publisher template set.
- AbstractByteBufTemplateSet - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in a ByteBuf. - AbstractByteBufTemplateSet(Charset, ByteBuf) - Constructor for class io.inverno.mod.irt.AbstractByteBufTemplateSet
-
Creates a ByteBuf template set.
- AbstractCompositeByteBufTemplateSet - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in a composite ByteBuf. - AbstractCompositeByteBufTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractCompositeByteBufTemplateSet
-
Creates a composite ByteBuf template set.
- AbstractConfigurableConfigurationSource<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>, C extends ListConfigurationQuery<C>, D extends ConfigurationUpdate<D, E>, E extends ExecutableConfigurationUpdate<D, E>, F> - Class in io.inverno.mod.configuration -
Base implementation for
ConfigurableConfigurationSource
. - AbstractConfigurableConfigurationSource(JoinablePrimitiveEncoder<F>, SplittablePrimitiveDecoder<F>) - Constructor for class io.inverno.mod.configuration.AbstractConfigurableConfigurationSource
-
Creates a configurable configuration source with the specified encoder and decoder.
- AbstractConfigurationLoader<A,
B extends AbstractConfigurationLoader<A, B>> - Class in io.inverno.mod.configuration -
Base implementation for
ConfigurationLoader
. - AbstractConfigurationLoader() - Constructor for class io.inverno.mod.configuration.AbstractConfigurationLoader
- AbstractConfigurationSource<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>, C extends ListConfigurationQuery<C>, D> - Class in io.inverno.mod.configuration -
Base implementation for
ConfigurationSource
. - AbstractConfigurationSource(SplittablePrimitiveDecoder<D>) - Constructor for class io.inverno.mod.configuration.AbstractConfigurationSource
-
Creates a configuration source with the specified decoder.
- AbstractHashConfigurationSource<A,
B extends AbstractHashConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
Base implementation for
ConfigurationSource
where configuration properties are resolved using a hash code of aConfigurationKey
corresponding to aAbstractHashConfigurationSource.HashConfigurationQuery
. - AbstractHashConfigurationSource(SplittablePrimitiveDecoder<A>) - Constructor for class io.inverno.mod.configuration.AbstractHashConfigurationSource
-
Creates a hash configuration source with the specified decoder.
- AbstractHashConfigurationSource.HashConfigurationQuery<A,
B extends AbstractHashConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The configuration query used by the a configuration source.
- AbstractHashConfigurationSource.HashConfigurationQueryResult<A,
B extends AbstractHashConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The configuration query result returned by a hash configuration source.
- AbstractHashConfigurationSource.HashExecutableConfigurationQuery<A,
B extends AbstractHashConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The executable configuration query used by a hash configuration source.
- AbstractHashConfigurationSource.HashListConfigurationQuery<A,
B extends AbstractHashConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The list configuration query used by a hash configuration source.
- AbstractHeaderBuilder<A extends Header,
B extends AbstractHeaderBuilder<A, B>> - Class in io.inverno.mod.http.base.header -
Base implementation for
HeaderBuilder
. - AbstractHeaderBuilder() - Constructor for class io.inverno.mod.http.base.header.AbstractHeaderBuilder
- AbstractHeaderCodec<A extends Header,
B extends HeaderBuilder<A, B>> - Class in io.inverno.mod.http.base.header -
Base implementation for
HeaderCodec
. - AbstractHeaderCodec(Supplier<B>, Set<String>) - Constructor for class io.inverno.mod.http.base.header.AbstractHeaderCodec
-
Creates a header codec with the specified builder supplier and supported header names.
- AbstractPropertiesConfigurationSource<A,
B extends AbstractPropertiesConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
Base implementation for
ConfigurationSource
where configuration properties are resolved using a property accessor function to retrieve property values. - AbstractPropertiesConfigurationSource(SplittablePrimitiveDecoder<A>) - Constructor for class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource
-
Creates a properties configuration source with the specified decoder and property accessor.
- AbstractPropertiesConfigurationSource.PropertyConfigurationQuery<A,
B extends AbstractPropertiesConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The configuration query used by a properties configuration source.
- AbstractPropertiesConfigurationSource.PropertyConfigurationQueryResult<A,
B extends AbstractPropertiesConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The configuration query result returned by a properties configuration source.
- AbstractPropertiesConfigurationSource.PropertyExecutableConfigurationQuery<A,
B extends AbstractPropertiesConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The executable configuration query used by a properties configuration source.
- AbstractPropertiesConfigurationSource.PropertyListConfigurationQuery<A,
B extends AbstractPropertiesConfigurationSource<A, B>> - Class in io.inverno.mod.configuration -
The list configuration query used by a properties configuration source.
- AbstractResource - Class in io.inverno.mod.base.resource
-
Base implementation for
Resource
. - AbstractResource() - Constructor for class io.inverno.mod.base.resource.AbstractResource
-
Creates a resource.
- AbstractResource(MediaTypeService) - Constructor for class io.inverno.mod.base.resource.AbstractResource
-
Creates a resource with the specified media type service.
- AbstractResourceProvider<A extends Resource> - Class in io.inverno.mod.base.resource
-
Base implementation for
ResourceProvider
. - AbstractResourceProvider() - Constructor for class io.inverno.mod.base.resource.AbstractResourceProvider
- AbstractScanBuilder<A extends AbstractScanBuilder<A>> - Interface in io.inverno.mod.redis.operations
- AbstractScanResult - Interface in io.inverno.mod.redis.operations
- AbstractStreamTemplateSet<T extends OutputStream> - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in anOutputStream
. - AbstractStreamTemplateSet(Charset, T) - Constructor for class io.inverno.mod.irt.AbstractStreamTemplateSet
-
Creates a Stream template set.
- AbstractStringPublisherTemplateSet - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in a reactive way using a String sink. - AbstractStringPublisherTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractStringPublisherTemplateSet
-
Creates a String publisher template set.
- AbstractStringTemplateSet - Class in io.inverno.mod.irt
-
A
TemplateSet
base implementation template sets which renders data in aStringBuilder
- AbstractStringTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractStringTemplateSet
-
Creates a String template set.
- AbstractTemplateSet - Class in io.inverno.mod.irt
-
Base
TemplateSet
implementation. - AbstractTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractTemplateSet
-
Creates a template set.
- absttl() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
- accept(WebRoutable<ExchangeContext, ?>) - Method in class io.inverno.mod.web.OpenApiRoutesConfigurer
- accept(WebRoutable<ExchangeContext, ?>) - Method in class io.inverno.mod.web.WebJarsRoutesConfigurer
- accept(T) - Method in interface io.inverno.core.v1.Module.BeanBuilder.FallibleConsumer
-
Performs this operation on the given argument.
- accept_backlog() - Method in interface io.inverno.mod.boot.BootConfiguration
-
The accept backlog.
- accept_backlog(Integer) - Method in class io.inverno.mod.boot.BootConfigurationLoader.Configurator
- AcceptAware - Interface in io.inverno.mod.web.spi
-
Specifies criteria required to match requests or resources based on accepted media ranges or language ranges.
- ACCEPTED - Enum constant in enum class io.inverno.mod.http.base.Status
- activate(int, ConfigurationKey.Parameter...) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the specified parameters.
- activate(int, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the specified parameter.
- activate(int, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the two specified parameters.
- activate(int, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the three specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the four specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the five specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the six specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the seven specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the eight specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the nine specified parameters.
- activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the specified revisions for the properties defined with the ten specified parameters.
- activate(ConfigurationKey.Parameter...) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the specified parameters.
- activate(String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the specified parameter.
- activate(String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the two specified parameters.
- activate(String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the three specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the four specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the five specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the six specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the seven specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the eight specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the nine specified parameters.
- activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Activates the working revision for the properties defined with the ten specified parameters.
- add(E) - Method in class io.inverno.core.v1.Module.BeanAggregator
-
Appends the specified bean to the aggregate.
- add(E[]) - Method in class io.inverno.core.v1.Module.BeanAggregator
-
Appends the specified array of beans to the aggregate.
- add(Header...) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Adds the specified headers.
- add(Header...) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Adds the specified trailers.
- add(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Adds a header with the specified name and value.
- add(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Adds a trailer with the specified name and value.
- add(Collection<E>) - Method in class io.inverno.core.v1.Module.BeanAggregator
-
Appends the specified collection of beans to the aggregate.
- addCookie(String, String) - Method in interface io.inverno.mod.http.server.ResponseCookies
-
Adds a cookie with the specified name and value.
- addCookie(Consumer<SetCookie.Configurator>) - Method in interface io.inverno.mod.http.server.ResponseCookies
-
Adds a cookie created with the specified configurer.
- ALL - Static variable in interface io.inverno.mod.http.base.header.Headers.Accept
-
Accept all header: */*
- ALL - Static variable in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Accept all header: *
- alpha() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- and() - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
-
Finalizes this builder and returns the parent builder.
- and() - Method in class io.inverno.mod.base.reflect.GenericTypeVariableBuilder
- and() - Method in interface io.inverno.mod.base.reflect.TypeArgumentBuilder
-
Finalizes this builder and returns the parent builder.
- and() - Method in interface io.inverno.mod.base.reflect.TypeVariableBuilder
-
Finalizes this builder and returns the parent builder.
- and() - Method in interface io.inverno.mod.base.reflect.WildcardTypeArgumentBuilder
-
Finalizes this builder and returns the parent builder.
- and() - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource.HashExecutableConfigurationQuery
- and() - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource.PropertyExecutableConfigurationQuery
- and() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationQuery
-
Chains another query.
- and() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationUpdate
-
Chains another update.
- and() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeExecutableConfigurationQuery
- and() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationQuery
- and() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationUpdate
- and() - Method in interface io.inverno.mod.sql.PreparedStatement
-
Appends current arguments binding to the batch and creates another binding.
- and(Pipe<U, V>) - Method in interface io.inverno.mod.irt.Pipe
-
Chains the specified pipe after this pipe.
- and(PublisherPipe<U, V>) - Method in interface io.inverno.mod.irt.PublisherPipe
-
Chains the specified publisher pipe after this pipe.
- and(StreamPipe<U, V>) - Method in interface io.inverno.mod.irt.StreamPipe
-
Chains the specified stream pipe after this pipe.
- and(String) - Method in interface io.inverno.mod.sql.Statement
-
Adds the specified SQL to the statement.
- AnnotationSelector - Annotation Interface in io.inverno.core.annotation
-
An AnnotationSelector is used to filter beans annotated with a particular annotation during dependency injection.
- append(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
APPEND key value
- Application<T extends Module> - Class in io.inverno.core.v1
-
A module wrapper which starts a module as an application and stops it when the application is gracefully shutdown.
- Application(Module.ModuleBuilder<T>) - Constructor for class io.inverno.core.v1.Application
-
Creates a new Application for the module created with the specified builder.
- APPLICATION_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
application/json
- APPLICATION_OCTET_STREAM - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
application/octet-stream
- APPLICATION_X_NDJSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
application/x-ndjson
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
application/x-www-form-urlencoded
- APPLICATION_XML - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
application/xml
- apply(T, Pipe<T, U>) - Static method in interface io.inverno.mod.irt.Pipe
-
Applies the specified pipe to the specified source value.
- applyInterceptors() - Method in interface io.inverno.mod.web.spi.InterceptedRouter
-
Applies the interceptors to all the routes previously defined in the router.
- applyTemplate(Iterable<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
- applyTemplate(Iterable<T>) - Method in interface io.inverno.mod.irt.TemplateSet
-
Invokes a template defined in the template set implementation on each element of the specified iterable.
- applyTemplate(Stream<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
- applyTemplate(Stream<T>) - Method in interface io.inverno.mod.irt.TemplateSet
-
Invokes a template defined in the template set implementation on each element of the specified stream.
- applyTemplate(Publisher<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
- applyTemplate(Publisher<T>) - Method in interface io.inverno.mod.irt.TemplateSet
-
Invokes a template defined in the template set implementation on each element emitted in the specified publisher until the publisher completes.
- applyTemplate(T) - Method in class io.inverno.mod.irt.AbstractTemplateSet
- applyTemplate(T) - Method in interface io.inverno.mod.irt.TemplateSet
-
Invokes a template defined in the template set implementation on the specified object.
- applyTemplate(T[]) - Method in class io.inverno.mod.irt.AbstractTemplateSet
- applyTemplate(T[]) - Method in interface io.inverno.mod.irt.TemplateSet
-
Invokes a template defined in the template set implementation on each element of the specified array.
- approximate() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- approximate() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- arrayType() - Method in interface io.inverno.mod.base.reflect.TypeArgumentBuilder
-
Specifies an array type as the next argument of the parameterized type.
- arrayType() - Method in interface io.inverno.mod.base.reflect.TypeBuilder
-
Specifies an array type as the next argument of the parameterized type.
- arrayType() - Static method in class io.inverno.mod.base.reflect.Types
-
Creates an array type builder.
- ArrayTypeArgumentBuilder<A> - Interface in io.inverno.mod.base.reflect
-
An array type argument builder is used to specify the component type of an array type.
- ArrayTypeBuilder - Interface in io.inverno.mod.base.reflect
-
An array type builder is used to build array types.
- as(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to the specified type.
- as(Class<T>) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to the specified type.
- as(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to the specified type.
- as(Type) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to the specified type.
- asArrayOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to an array of the specified type.
- asArrayOf(Class<T>) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to an array of the specified type.
- asArrayOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to an array of the specified type.
- asArrayOf(Type) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to an array of the specified type.
- asBigDecimal() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a big decimal.
- asBigDecimal() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a big decimal.
- asBigInteger() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a big integer.
- asBigInteger() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a big integer.
- asBoolean() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a boolean.
- asBoolean() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a boolean.
- asByte() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a byte.
- asByte() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a byte.
- asc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
- asc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- asc() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- asCharacter() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a character.
- asCharacter() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a character.
- asClass() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a class.
- asClass() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a class.
- asCurrency() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a currency.
- asCurrency() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a currency.
- asDouble() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a double.
- asDouble() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a double.
- asFile() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a file.
- asFile() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a file.
- asFloat() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a float.
- asFloat() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a float.
- asInetAddress() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to an inet address.
- asInetAddress() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to an inet address.
- asInteger() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to an integer.
- asInteger() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to an integer.
- asListOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a list of the specified type.
- asListOf(Class<T>) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a list of the specified type.
- asListOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a list of the specified type.
- asListOf(Type) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a list of the specified type.
- asLocalDate() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a local date.
- asLocalDate() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a local date.
- asLocalDateTime() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a local date time.
- asLocalDateTime() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a loca date time.
- asLocale() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a locale.
- asLocale() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a locale.
- asLong() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a long.
- asLong() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a long.
- asPath() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a path.
- asPath() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a path.
- asPattern() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a pattern.
- asPattern() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a pattern.
- asSetOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a set of the specified type.
- asSetOf(Class<T>) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a set of the specified type.
- asSetOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a set of the specified type.
- asSetOf(Type) - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a set of the specified type.
- asShort() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a short.
- asShort() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a short.
- asString() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a string.
- asString() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a string.
- asURI() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a URI.
- asURI() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a URI.
- asURL() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a URL.
- asURL() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a URL.
- ASYNC - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptFlushMode
- AsyncResource - Interface in io.inverno.mod.base.resource
-
An async resource uses an executor service to be read and written asynchronously.
- AsyncResourceProvider<A extends AsyncResource> - Interface in io.inverno.mod.base.resource
-
A resource provider providing async resources.
- asZonedDateTime() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Converts the property value to a zoned date time.
- asZonedDateTime() - Method in interface io.inverno.mod.http.base.Parameter
-
Converts the parameter value to a zoned date time.
- atRevision(int) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationQuery
-
Specifies the revision (inclusive) up to which properties should be searched.
- auth(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
- auth(String, String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
B
- BAD_GATEWAY - Enum constant in enum class io.inverno.mod.http.base.Status
- BAD_REQUEST - Enum constant in enum class io.inverno.mod.http.base.Status
- BadRequestException - Exception in io.inverno.mod.http.base
-
A web exception that indicates a
Bad Request (400)
. - BadRequestException() - Constructor for exception io.inverno.mod.http.base.BadRequestException
-
Creates a bad request exception.
- BadRequestException(String) - Constructor for exception io.inverno.mod.http.base.BadRequestException
-
Creates a bad request exception with the specified message.
- BadRequestException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.BadRequestException
-
Creates a bad request exception with the specified message and cause.
- BadRequestException(Throwable) - Constructor for exception io.inverno.mod.http.base.BadRequestException
-
Creates a bad request exception with the specified cause.
- banner(Banner) - Method in class io.inverno.core.v1.Application
-
Sets the application banner.
- Banner - Interface in io.inverno.core.v1
-
A Banner prints information to a stream when a root module is starting.
- Base - Class in io.inverno.mod.http.base
- Base.Builder - Class in io.inverno.mod.http.base
- Base.Linker - Class in io.inverno.mod.http.base
- batch(Function<RedisOperations<A, B>, Publisher<Publisher<T>>>) - Method in interface io.inverno.mod.redis.RedisClient
-
Executes multiple queries in a batch on a single connection.
- batchQueries(Function<SqlOperations, Publisher<Publisher<T>>>) - Method in interface io.inverno.mod.sql.UnsafeSqlOperations
-
Executes multiple queries in a batch.
- batchUpdate(String, List<Object[]>) - Method in interface io.inverno.mod.sql.SqlOperations
-
Executes multiple update operations in a batch using the specified list of arguments and returns the number rows affected by the operation.
- batchUpdate(String, Stream<Object[]>) - Method in interface io.inverno.mod.sql.SqlOperations
-
Executes multiple update operations in a batch using the specified stream of arguments and returns the number rows affected by the operation.
- Bean - Annotation Interface in io.inverno.core.annotation
-
Indicates that an annotated class or interface is a bean.
- Bean() - Constructor for class io.inverno.mod.boot.BootConfigurationLoader.Bean
- Bean() - Constructor for class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
- Bean() - Constructor for class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Bean
- Bean() - Constructor for class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Bean
- Bean() - Constructor for class io.inverno.mod.web.WebConfigurationLoader.Bean
- Bean(String) - Constructor for class io.inverno.core.v1.Module.Bean
-
Creates a bean with the specified name.
- Bean.Strategy - Enum Class in io.inverno.core.annotation
-
Indicates the strategy to use to instantiate the bean.
- Bean.Visibility - Enum Class in io.inverno.core.annotation
-
Indicates the visibility of a bean in a module.
- BeanAggregator() - Constructor for class io.inverno.core.v1.Module.BeanAggregator
-
Creates an aggregator.
- beans() - Element in annotation interface io.inverno.core.annotation.Wire
-
Indicates the names of the beans to wire.
- BeanSocket - Annotation Interface in io.inverno.core.annotation
-
A bean socket represents a bean dependency, a bean required or desirable by a bean to operate properly.
- bind(Object...) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Sets the specified list of values as the current arguments binding.
- bind(List<Object[]>) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Adds multiple arguments bindings at once.
- bind(Stream<Object[]>) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Adds multiple arguments bindings at once.
- bindAt(int, Object) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Binds the specified value at the specified index in the current arguments binding
- bindNullAt(int, Class<?>) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Binds a null value of the specified type at the specified index in the current arguments binding.
- bitcount(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITCOUT key
- bitcount(A, long, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITCOUT key start end
- bitfield() - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITFIELD key [GET encoding offset] [SET encoding offset value] [INCRBY encoding offset increment] [OVERFLOW WRAP|SAT|FAIL]
- bitfield(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITFIELD key
- bitopAnd(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP AND destkey key
- bitopAnd(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP AND destkey key [key ...]
- bitopNot(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP NOT destkey key
- bitopNot(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP NOT destkey key [key ...]
- bitopOr(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP OR destkey key
- bitopOr(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP OR destkey key [key ...]
- bitopXor(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP XOR destkey key
- bitopXor(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITOP XOR destkey key [key ...]
- bitpos(A, boolean) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITPOS key bit [start [end [BYTE|BIT]]]
- bitpos(A, boolean, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITPOS key bit [start [end [BYTE|BIT]]]
- bitpos(A, boolean, long, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
BITPOS key bit [start [end [BYTE|BIT]]]
- blmove() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BLMOVE source destination LEFT|RIGHT LEFT|RIGHT timeout
- blmpop() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BLMPOP timeout numkeys key [key ...]
- block(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
- block(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
- blpop(A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BLPOP key timeout
- blpop(Consumer<Keys<A>>, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BLPOP key [key ...] timeout
- body() - Method in interface io.inverno.mod.http.server.Request
-
Returns the request body used to consume request payload.
- body() - Method in interface io.inverno.mod.http.server.Response
-
Returns the response body used to produce response payload.
- body() - Method in interface io.inverno.mod.web.WebRequest
- body() - Method in interface io.inverno.mod.web.WebResponse
- Body - Annotation Interface in io.inverno.mod.web.annotation
-
Binds the payload of a request to a web route method parameter.
- BOOLEAN - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptOutput
- Boot - Class in io.inverno.mod.boot
- Boot.Builder - Class in io.inverno.mod.boot
- Boot.Linker - Class in io.inverno.mod.boot
- bootConfiguration() - Method in class io.inverno.mod.boot.Boot
- BootConfiguration - Interface in io.inverno.mod.boot
-
Net specific configuration.
- BootConfigurationLoader - Class in io.inverno.mod.boot
- BootConfigurationLoader() - Constructor for class io.inverno.mod.boot.BootConfigurationLoader
- BootConfigurationLoader.Bean - Class in io.inverno.mod.boot
- BootConfigurationLoader.Configurator - Class in io.inverno.mod.boot
- BootstrapConfigurationSource - Class in io.inverno.mod.configuration.source
-
A configuration source that considers multiple local sources to load the bootstrap configuration of an application.
- BootstrapConfigurationSource(Module, String...) - Constructor for class io.inverno.mod.configuration.source.BootstrapConfigurationSource
-
Creates a bootstrap configuration source for the specified application module and with the specified command line arguments.
- Bound<A> - Class in io.inverno.mod.redis.operations
- BOUNDARY - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Boundary parameter
- boundType(Class<?>) - Method in class io.inverno.mod.base.reflect.GenericTypeVariableBuilder
- boundType(Class<?>) - Method in interface io.inverno.mod.base.reflect.TypeVariableBuilder
-
Specifies the bound type of the type variable.
- boxType(Class<?>) - Static method in class io.inverno.mod.base.reflect.Types
-
Returns the boxed type corresponding to the specified primitive type.
- brpop(A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BRPOP key timeout
- brpop(Consumer<Keys<A>>, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BRPOP key [key ...] timeout
- brpoplpush(A, A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
BRPOPLPUSH source destination timeout
- build() - Method in interface io.inverno.core.v1.Module.ModuleBeanBuilder
-
Builds the bean.
- build() - Method in class io.inverno.core.v1.Module.ModuleBuilder
-
Builds the module.
- build() - Method in interface io.inverno.core.v1.Module.WrapperBeanBuilder
-
Builds the bean.
- build() - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
-
Builds the array type.
- build() - Method in interface io.inverno.mod.base.reflect.TypeBuilder
-
Builds the type.
- build() - Method in interface io.inverno.mod.http.base.header.HeaderBuilder
-
Builds the header.
- build(double, A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmpopBuilder
- build(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetBzmpopBuilder
- build(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmpopBuilder
- build(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetBzmpopBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchExtendedBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeySortBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmpopBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterWithScoresBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZmpopBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionWithScoresBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringBitfieldBuilder
- build(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringGetexBuilder
- build(A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusBuilder
- build(A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusExtendedBuilder
- build(A, double, double, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
- build(A, double, B) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
- build(A, double, B) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
- build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
- build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
- build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
- build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
- build(A, long, byte[]) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchstoreBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyCopyBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeySortStoreBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmoveBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterstoreBuilder
- build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionstoreBuilder
- build(A, A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmoveBuilder
- build(A, A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusStoreBuilder
- build(A, A, A, long, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXautoclaimBuilder
- build(A, A, A, long, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
- build(A, A, A, long, Consumer<RedisStreamReactiveOperations.StreamMessageIds>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
- build(A, A, A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
- build(A, A, B) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- build(A, A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberStoreBuilder
- build(A, A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
- build(A, A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXgroupCreateBuilder
- build(A, A, String, String, long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXpendingExtendedBuilder
- build(A, A, Consumer<RedisStreamReactiveOperations.StreamStreams<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
- build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLposBuilder
- build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringSetBuilder
- build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringSetGetBuilder
- build(A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberBuilder
- build(A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberExtendedBuilder
- build(A, B, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLposBuilder
- build(A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
- build(A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
- build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations.HashScanBuilder
- build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisSetReactiveOperations.SetScanBuilder
- build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScanBuilder
- build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
- build(A, Duration) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
- build(A, Duration) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
- build(A, Instant) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
- build(A, Instant) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
- build(A, ZonedDateTime) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
- build(A, ZonedDateTime) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
- build(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterstoreBuilder
- build(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionstoreBuilder
- build(A, Consumer<RedisGeoReactiveOperations.GeoItems<B>>) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
- build(A, Consumer<RedisSortedSetReactiveOperations.SortedSetScoredMembers<B>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
- build(A, Consumer<RedisStreamReactiveOperations.StreamEntries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- build(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in the path segment components.
- build(Object[], boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- build(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyScanBuilder
- build(String, int, A, int, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmpopBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterWithScoresBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZmpopBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionBuilder
- build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionWithScoresBuilder
- build(Consumer<RedisStreamReactiveOperations.StreamStreams<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
- build(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values.
- build(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- Builder() - Constructor for class io.inverno.mod.boot.Boot.Builder
- Builder() - Constructor for class io.inverno.mod.http.base.Base.Builder
- Builder() - Constructor for class io.inverno.mod.redis.lettuce.Lettuce.Builder
- Builder(Reactor) - Constructor for class io.inverno.mod.sql.vertx.Vertx.Builder
- Builder(NetService, ResourceService) - Constructor for class io.inverno.mod.http.server.Server.Builder
- Builder(List<MediaTypeConverter<ByteBuf>>, NetService, ResourceService) - Constructor for class io.inverno.mod.web.Web.Builder
- builderSupplier - Variable in class io.inverno.mod.http.base.header.AbstractHeaderCodec
-
The header builder supplier.
- buildPath(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
- buildPath(Object[], boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- buildPath(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
- buildPath(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- buildPathPattern() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds a URI pattern to exactly match builder's URI path component.
- buildPathPattern(boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds a URI pattern to match builder's URI path component including trailing slash or not.
- buildPattern() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds a URI pattern to exactly match builder's URI.
- buildPattern(boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds a URI pattern to match builder's URI including trailing slash or not.
- buildQuery(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the query component string from the builder's URI query parameter components after replacing the parameters with the string representation of the specified values.
- buildQuery(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the query component string from the builder's URI query parameter components after replacing the parameters with the string representation of the specified values.
- buildRawPath() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the path component raw string from the builder's path segment components.
- buildRawQuery() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the query component raw string from the builder's query parameter components.
- buildRawString() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the raw string representation of the URI from the builder's URI components.
- buildString(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
- buildString(Object[], boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- buildString(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
- buildString(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
- by(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- byBox(double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
- byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
- byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
- byRadius(double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
- byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
- byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
- ByteBufConverter - Class in io.inverno.mod.base.converter
- ByteBufConverter(ObjectConverter<String>) - Constructor for class io.inverno.mod.base.converter.ByteBufConverter
-
Creates a ByteBuf converter backed by the specified string converter, with default charset and array/list separator.
- ByteBufConverter(ObjectConverter<String>, Charset, byte) - Constructor for class io.inverno.mod.base.converter.ByteBufConverter
-
Creates a ByteBuf converter backed by the specified string converter, with specified charset and array/list separator.
- ByteBufTemplateSet - Interface in io.inverno.mod.irt
-
A
TemplateSet
which can renderByteBuf
. - bzmpop() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
-
BZMPOP timeout numkeys key [key ...]
- bzpopmax(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
-
BZPOPMAX key timeout
- bzpopmax(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
-
BZPOPMAX key [key ...] timeout
- bzpopmin(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
-
BZPOPMIN key timeout
- bzpopmin(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
-
BZPOPMIN key [key ...] timeout
C
- canConvert(String) - Method in interface io.inverno.mod.base.converter.MediaTypeConverter
-
Determines whether the converter can convert the specified media type.
- canDecode(Class<T>) - Method in interface io.inverno.mod.base.converter.CompoundDecoder
-
Determines whether the decoder can decode the type represented by the specified class.
- canDecode(Type) - Method in interface io.inverno.mod.base.converter.CompoundDecoder
-
Determines whether the decoder can decode the specified type.
- canEncode(Class<T>) - Method in interface io.inverno.mod.base.converter.CompoundEncoder
-
Determines whether the encoder can encode the type represented by the specified class.
- canEncode(Type) - Method in interface io.inverno.mod.base.converter.CompoundEncoder
-
Determines whether the encoder can encode the specified type.
- ch() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
- ch() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
- ch() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
- charset - Variable in class io.inverno.mod.irt.AbstractTemplateSet
-
The charset to use to encode rendered data.
- CHARSET - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Charset parameter
- Charsets - Class in io.inverno.mod.base
-
Utility methods and constants for charsets.
- check() - Method in interface io.inverno.mod.configuration.ConfigurationUpdateResult
-
Checks that the update was successful.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.ClasspathResource
-
Checks that the specified URI is a classpath resource URI.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.FileResource
-
Checks that the specified URI is a file resource URI.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.JarResource
-
Checks that the specified URI is a jar resource URI.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.ModuleResource
-
Checks that the specified URI is a module resource URI.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.NativeResource
-
Checks that the specified URI is a module resource URI.
- checkUri(URI) - Static method in class io.inverno.mod.base.resource.ZipResource
-
Checks that the specified URI is a zip resource URI.
- className() - Element in annotation interface io.inverno.core.annotation.Module
-
Indicates the name of the generated module class, defaults to the name of the module.
- ClasspathResource - Class in io.inverno.mod.base.resource
-
A
Resource
implementation that identifies resources by a URI of the formclasspath:/path/to/resource
and looks up data on the classpath. - ClasspathResource(URI) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI.
- ClasspathResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI and media type service.
- ClasspathResource(URI, Class<?>) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI that looks up data from the specified class.
- ClasspathResource(URI, Class<?>, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI and media type service that looks up data from the specified class.
- ClasspathResource(URI, ClassLoader) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI that looks up data from the specified class loader.
- ClasspathResource(URI, ClassLoader, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
-
Creates a classpath resource with the specified URI and media type service that looks up data from the specified class loader.
- clearPath() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Clears the path component.
- clearQuery() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Clears the query component.
- CLIENT_ERROR - Enum constant in enum class io.inverno.mod.http.base.Status.Category
- client_name() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
-
The Redis client name.
- client_name(String) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
- clone() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Clones the URI builder.
- close() - Method in class io.inverno.mod.base.resource.ClasspathResource
- close() - Method in class io.inverno.mod.base.resource.FileResource
- close() - Method in class io.inverno.mod.base.resource.ModuleResource
- close() - Method in class io.inverno.mod.base.resource.NativeResource
- close() - Method in class io.inverno.mod.base.resource.PathResource
- close() - Method in interface io.inverno.mod.base.resource.Resource
- close() - Method in class io.inverno.mod.base.resource.URLResource
- close() - Method in class io.inverno.mod.base.resource.ZipResource
- close() - Method in interface io.inverno.mod.redis.RedisClient
-
Closes the Redis client and free resources.
- close() - Method in interface io.inverno.mod.sql.SqlClient
-
Closes the SQL client and free resources.
- ClosedResourceException - Exception in io.inverno.mod.base.resource
-
Thrown when a read, write or delete operation is performed on closed resource
- ClosedResourceException() - Constructor for exception io.inverno.mod.base.resource.ClosedResourceException
-
Creates a closed resource exception.
- COLON - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Colon ':'
- ColumnMetadata - Interface in io.inverno.mod.sql
-
Exposes database column metadata.
- combineList(ConfigurationKey, Iterable<Flux<ConfigurationProperty>>) - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
-
Combines the properties listed using the configuration sources defined in the composite configuration source for the property name of the original query.
- combineList(ConfigurationKey, Iterable<Flux<ConfigurationProperty>>) - Method in class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
- combineListAll(ConfigurationKey, Iterable<Flux<ConfigurationProperty>>) - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
-
Combines the properties listed using the configuration sources defined in the composite configuration source for the property name of the original query.
- combineListAll(ConfigurationKey, Iterable<Flux<ConfigurationProperty>>) - Method in class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
- COMMA - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Comma ','
- CommandLineConfigurationSource - Class in io.inverno.mod.configuration.source
-
A configuration source that looks up properties from command line arguments.
- CommandLineConfigurationSource(String[]) - Constructor for class io.inverno.mod.configuration.source.CommandLineConfigurationSource
-
Creates a command line configuration source with the specified arguments using a Java String value decoder.
- CommandLineConfigurationSource(String[], SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CommandLineConfigurationSource
-
Creates a command line configuration source with the specified arguments and the specified string value decoder.
- comment(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
-
Sets the event comment.
- comment(String) - Method in interface io.inverno.mod.web.WebResponseBody.SseEncoder.Event
- commit() - Method in interface io.inverno.mod.sql.TransactionalSqlOperations
-
Commits the transaction.
- COMPARATOR - Static variable in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
The media range comparator based on media range scores.
- COMPARATOR - Static variable in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
The language range comparator based on language range scores.
- COMPLETED_FUTURE - Static variable in interface io.inverno.mod.irt.TemplateSet
-
An empty completed future which returns immediately.
- componentArrayType() - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
-
Specifies an array type as component type of the array type.
- componentArrayType() - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
-
Specifies an array type as component type of the array type.
- componentType(Class<?>) - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
-
Specifies the component type of the array type.
- componentType(Class<?>) - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
-
Specifies the component type of the array type.
- componentType(Type) - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
-
Specifies the component type of the array type.
- componentType(Type) - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
-
Specifies the component type of the array type.
- CompositeConfigurationSource - Class in io.inverno.mod.configuration.source
-
A composite configuration source that uses multiple configuration sources to resolve configuration properties.
- CompositeConfigurationSource(List<ConfigurationSource<?, ?, ?>>) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
-
Creates a composite configuration query with the specified list of sources using the default strategy.
- CompositeConfigurationSource(List<ConfigurationSource<?, ?, ?>>, CompositeConfigurationStrategy) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
-
Creates a composite configuration query with the specified list of sources using the specified strategy.
- CompositeConfigurationSource.CompositeConfigurationQuery - Class in io.inverno.mod.configuration.source
-
The configuration query used by the composite configuration source.
- CompositeConfigurationSource.CompositeConfigurationQueryResult - Class in io.inverno.mod.configuration.source
-
The configuration query result returned by a composite configuration source.
- CompositeConfigurationSource.CompositeExecutableConfigurationQuery - Class in io.inverno.mod.configuration.source
-
The executable configuration query used by the composite configuration source.
- CompositeConfigurationSource.CompositeListConfigurationQuery - Class in io.inverno.mod.configuration.source
-
The list configuration query used by the composite configuration source.
- CompositeConfigurationStrategy - Interface in io.inverno.mod.configuration.source
-
A composite configuration strategy specifies what queries must be executed on the sources of a composite configuration source for an original query and what results should eventually be retained.
- CompositeConverter<A> - Class in io.inverno.mod.base.converter
-
A composite converter relies on multiple
CompoundEncoder
andCompoundDecoder
to convert objects. - CompositeConverter() - Constructor for class io.inverno.mod.base.converter.CompositeConverter
-
Creates a composite converter.
- CompositeDecoder<From> - Class in io.inverno.mod.base.converter
-
A composite decoder relies on multiple
CompoundDecoder
to decode objects. - CompositeDecoder() - Constructor for class io.inverno.mod.base.converter.CompositeDecoder
-
Creates a composite decoder.
- CompositeEncoder<To> - Class in io.inverno.mod.base.converter
-
A composite encoder relies on multiple
CompoundEncoder
to encode objects. - CompositeEncoder() - Constructor for class io.inverno.mod.base.converter.CompositeEncoder
-
Creates a composite encoder.
- CompoundDecoder<From,
To> - Interface in io.inverno.mod.base.converter -
A compound decoder is used in a
CompositeDecoder
to decode particular types of objects. - CompoundEncoder<From,
To> - Interface in io.inverno.mod.base.converter -
A compound encoder is used in a
CompositeEncoder
to encode particular types of objects. - compression_contentSizeThreshold() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
The threshold beyond which the response body should be compressed.
- compression_contentSizeThreshold(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_deflate_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Deflate compression level.
- compression_deflate_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_deflate_memLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Deflate compression memory level.
- compression_deflate_memLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_deflate_windowBits() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Deflate compression window bits.
- compression_deflate_windowBits(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Enables/Disables HTTP compression.
- compression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_gzip_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Gzip compression level.
- compression_gzip_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_gzip_memLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Gzip compression memory level.
- compression_gzip_memLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_gzip_windowBits() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Gzip compression window bits.
- compression_gzip_windowBits(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_zstd_blockSize() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Zstandard compression bock size.
- compression_zstd_blockSize(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_zstd_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Zstandard compression level.
- compression_zstd_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- compression_zstd_maxEncodeSize() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Zstandard compression max encode size.
- compression_zstd_maxEncodeSize(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- concatMap(Function<? super T, ? extends Publisher<? extends R>>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which transforms the elements of a publisher into publishers by applying the specified mapper function then flatten, these inner publishers into a single publisher, sequentially and preserving order using concatenation.
- ConfigurableConfigurationSource<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>, C extends ListConfigurationQuery<C>, D extends ConfigurationUpdate<D, E>, E extends ExecutableConfigurationUpdate<D, E>> - Interface in io.inverno.mod.configuration -
A configurable
ConfigurationSource
that supports configuration properties updates. - Configuration - Annotation Interface in io.inverno.mod.configuration
-
Used on an interface to indicate a configuration.
- ConfigurationBeanSupport(C) - Constructor for class io.inverno.mod.configuration.ConfigurationLoaderSupport.ConfigurationBeanSupport
-
Creates a configuration bean.
- ConfigurationKey - Interface in io.inverno.mod.configuration
-
A configuration key uniquely identifies a configuration property in a configuration source.
- ConfigurationKey.Parameter - Class in io.inverno.mod.configuration
-
A parameter is used to specify the context in which a property value is defined.
- ConfigurationKey.WildcardParameter - Class in io.inverno.mod.configuration
-
A wildcard parameter is used to match all values for a parameter in a list configuration query.
- ConfigurationLoader<A,
B extends ConfigurationLoader<A, B>> - Interface in io.inverno.mod.configuration -
A configuration loader is used to load a configuration object from a
ConfigurationSource
. - ConfigurationLoaderException - Exception in io.inverno.mod.configuration
-
Thrown by a configuration loader to indicate an error when loading a configuration.
- ConfigurationLoaderException() - Constructor for exception io.inverno.mod.configuration.ConfigurationLoaderException
-
Creates a configuration loader exception.
- ConfigurationLoaderException(String) - Constructor for exception io.inverno.mod.configuration.ConfigurationLoaderException
-
Creates a configuration loader exception with the specified message.
- ConfigurationLoaderException(String, Throwable) - Constructor for exception io.inverno.mod.configuration.ConfigurationLoaderException
-
Creates a configuration loader exception with the specified message and cause.
- ConfigurationLoaderException(String, Throwable, boolean, boolean) - Constructor for exception io.inverno.mod.configuration.ConfigurationLoaderException
-
Creates a configuration loader exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
- ConfigurationLoaderException(Throwable) - Constructor for exception io.inverno.mod.configuration.ConfigurationLoaderException
-
Creates a configuration loader exception with the specified cause.
- ConfigurationLoaderSupport<A,
B, C extends ConfigurationLoaderSupport<A, B, C>> - Class in io.inverno.mod.configuration -
Base implementation for generated configuration loader.
- ConfigurationLoaderSupport(String[], Function<List<? extends ConfigurationQueryResult>, Consumer<B>>, Function<Consumer<B>, A>, Supplier<A>) - Constructor for class io.inverno.mod.configuration.ConfigurationLoaderSupport
-
Creates a configuration loader that loads the specified list of properties and uses the specified results to configurer mapper and configuration creator function to create the configuration object.
- ConfigurationLoaderSupport.ConfigurationBeanSupport<A,
B, C extends ConfigurationLoaderSupport<A, B, C>> - Class in io.inverno.mod.configuration -
Base implementation to generate configuration loader beans.
- ConfigurationProperty - Interface in io.inverno.mod.configuration
-
A configuration property.
- ConfigurationQuery<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>> - Interface in io.inverno.mod.configuration -
A configuration query is used to query configuration properties from a configuration source.
- ConfigurationQueryResult - Interface in io.inverno.mod.configuration
-
Represents a single query result providing the configuration property retrieved from a configuration source with a query key.
- ConfigurationSource<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>, C extends ListConfigurationQuery<C>> - Interface in io.inverno.mod.configuration -
A configuration source gives access to configuration properties.
- ConfigurationSourceException - Exception in io.inverno.mod.configuration
-
Thrown to indicate that an error occured in a configuration source.
- ConfigurationSourceException(ConfigurationSource<?, ?, ?>) - Constructor for exception io.inverno.mod.configuration.ConfigurationSourceException
-
Creates a configuration source exception for the specified source.
- ConfigurationSourceException(ConfigurationSource<?, ?, ?>, String) - Constructor for exception io.inverno.mod.configuration.ConfigurationSourceException
-
Creates a configuration source exception for the specified source and with the specified message.
- ConfigurationSourceException(ConfigurationSource<?, ?, ?>, String, Throwable) - Constructor for exception io.inverno.mod.configuration.ConfigurationSourceException
-
Creates a configuration source exception for the specified source and with the specified message and cause.
- ConfigurationSourceException(ConfigurationSource<?, ?, ?>, String, Throwable, boolean, boolean) - Constructor for exception io.inverno.mod.configuration.ConfigurationSourceException
-
Creates a configuration source exception for the specified source and with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
- ConfigurationSourceException(ConfigurationSource<?, ?, ?>, Throwable) - Constructor for exception io.inverno.mod.configuration.ConfigurationSourceException
-
Creates a configuration source exception for the specified source and with the specified cause.
- ConfigurationUpdate<A extends ConfigurationUpdate<A,
B>, B extends ExecutableConfigurationUpdate<A, B>> - Interface in io.inverno.mod.configuration -
A configuration update is used to set or update configuration properties in a configurable configuration source.
- ConfigurationUpdate.SpecialValue - Enum Class in io.inverno.mod.configuration
-
Defines constants used to set special values.
- ConfigurationUpdateResult - Interface in io.inverno.mod.configuration
-
Represents a single update result.
- configure(WebRouterConfigurer<? super A>) - Method in interface io.inverno.mod.web.WebInterceptedRouter
-
Configures the web intercepted router using the specified web router configurer and returns it.
- configure(WebRouterConfigurer<? super A>) - Method in interface io.inverno.mod.web.WebRouter
-
Configures the web router using the specified configurer and returns it.
- configure(List<WebRouterConfigurer<? super A>>) - Method in interface io.inverno.mod.web.WebInterceptedRouter
-
Configures the web intercepted router using the specified configurers and returns it.
- configure(List<WebRouterConfigurer<? super A>>) - Method in interface io.inverno.mod.web.WebRouter
-
Configures the web router using the specified configurers and returns it.
- configureInterceptors(WebInterceptorsConfigurer<? super A>) - Method in interface io.inverno.mod.web.WebInterceptable
-
Configures web route interceptors using the specified configurer and returns a web interceptable.
- configureInterceptors(List<WebInterceptorsConfigurer<? super A>>) - Method in interface io.inverno.mod.web.WebInterceptable
-
Configures web route interceptors using the specified configurers and returns a web interceptable.
- configureRoutes(WebRoutesConfigurer<? super A>) - Method in interface io.inverno.mod.web.WebRoutable
-
Configures web routes using the specified configurer and returns the web routable.
- configureRoutes(List<WebRoutesConfigurer<? super A>>) - Method in interface io.inverno.mod.web.WebRoutable
-
Configures web routes using the specified configurers and returns the web routable.
- CONFLICT - Enum constant in enum class io.inverno.mod.http.base.Status
- CONNECT - Enum constant in enum class io.inverno.mod.http.base.Method
- connection(Function<RedisOperations<A, B>, Publisher<T>>) - Method in interface io.inverno.mod.redis.RedisClient
-
Executes queries on a single connection.
- connection(Function<SqlOperations, Publisher<T>>) - Method in interface io.inverno.mod.sql.SqlClient
-
Executes the specified function within a single connection.
- connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.ConnectionSqlClient
-
Executes the specified function in the scope of the connection but does not close the connection when the returned publisher terminates.
- connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.PooledClientSqlClient
- connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.PoolSqlClient
- ConnectionSqlClient - Class in io.inverno.mod.sql.vertx
-
A Vert.x connection SQL client wrapper.
- ConnectionSqlClient(SqlConnection) - Constructor for class io.inverno.mod.sql.vertx.ConnectionSqlClient
-
Creates a SQL client with the specified Vert.x SQL connection.
- consumer(A) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXpendingExtendedBuilder
- consumes() - Element in annotation interface io.inverno.mod.web.annotation.WebRoute
-
The list of media ranges that the content type of a request must match to be served by the route as defined by RFC 7231 Section 5.3.2.
- consumes(String) - Method in interface io.inverno.mod.web.WebInterceptorManager
-
Specifies the media range defining the content types accepted by the resource to intercept as defined by RFC 7231 Section 5.3.2
- consumes(String) - Method in interface io.inverno.mod.web.WebRouteManager
-
Specifies the media range defining the content types accepted by the resource served by the web route as defined by RFC 7231 Section 5.3.2
- contains(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Determines whether a header with the specified name is present.
- contains(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Determines whether a header with the specified name is present.
- contains(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Determines whether a header with the specified name is present.
- contains(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Determines whether a trailer with the specified name is present.
- contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Determines whether a header with the specified name and value is present.
- contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Determines whether a header with the specified name and value is present.
- contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Determines whether a header with the specified name and value is present.
- contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Determines whether a trailer with the specified name and value is present.
- contains(String) - Method in interface io.inverno.mod.http.server.QueryParameters
-
Determines whether a parameter with the specified name is present.
- contains(String) - Method in interface io.inverno.mod.http.server.RequestCookies
-
Determines whether a cookie with the specified name is present.
- ContentAware - Interface in io.inverno.mod.web.spi
-
Specifies criteria required to match requests or resources based on a media type.
- contentLength(long) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Sets the response content length.
- contentType(String) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Sets the response content type header field value.
- context() - Method in interface io.inverno.mod.http.server.Exchange
-
Returns the context attached to the exchange.
- CONTINUE - Enum constant in enum class io.inverno.mod.http.base.Status
- ContinueInterceptor - Class in io.inverno.mod.web
-
A web exchange interceptor that sends an interim 100 Continue response to the client on requests that contain
expect: 100-continue
HTTP header as defined by RFC 7231 Section 5.1.1. - ContinueInterceptor() - Constructor for class io.inverno.mod.web.ContinueInterceptor
- Converter<A,
B> - Interface in io.inverno.mod.base.converter -
A converter decodes and encodes between two types of object.
- ConverterException - Exception in io.inverno.mod.base.converter
-
Thrown to indicate that a conversion operation failed.
- ConverterException() - Constructor for exception io.inverno.mod.base.converter.ConverterException
-
Creates a converter exception.
- ConverterException(String) - Constructor for exception io.inverno.mod.base.converter.ConverterException
-
Creates a converter exception with the specified message.
- ConverterException(String, Throwable) - Constructor for exception io.inverno.mod.base.converter.ConverterException
-
Creates a converter exception with the specified message and cause.
- ConverterException(String, Throwable, boolean, boolean) - Constructor for exception io.inverno.mod.base.converter.ConverterException
-
Creates a converter exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
- ConverterException(Throwable) - Constructor for exception io.inverno.mod.base.converter.ConverterException
-
Creates a converter exception with the specified cause.
- Cookie - Interface in io.inverno.mod.http.base.header
-
Represents a HTTP cookie.
- CookieParam - Annotation Interface in io.inverno.mod.web.annotation
-
Binds the value of a HTTP cookie to a web route method parameter whose name indicates the name of the cookie.
- CookieParameter - Interface in io.inverno.mod.http.base.header
-
A cookie with parameter's conversion capabilities.
- cookies() - Method in interface io.inverno.mod.http.server.Request
-
Returns the cookies sent in the request.
- cookies(Consumer<ResponseCookies>) - Method in interface io.inverno.mod.http.server.Response
-
Configures the cookies to set in the response.
- cookies(Consumer<ResponseCookies>) - Method in interface io.inverno.mod.web.WebResponse
- copy() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
COPY source destination [DB destination-db] [REPLACE]
- copy() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
- copy(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
COPY source destination
- count(long) - Method in interface io.inverno.mod.redis.operations.AbstractScanBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.AbstractListLmpopBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZmpopBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXautoclaimBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
- count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
- countany(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
- countany(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- CPropsFileConfigurationSource - Class in io.inverno.mod.configuration.source
-
A configuration source that looks up properties in a configuration properties file following the
.cprops
file format. - CPropsFileConfigurationSource(Resource) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the specified resource - CPropsFileConfigurationSource(Resource, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the specified resource and string value decoder. - CPropsFileConfigurationSource(InputStream) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the specified input stream. - CPropsFileConfigurationSource(InputStream, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the specified input stream and string value decoder. - CPropsFileConfigurationSource(Path) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the file at the specified path. - CPropsFileConfigurationSource(Path, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Creates a
.cprops
file configuration source with the file at the specified path and the specified string value decoder. - CR - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Carriage return
- create() - Method in class io.inverno.core.v1.Module.Bean
-
Creates the underlying bean instance
- create() - Method in class io.inverno.mod.base.Scope
-
Creates a scoped instance.
- create() - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
-
Creates an empty server-sent event.
- create(Consumer<B>) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
-
Creates a server-sent event with the specified configurer.
- createClient(SocketAddress) - Method in interface io.inverno.mod.base.net.NetService
-
Creates a client bootstrap that will connect to the specified address with all available threads.
- createClient(SocketAddress, int) - Method in interface io.inverno.mod.base.net.NetService
-
Creates a client bootstrap that will connect to the specified address with the specified amount of threads.
- createContext() - Method in interface io.inverno.mod.http.server.RootExchangeHandler
-
Creates an exchange context eventually attached to an exchange.
- createContext() - Method in interface io.inverno.mod.web.WebRouterConfigurer
-
Creates a context matching routes requirement.
- CREATED - Enum constant in enum class io.inverno.mod.http.base.Status
- createIoEventLoopGroup() - Method in interface io.inverno.mod.base.concurrent.Reactor
-
Creates an IO event loop group with all available threads.
- createIoEventLoopGroup(int) - Method in interface io.inverno.mod.base.concurrent.Reactor
-
Creates an IO event loop group with the specified amount of threads.
- createServer(SocketAddress) - Method in interface io.inverno.mod.base.net.NetService
-
Creates a server bootstrap that will bind to the specified address with all available threads.
- createServer(SocketAddress, int) - Method in interface io.inverno.mod.base.net.NetService
-
Creates a server bootstrap that will bind to the specified address with the specified amount of threads.
- CREATION_DATE - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Creation-date parameter
- currency() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the default locale currency.
- currency(int, int, int) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the default locale currency according to the specified limits.
- currency(int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified locale currency according to the specified limits.
- currency(String) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using default locale format.
- currency(String, int, int, int) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using default locale format according to the specified limits.
- currency(String, int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format according to the specified limits.
- currency(String, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using specified locale format.
- currency(Currency) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using default locale format.
- currency(Currency, int, int, int) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using default locale format according to the specified limits.
- currency(Currency, int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format according to the specified limits.
- currency(Currency, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format.
- currency(Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an amount in the specified locale currency.
D
- database() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
-
The database index.
- database(int) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
- date(FormatStyle) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date using the specified format style.
- date(FormatStyle, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date using the specified format style and locale.
- dateTime(String) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern.
- dateTime(String, ZoneId) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern and zone.
- dateTime(String, ZoneId, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern, zone and locale.
- dateTime(String, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern and locale.
- dateTime(DateTimeFormatter) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) using the specified formatter.
- dateTime(FormatStyle) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style.
- dateTime(FormatStyle, ZoneId) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style and zone.
- dateTime(FormatStyle, ZoneId, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style, zone and locale.
- dateTime(FormatStyle, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style and locale.
- db(long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyCopyBuilder
- db_json_options() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
-
A JSON containing database connection options.
- db_json_options(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
- db_password() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
-
The RDBMS password.
- db_password(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
- db_uri() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
-
The URI to connect to the RDBMS.
- db_uri(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
- db_user() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
-
The RDBMS user.
- db_user(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
- decode(A, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeConverter
- decode(A, Type) - Method in class io.inverno.mod.base.converter.CompositeConverter
- decode(From, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeDecoder
- decode(From, Class<T>) - Method in interface io.inverno.mod.base.converter.Decoder
-
Decodes the specified value to an object whose type is represented by the specified class.
- decode(From, Type) - Method in class io.inverno.mod.base.converter.CompositeDecoder
- decode(From, Type) - Method in interface io.inverno.mod.base.converter.Decoder
-
Decodes the specified value to an object of the specified type.
- decode(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decode(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decode(ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Decodes the specified header field
ByteBuf
as defined by RFC 7230 Section 3.2 using the specified charset. - decode(String) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Decodes the specified header field as defined by RFC 7230 Section 3.2.
- decode(String, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Decodes the specified raw value
ByteBuf
for the specified header name using the specified charset. - decode(String, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Decodes the specified raw value
ByteBuf
for the specified header name using the specified charset. - decode(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- decode(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- decode(String, String) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Decodes the specified raw header value for the specified header name.
- decode(String, String) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Decodes the specified raw header value for the specified header name.
- decodeBigDecimal(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to big decimal.
- decodeBigDecimal(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeBigDecimal(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeBigDecimal(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeBigInteger(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to big integer.
- decodeBigInteger(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeBigInteger(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeBigInteger(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeBoolean(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to boolean.
- decodeBoolean(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeBoolean(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeBoolean(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeByte(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to byte.
- decodeByte(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeByte(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeByte(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeCharacter(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to character.
- decodeCharacter(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeCharacter(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeCharacter(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeClass(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to class.
- decodeClass(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeClass(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeClass(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeCurrency(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to currency.
- decodeCurrency(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeCurrency(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeCurrency(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeDouble(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to double.
- decodeDouble(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeDouble(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeDouble(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeFile(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to file.
- decodeFile(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeFile(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeFile(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeFloat(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to float.
- decodeFloat(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeFloat(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeFloat(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeInetAddress(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to inet address.
- decodeInetAddress(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeInetAddress(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeInetAddress(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeInteger(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to integer.
- decodeInteger(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeInteger(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeInteger(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeLocalDate(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to local date.
- decodeLocalDate(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeLocalDate(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeLocalDate(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeLocalDateTime(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to local datetime.
- decodeLocalDateTime(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeLocalDateTime(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeLocalDateTime(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeLocale(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to locale.
- decodeLocale(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeLocale(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeLocale(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeLong(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to long.
- decodeLong(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeLong(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeLong(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeMany(Publisher<From>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
-
Decodes the specified stream of values whose type is represented by the specified class into a flux stream of values.
- decodeMany(Publisher<From>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
-
Decodes the specified stream of values whose type is the specified type into a flux stream of values.
- decodeMany(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeOne(Publisher<From>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
-
Decodes the specified stream of values whose type is represented by the specified class into a mono stream of values.
- decodeOne(Publisher<From>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
-
Decodes the specified stream of values whose type is the specified type into a mono stream of value.
- decodeOne(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeOne(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodePath(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to path.
- decodePath(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodePath(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodePath(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodePattern(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to pattern.
- decodePattern(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodePattern(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodePattern(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decoder - Variable in class io.inverno.mod.configuration.AbstractConfigurationSource
-
The data encoder to use to decode configuration data from the data source.
- decoder(Class<A>) - Method in interface io.inverno.mod.web.WebPart
-
Returns a decoder to decode the part's payload to the specified type based on the part's content type.
- decoder(Class<A>) - Method in interface io.inverno.mod.web.WebRequestBody
-
Returns a decoder to decode the payload to the specified type based on the content type of the request.
- decoder(Type) - Method in interface io.inverno.mod.web.WebPart
-
Returns a decoder to decode the part's payload to the specified type based on the part's content type.
- decoder(Type) - Method in interface io.inverno.mod.web.WebRequestBody
-
Returns a decoder to decode the payload to the specified type based on the content type of the request.
- Decoder<From,
To> - Interface in io.inverno.mod.base.converter -
A decoder is used to decode an object into another object.
- DecoderNotFoundException - Exception in io.inverno.mod.base.converter
-
Thrown by a
CompositeDecoder
to indicate that no decoder can decode a given type. - DecoderNotFoundException() - Constructor for exception io.inverno.mod.base.converter.DecoderNotFoundException
-
Creates a decoder not found exception.
- DecoderNotFoundException(String) - Constructor for exception io.inverno.mod.base.converter.DecoderNotFoundException
-
Creates a decoder not found exception with the specified message.
- DecoderNotFoundException(String, Throwable) - Constructor for exception io.inverno.mod.base.converter.DecoderNotFoundException
-
Creates a decoder not found exception with the specified message and cause.
- DecoderNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception io.inverno.mod.base.converter.DecoderNotFoundException
-
Creates a decoder not found exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
- DecoderNotFoundException(Throwable) - Constructor for exception io.inverno.mod.base.converter.DecoderNotFoundException
-
Creates a decoder not found exception with the specified cause.
- decodeShort(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to short.
- decodeShort(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeShort(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeShort(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeString(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to string.
- decodeString(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeString(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeString(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToArray(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is represented by the specified class to an array of decoded values.
- decodeToArray(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is the specified type to an array of decoded values.
- decodeToArray(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToArray(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToArray(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToArray(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToArray(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToArray(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToList(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is represented by the specified class to a list of decoded values.
- decodeToList(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is the specified type to a list of decoded values.
- decodeToList(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToList(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToList(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToList(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToList(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToList(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToSet(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is represented by the specified class to a set of decoded values.
- decodeToSet(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
-
Decodes the specified value whose type is the specified type to a set of decoded values.
- decodeToSet(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToSet(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeToSet(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToSet(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeToSet(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeToSet(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeURI(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to URI.
- decodeURI(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeURI(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeURI(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeURL(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to URL.
- decodeURL(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeURL(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeURL(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decodeZonedDateTime(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
-
Decodes to zoned datetime.
- decodeZonedDateTime(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- decodeZonedDateTime(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- decodeZonedDateTime(String) - Method in class io.inverno.mod.base.converter.StringConverter
- decompression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Enables/Disables HTTP decompression.
- decompression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- decr(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
DECR key
- decrby(A, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
DECRBY key decrement
- DEFAULT - Static variable in class io.inverno.mod.base.Charsets
-
Default charset
- DEFAULT_ARRAY_LIST_SEPARATOR - Static variable in class io.inverno.mod.base.converter.ByteBufConverter
-
The default array/list separator
- DEFAULT_ARRAY_LIST_SEPARATOR - Static variable in class io.inverno.mod.base.converter.StringConverter
-
Default array list separator
- DEFAULT_PATH_PARAMETER_NAME - Static variable in class io.inverno.mod.web.StaticHandler
-
The default name of the path parameter defining the path to the resource.
- DEFAULT_READ_BUFFER_CAPACITY - Static variable in class io.inverno.mod.base.resource.AbstractAsyncResource
-
The default read buffer capacity.
- DefaultCompositeConfigurationStrategy - Class in io.inverno.mod.configuration.source
-
Default
CompositeConfigurationStrategy
implementation. - DefaultCompositeConfigurationStrategy() - Constructor for class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
- defer(B) - Method in interface io.inverno.mod.http.server.ErrorExchangeHandler
-
Returns a Mono that defers the execution of
ErrorExchangeHandler.handle(io.inverno.mod.http.server.ErrorExchange)
. - defer(B) - Method in interface io.inverno.mod.http.server.ExchangeHandler
-
Returns a Mono that defers the execution of
ExchangeHandler.handle(io.inverno.mod.http.server.Exchange)
. - defer(B) - Method in interface io.inverno.mod.http.server.ReactiveExchangeHandler
-
Returns a Mono that defers the processing of the exchange.
- del(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
DEL key
- del(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
DEL key [key ...]
- delete() - Method in class io.inverno.mod.base.resource.ClasspathResource
- delete() - Method in class io.inverno.mod.base.resource.FileResource
- delete() - Method in class io.inverno.mod.base.resource.ModuleResource
- delete() - Method in class io.inverno.mod.base.resource.NativeResource
- delete() - Method in class io.inverno.mod.base.resource.PathResource
- delete() - Method in interface io.inverno.mod.base.resource.Resource
-
Deletes the resource.
- delete() - Method in class io.inverno.mod.base.resource.URLResource
- delete() - Method in class io.inverno.mod.base.resource.ZipResource
- DELETE - Enum constant in enum class io.inverno.mod.http.base.Method
- desc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
- desc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- desc() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- destroy() - Method in class io.inverno.core.v1.Module.Bean
-
Destroys the underlying instance.
- destroy(Module.BeanBuilder.FallibleConsumer<T>) - Method in interface io.inverno.core.v1.Module.BeanBuilder
-
Adds a bean destruction operation.
- Destroy - Annotation Interface in io.inverno.core.annotation
-
Indicates a method that must be executed before a bean instance is destroyed when a module is stopped.
- digest(byte[]) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
- digest(String) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
- directByteBuf(String, Charset) - Static method in interface io.inverno.mod.irt.ByteBufTemplateSet
-
Creates a direct
ByteBuf
with the specified data encoded using the specified charset. - disable() - Method in interface io.inverno.mod.web.spi.Route
-
Disables the route.
- disable() - Method in interface io.inverno.mod.web.spi.RouteManager
-
Disables all the routes that matches the criteria specified in the route manager and defined in the router it comes from.
- discard() - Method in interface io.inverno.mod.redis.RedisTransactionalOperations
-
Discards all commands issued in the transaction.
- DISJOINT - Enum constant in enum class io.inverno.mod.base.net.URIPattern.Inclusion
-
The sets of URIs matched by the URI patterns are disjoint.
- distinct() - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which converts a publisher to filter out duplicates.
- distinct() - Static method in class io.inverno.mod.irt.StreamPipes
-
Returns a pipe which converts a stream to filter out duplicates.
- distinct(Function<? super T, ? extends U>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which converts a publisher to filter out duplicates based on their keys computed using the specified key selector.
- doBuild() - Method in class io.inverno.core.v1.Module.ModuleBuilder
-
This method should be implemented by concrete implementation to return the actual module instance.
- doBuild() - Method in class io.inverno.mod.boot.Boot.Builder
- doBuild() - Method in class io.inverno.mod.http.base.Base.Builder
- doBuild() - Method in class io.inverno.mod.http.server.Server.Builder
- doBuild() - Method in class io.inverno.mod.redis.lettuce.Lettuce.Builder
- doBuild() - Method in class io.inverno.mod.sql.vertx.Vertx.Builder
- doBuild() - Method in class io.inverno.mod.web.Web.Builder
- doGet() - Method in class io.inverno.core.v1.Module.Bean
-
Returns the supplied bean instance.
- domain(String) - Method in interface io.inverno.mod.http.base.header.SetCookie.Configurator
-
Sets the cookie domain.
- DOMAIN - Static variable in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Domain parameter
- DOUBLE_QUOTE - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Double quote '"'
- dump(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
DUMP key
E
- empty() - Method in interface io.inverno.mod.http.server.ResponseBody
-
Produces an empty payload.
- empty(A) - Static method in class io.inverno.mod.redis.operations.EntryOptional
- enable() - Method in interface io.inverno.mod.web.spi.Route
-
Enables the route.
- enable() - Method in interface io.inverno.mod.web.spi.RouteManager
-
Enables all the routes that matches the criteria specified in the route manager and defined in the router it comes from.
- encode(A) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Encodes the specified header as a string.
- encode(A, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Encodes the specified header in the specified
ByteBuffer
using the specified charset. - encode(File) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(File) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes file.
- encode(File) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(File) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Boolean) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Boolean) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes boolean.
- encode(Boolean) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Boolean) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Byte) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Byte) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes byte.
- encode(Byte) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Byte) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Character) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Character) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes character.
- encode(Character) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Character) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Class<?>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Class<?>) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes class.
- encode(Class<?>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Class<?>) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Double) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Double) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes double.
- encode(Double) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Double) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Float) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Float) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes float.
- encode(Float) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Float) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Integer) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Integer) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes integer.
- encode(Integer) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Integer) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Long) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Long) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes long.
- encode(Long) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Long) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Short) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Short) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes short.
- encode(Short) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Short) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(String) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(String) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes string.
- encode(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(String) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(BigDecimal) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(BigDecimal) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes big decimal.
- encode(BigDecimal) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(BigDecimal) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(BigInteger) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(BigInteger) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes big integer.
- encode(BigInteger) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(BigInteger) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(InetAddress) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(InetAddress) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes inet address.
- encode(InetAddress) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(InetAddress) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(URI) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(URI) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes URI.
- encode(URI) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(URI) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(URL) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(URL) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes URL.
- encode(URL) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(URL) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Path) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Path) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes path.
- encode(Path) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Path) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(LocalDate) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(LocalDate) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes local date.
- encode(LocalDate) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(LocalDate) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(LocalDateTime) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes local datetime.
- encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(ZonedDateTime) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes zoned datetime.
- encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Currency) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Currency) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes currency.
- encode(Currency) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Currency) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Locale) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Locale) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes locale.
- encode(Locale) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Locale) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(Pattern) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(Pattern) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
-
Encodes pattern.
- encode(Pattern) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encode(Pattern) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(T) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(T) - Method in class io.inverno.mod.base.converter.CompositeConverter
- encode(T) - Method in class io.inverno.mod.base.converter.CompositeEncoder
- encode(T) - Method in interface io.inverno.mod.base.converter.Encoder
-
Encodes the specified value to the encoded type.
- encode(T) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(T) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Encodes the specified header as a string.
- encode(T, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Encodes the specified header in the specified
ByteBuffer
using the specified charset. - encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeConverter
- encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeEncoder
- encode(T, Class<T>) - Method in interface io.inverno.mod.base.converter.Encoder
-
Encodes the specified value whose type is represented by the specified class to the encoded type.
- encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encode(T, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encode(T, Type) - Method in class io.inverno.mod.base.converter.CompositeConverter
- encode(T, Type) - Method in class io.inverno.mod.base.converter.CompositeEncoder
- encode(T, Type) - Method in interface io.inverno.mod.base.converter.Encoder
-
Encodes the specified value whose type is the specified type to the encoded type.
- encode(T, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeArray(T[]) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeArray(T[]) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified array of values to the encoded type.
- encodeArray(T[]) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeArray(T[]) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeArray(T[], Class<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified array of values whose type is represented by the specified class to the encoded type.
- encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeArray(T[], Type) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified array of values whose type is represented by the specified class to the encoded type.
- encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeList(List<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeList(List<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified list of values to an encoded value.
- encodeList(List<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeList(List<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeList(List<T>, Class<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified list of values whose type is represented by the specified class to an encoded value.
- encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeList(List<T>, Type) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified list of values whose type is the specified type to an encoded value.
- encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeMany(Flux<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeMany(Flux<T>) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a flux stream of values to a stream of values.
- encodeMany(Flux<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeMany(Flux<T>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a flux stream of values whose type is represented by the specified class to a stream of values.
- encodeMany(Flux<T>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeMany(Flux<T>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a flux stream of values whose type is the specified type to a stream of values.
- encodeOne(Mono<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeOne(Mono<T>) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a mono stream of values to a stream of values.
- encodeOne(Mono<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeOne(Mono<T>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a mono stream of values whose type is represented by the specified class to a stream of values.
- encodeOne(Mono<T>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeOne(Mono<T>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
-
Encodes a mono stream of values whose type is the specified type to a stream of values.
- encoder - Variable in class io.inverno.mod.configuration.AbstractConfigurableConfigurationSource
-
The data encoder to use to encode configuration data into the data source.
- encoder() - Method in interface io.inverno.mod.web.WebResponseBody
-
Returns an encoder to encode a payload based on the content type of the request.
- encoder(Class<T>) - Method in interface io.inverno.mod.web.WebResponseBody
-
Returns an encoder to encode a payload of the specified type based on the content type of the request.
- encoder(Type) - Method in interface io.inverno.mod.web.WebResponseBody
-
Returns an encoder to encode a payload of the specified type based on the content type of the request.
- Encoder<From,
To> - Interface in io.inverno.mod.base.converter -
An encoder is used to encode an object into another object.
- EncoderNotFoundException - Exception in io.inverno.mod.base.converter
-
Thrown by a
CompositeEncoder
to indicate that no encoder can encode a given type. - EncoderNotFoundException() - Constructor for exception io.inverno.mod.base.converter.EncoderNotFoundException
-
Creates an encoder not found exception.
- EncoderNotFoundException(String) - Constructor for exception io.inverno.mod.base.converter.EncoderNotFoundException
-
Creates an encoder not found exception with the specified message.
- EncoderNotFoundException(String, Throwable) - Constructor for exception io.inverno.mod.base.converter.EncoderNotFoundException
-
Creates an encoder not found exception with the specified message and cause.
- EncoderNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception io.inverno.mod.base.converter.EncoderNotFoundException
-
Creates an encoder not found exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
- EncoderNotFoundException(Throwable) - Constructor for exception io.inverno.mod.base.converter.EncoderNotFoundException
-
Creates an encoder not found exception with the specified cause.
- encodeSet(Set<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeSet(Set<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified set of values to an encoded value.
- encodeSet(Set<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeSet(Set<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeSet(Set<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeSet(Set<T>, Class<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified set of values whose type is represented by the specified class to an encoded value.
- encodeSet(Set<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeSet(Set<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeSet(Set<T>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
- encodeSet(Set<T>, Type) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
-
Encodes the specified set of values whose type is the specified type to an encoded value.
- encodeSet(Set<T>, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
- encodeSet(Set<T>, Type) - Method in class io.inverno.mod.base.converter.StringConverter
- encodeValue(A) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Encodes the value of the specified header as a string.
- encodeValue(A, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Encodes the value of the specified header in the specified
ByteBuffer
using the specified charset. - encodeValue(T) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Encodes the value of the specified header as a string.
- encodeValue(T, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
-
Encodes the value of the specified header in the specified
ByteBuffer
using the specified charset. - EndOfFileException() - Constructor for exception io.inverno.mod.base.resource.AbstractAsyncResource.EndOfFileException
- Entries<A,
B> - Interface in io.inverno.mod.redis.operations - entry(double, B) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScoredMembers
- entry(A, B) - Method in interface io.inverno.mod.redis.operations.Entries
- entry(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamEntries
- EntryOptional<A,
B> - Class in io.inverno.mod.redis.operations - EPOLL - Enum constant in enum class io.inverno.mod.base.net.NetService.TransportType
-
Epoll transport type.
- equals(Object) - Method in class io.inverno.mod.configuration.ConfigurationKey.Parameter
- EQUALS - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Equals '='
- error(Class<? extends Throwable>) - Method in interface io.inverno.mod.web.spi.ErrorRouteManager
-
Specifies the type of errors accepted by the route.
- ErrorAware - Interface in io.inverno.mod.web.spi
-
Specifies criteria required to match requests or resources based on a an error type.
- ErrorExchange<A extends Throwable> - Interface in io.inverno.mod.http.server
-
Represents a failing server exchange.
- ErrorExchangeHandler<A extends Throwable,
B extends ErrorExchange<A>> - Interface in io.inverno.mod.http.server -
Exchange handler used to handle error server exchanges.
- errorHandler() - Method in class io.inverno.mod.http.server.Server
- ErrorRouteManager<A extends ErrorExchange<Throwable>,
B extends ErrorRouter<A, B, C, D>, C extends ErrorRouteManager<A, B, C, D>, D extends Route<ExchangeContext, A>> - Interface in io.inverno.mod.web.spi -
Base error route manager interface.
- errorRouter() - Method in class io.inverno.mod.web.Web
- ErrorRouter<A extends ErrorExchange<Throwable>,
B extends ErrorRouter<A, B, C, D>, C extends ErrorRouteManager<A, B, C, D>, D extends Route<ExchangeContext, A>> - Interface in io.inverno.mod.web.spi -
Base error router interface.
- ErrorRouterConfigurer<A extends ErrorExchange<Throwable>,
B extends ErrorRouter<A, B, C, D>, C extends ErrorRouteManager<A, B, C, D>, D extends Route<ExchangeContext, A>> - Interface in io.inverno.mod.web.spi -
Base error router configurer interface.
- ErrorWebExchange<A extends Throwable> - Interface in io.inverno.mod.web
-
An error exchange that extends the HTTP server
ErrorExchange
with features for the Web. - ErrorWebExchangeHandler<A extends Throwable> - Interface in io.inverno.mod.web
-
An error exchange handler used to handle
ErrorWebExchange
. - ErrorWebRoute - Interface in io.inverno.mod.web
-
An error web route specifies criteria used to determine the error web exchange handler to execute to handle a failing request.
- ErrorWebRouteManager - Interface in io.inverno.mod.web
-
An error web route manager is used to manage the routes of an error web router.
- ErrorWebRouter - Interface in io.inverno.mod.web
-
An error web router is used to handle failing requests for which an error was thrown during the initial processing.
- ErrorWebRouterConfigurer - Interface in io.inverno.mod.web
-
A configurer used to configure an error web router.
- escapeHtml() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which escapes a string using HTML entities.
- escapeJson() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which escapes a string using Json string rules rules.
- escapeXml() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which escapes a string using XML entities.
- eval(byte[], RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script 0
- eval(byte[], RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script numkeys [key [key ...]]
- eval(byte[], RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script numkeys [key [key ...]]
- eval(String, RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script 0
- eval(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script numkeys [key [key ...]]
- eval(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL script numkeys [key [key ...]]
- eval_ro(byte[], RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script 0
- eval_ro(byte[], RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script numkeys [key [key ...]]
- eval_ro(byte[], RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script numkeys [key [key ...]]
- eval_ro(String, RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script 0
- eval_ro(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script numkeys [key [key ...]]
- eval_ro(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVAL_RO script numkeys [key [key ...]]
- evalsha(String, RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA script 0
- evalsha(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA script numkeys [key [key ...]]
- evalsha(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA script numkeys [key [key ...]]
- evalsha_ro(String, RedisScriptingReactiveOperations.ScriptOutput) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA_RO script 0
- evalsha_ro(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA_RO script numkeys [key [key ...]]
- evalsha_ro(String, RedisScriptingReactiveOperations.ScriptOutput, Consumer<Keys<A>>, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
-
EVALSHA_RO script numkeys [key [key ...]]
- event(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
-
Sets the type of event.
- event(String) - Method in interface io.inverno.mod.web.WebResponseBody.SseEncoder.Event
- event_loop_group_size() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
-
The number of reactor threads to allocate to the Redis client event loop group.
- event_loop_group_size(int) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
- ex(long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.AbstractStringSetBuilder
- ex(long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringGetexBuilder
- exact() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- exact() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- exat(long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.AbstractStringSetBuilder
- exat(long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringGetexBuilder
- Exchange<A extends ExchangeContext> - Interface in io.inverno.mod.http.server
-
Represents a server exchange between a client and a server.
- ExchangeContext - Interface in io.inverno.mod.http.server
-
Base Exchange context interface.
- ExchangeHandler<A extends ExchangeContext,
B extends Exchange<A>> - Interface in io.inverno.mod.http.server -
An exchange handler is used to handle server exchanges.
- ExchangeInterceptor<A extends ExchangeContext,
B extends Exchange<A>> - Interface in io.inverno.mod.http.server -
An exchange interceptor is used to intercept a server exchange before it is handled by a
ExchangeHandler
. - excludes() - Element in annotation interface io.inverno.core.annotation.Module
-
List required Inverno modules that must be excluded from the generated module class by the Inverno compiler.
- exclusive(A) - Static method in class io.inverno.mod.redis.operations.Bound
- exec() - Method in interface io.inverno.mod.redis.RedisTransactionalOperations
-
Executes all commands issued in the transaction.
- ExecutableConfigurationQuery<A extends ConfigurationQuery<A,
B>, B extends ExecutableConfigurationQuery<A, B>> - Interface in io.inverno.mod.configuration -
An executable configuration query can be executed to retrieve configuration properties defined for a particular context from a configuration source.
- ExecutableConfigurationUpdate<A extends ConfigurationUpdate<A,
B>, B extends ExecutableConfigurationUpdate<A, B>> - Interface in io.inverno.mod.configuration -
An executable configuration update can be executed to set configuration properties for a particular context in a configuration source.
- execute() - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource.HashExecutableConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource.HashListConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource.PropertyExecutableConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource.PropertyListConfigurationQuery
- execute() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationQuery
-
Executes the chain of configuration queries.
- execute() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationUpdate
-
Executes the chain of configuration updates.
- execute() - Method in interface io.inverno.mod.configuration.ListConfigurationQuery
-
Lists all properties with the specified property name and whose parameters exactly match the query.
- execute() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeExecutableConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeListConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationQuery
- execute() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationUpdate
- execute() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisListConfigurationQuery
- execute() - Method in interface io.inverno.mod.sql.PreparedStatement
-
Executes the statement and returns a sequence of results corresponding to the bindings.
- execute() - Method in interface io.inverno.mod.sql.Statement
-
Executes the statement.
- execute(Function<Row, T>) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Executes the statement, applies a row mapping function to the resulting rows and returns the results.
- executeAll() - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource.HashListConfigurationQuery
- executeAll() - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource.PropertyListConfigurationQuery
- executeAll() - Method in interface io.inverno.mod.configuration.ListConfigurationQuery
-
Lists all properties with the specified property name and whose parameters match the query.
- executeAll() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeListConfigurationQuery
- executeAll() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisListConfigurationQuery
- exists() - Method in class io.inverno.mod.base.resource.ClasspathResource
- exists() - Method in class io.inverno.mod.base.resource.FileResource
- exists() - Method in class io.inverno.mod.base.resource.ModuleResource
- exists() - Method in class io.inverno.mod.base.resource.NativeResource
- exists() - Method in class io.inverno.mod.base.resource.PathResource
- exists() - Method in interface io.inverno.mod.base.resource.Resource
-
Determines whether the resource exists.
- exists() - Method in class io.inverno.mod.base.resource.URLResource
- exists() - Method in class io.inverno.mod.base.resource.ZipResource
- exists(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXISTS key
- exists(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXISTS key [key ...]
- EXPECTATION_FAILED - Enum constant in enum class io.inverno.mod.http.base.Status
- expire() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIRE key seconds [NX|XX|GT|LT]
- expire(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIRE key seconds
- expire(A, Duration) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIRE key seconds
- expireat() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIREAT key timestamp [NX|XX|GT|LT]
- expireat(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIREAT key timestamp
- expireat(A, Instant) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIREAT key timestamp
- expireat(A, ZonedDateTime) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIREAT key timestamp
- EXPIRES - Static variable in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Expires parameter
- expiretime(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
EXPIRETIME key
F
- fail() - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringBitfieldBuilder
- fetchSize(int) - Method in interface io.inverno.mod.sql.PreparedStatement
-
Specifies the fetch size when rows are retrieved in a stream.
- FILENAME - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Filename parameter
- FileResource - Class in io.inverno.mod.base.resource
-
A
Resource
implementation that identifies resources by a URI of the formfile:/path/to/resource
and looks up data on the file system. - FileResource(File) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource from the specified file.
- FileResource(File, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource from the specified file with the specified media type service.
- FileResource(String) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource from the specified path.
- FileResource(String, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource from the specified path with the specified media type service.
- FileResource(URI) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource with the specified URI.
- FileResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.FileResource
-
Creates a file resource with the specified URI and media type service.
- filter(Function<? super T, ? extends U>, Predicate<? super U>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which converts a publisher to filter out elements based on their keys computed using the specified key selector that do not pass the specified predicate test.
- filter(Function<? super T, ? extends U>, Predicate<? super U>) - Static method in class io.inverno.mod.irt.StreamPipes
-
Returns a pipe which converts a stream to filter out elements based on their keys computed using the specified key selector that do not pass the specified predicate test.
- filter(Predicate<? super T>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which converts a publisher to filter out elements that do not pass the specified predicate test.
- filter(Predicate<? super T>) - Static method in class io.inverno.mod.irt.StreamPipes
-
Returns a pipe which converts a stream to filter out elements that do not pass the specified predicate test.
- finalizer(Mono<Void>) - Method in interface io.inverno.mod.http.server.Exchange
-
Adds a finalizer to the exchange which completes once the exchange is fully processed.
- findAllMatch(Collection<Headers.AcceptLanguage.LanguageRange>) - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Returns all the language ranges in the specified collection that matches the accept language header sorted from best to worst.
- findAllMatch(Collection<Headers.ContentType>) - Method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Returns all the content types in the specified collection that matches the accept header sorted from best to worst.
- findAllMatch(Collection<T>, Function<T, Headers.AcceptLanguage.LanguageRange>) - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Returns all the items in the specified collection whose language range matches the accept language header sorted from best to worst.
- findAllMatch(Collection<T>, Function<T, Headers.ContentType>) - Method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Returns all the items in the specified collection whose content type matches the accept header sorted from best to worst.
- findBestMatch(Collection<Headers.AcceptLanguage.LanguageRange>) - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Returns the language range in the specified collection that best matches the accept language header.
- findBestMatch(Collection<Headers.ContentType>) - Method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Returns the content type in the specified collection that best matches the accept header.
- findBestMatch(Collection<T>, Function<T, Headers.AcceptLanguage.LanguageRange>) - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Returns the item from the specified collection whose language range best matches the accept language header.
- findBestMatch(Collection<T>, Function<T, Headers.ContentType>) - Method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Returns the item from the specified collection whose content type best matches the accept header.
- findFirstMatch(Headers.AcceptLanguage.LanguageRange, Collection<T>, Function<T, Headers.AcceptLanguage.LanguageRange>) - Static method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the first item in the specified collection whose language range matches the specified language range.
- findFirstMatch(Headers.AcceptLanguage.LanguageRange, List<Headers.AcceptLanguage.LanguageRange>) - Static method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the first language range in the specified list that matches the specified language range.
- findFirstMatch(Headers.ContentType, Collection<T>, Function<T, Headers.Accept.MediaRange>) - Static method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the first item in the specified collection whose media range matches the specified content type.
- findFirstMatch(Headers.ContentType, List<Headers.Accept.MediaRange>) - Static method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the first media range in the specified list that matches the specified content type.
- findRoutes() - Method in interface io.inverno.mod.web.spi.RouteManager
-
Finds all the routes that matches the criteria specified in the route manager and defined in the router it comes from.
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Static method in class io.inverno.mod.irt.StreamPipes
-
Returns a pipe which transforms the elements of the stream into streams by applying the specified mapper function, then flatten these inner stream into a single stream sequentially using concatenation.
- flatMap(Function<? super T, ? extends Publisher<? extends R>>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which transforms the elements of a publisher into publishers by applying the specified mapper function, then flatten these inner publishers into a single publisher through merging, which allow them to interleave.
- flatMapSequential(Function<? super T, ? extends Publisher<? extends R>>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which transforms the elements of a publisher into publishers by applying the specified mapper function, then flatten these inner publishers into a single Flux, but merge them in the order of their source element.
- FORBIDDEN - Enum constant in enum class io.inverno.mod.http.base.Status
- ForbiddenException - Exception in io.inverno.mod.http.base
-
A web exception that indicates a
Forbidden (403)
access to a server resource. - ForbiddenException() - Constructor for exception io.inverno.mod.http.base.ForbiddenException
-
Creates a forbidden exception.
- ForbiddenException(String) - Constructor for exception io.inverno.mod.http.base.ForbiddenException
-
Creates a forbidden exception with the specified message.
- ForbiddenException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.ForbiddenException
-
Creates a forbidden exception with the specified message and cause.
- ForbiddenException(Throwable) - Constructor for exception io.inverno.mod.http.base.ForbiddenException
-
Creates a forbidden exception with the specified cause.
- force() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
- FORMATTER_RFC_1123_DATE_TIME - Static variable in class io.inverno.mod.http.base.header.Headers
- FormParam - Annotation Interface in io.inverno.mod.web.annotation
-
Binds the value of a form parameter to a web route method parameter whose name indicates the name of the parameter.
- FOUND - Enum constant in enum class io.inverno.mod.http.base.Status
- fragment(String) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Sets the fragment component as defined by RFC 3986 Section 3.5.
- freq(long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
- from(BiConsumer<C, ResponseData<B>>) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse
-
Sets the server-sent events stream in the specified consumer using the server-sent event factory to create events and the server-sent events producer to sets the stream of events.
- fromCoordinates(double, double) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- fromMember(B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
- ft - Enum constant in enum class io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoUnit
-
Feet.
G
- GATEWAY_TIMEOUT - Enum constant in enum class io.inverno.mod.http.base.Status
- generateBean() - Element in annotation interface io.inverno.mod.configuration.Configuration
-
Indicates whether a bean should be generated in addition to the configuration loader.
- GenericMediaTypeService - Class in io.inverno.mod.base.resource
-
A generic
MediaTypeService
implementation. - GenericMediaTypeService() - Constructor for class io.inverno.mod.base.resource.GenericMediaTypeService
- GenericTypeVariableBuilder<A> - Class in io.inverno.mod.base.reflect
-
Generic
TypeVariableBuilder
implementation. - GenericTypeVariableBuilder(A, TypeVariable<?>, String, Consumer<Type>) - Constructor for class io.inverno.mod.base.reflect.GenericTypeVariableBuilder
-
Creates a generic type variable builder with the specified name and based on the specified underlying type variable.
- geoadd() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOADD key [NX|XX] [CH] longitude latitude member [longitude latitude member ...]
- geoadd(A, double, double, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOADD key longitude latitude member
- geoadd(A, Consumer<RedisGeoReactiveOperations.GeoItems<B>>) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOADD key longitude latitude member [longitude latitude member ...]
- geodist(A, B, B, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEODIST key member1 member2 [m|km|ft|mi]
- geohash(A, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOHASH key member
- geohash(A, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOHASH key member [member ...]
- geopos(A, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOPOS key member
- geopos(A, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOPOS key member [member ...]
- georadius() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUS key longitude latitude radius m|km|ft|mi [COUNT count [ANY]] [ASC|DESC]
- georadius(A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUS key longitude latitude radius m|km|ft|mi
- georadiusbymember() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUSBYMEMBER key member radius m|km|ft|mi [COUNT count [ANY]] [ASC|DESC]
- georadiusbymember(A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUSBYMEMBER key member radius m|km|ft|mi
- georadiusbymemberExtended() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC]
- georadiusbymemberStore() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUSBYMEMBER key member radius m|km|ft|mi [COUNT count [ANY]] [ASC|DESC] [STORE key] [STOREDIST key]
- georadiusExtended() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC]
- georadiusStore() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEORADIUS key longitude latitude radius m|km|ft|mi [COUNT count [ANY]] [ASC|DESC] [STORE key] [STOREDIST key]
- geosearch() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOSEARCH key [FROMMEMBER member] [FROMLONLAT longitude latitude] [BYRADIUS radius m|km|ft|mi] [BYBOX width height m|km|ft|mi] [ASC|DESC] [COUNT count [ANY]]
- geosearchExtended() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOSEARCH key [FROMMEMBER member] [FROMLONLAT longitude latitude] [BYRADIUS radius m|km|ft|mi] [BYBOX width height m|km|ft|mi] [ASC|DESC] [COUNT count [ANY]] [WITHCOORD] [WITHDIST] [WITHHASH]
- geosearchstore() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations
-
GEOSEARCHSTORE destination source [FROMMEMBER member] [FROMLONLAT longitude latitude] [BYRADIUS radius m|km|ft|mi] [BYBOX width height m|km|ft|mi] [ASC|DESC] [COUNT count [ANY]] [STOREDIST]
- get() - Method in class io.inverno.core.v1.Module.Bean
-
Returns the requested bean instance while making sure the enclosing module is active.
- get() - Method in class io.inverno.mod.base.concurrent.ReactorScope
-
Returns the instance bound to the current reactor thread.
- get() - Method in class io.inverno.mod.base.concurrent.ThreadScope
-
Returns the instance bound to the current thread.
- get() - Method in class io.inverno.mod.configuration.ConfigurationLoaderSupport.ConfigurationBeanSupport
- get(int) - Method in interface io.inverno.mod.redis.RedisTransactionResult
-
Returns the command result at the specified index.
- get(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index.
- get(int, Class<T>) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index in the specified type.
- get(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GET key
- get(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the value of the header with the specified name.
- get(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the value of the header with the specified name.
- get(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the value of the header with the specified name.
- get(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns the value of the trailer with the specified name.
- get(Object) - Method in class io.inverno.mod.base.KeyScope
-
Returns the instance bound to the specified key.
- get(String) - Method in interface io.inverno.mod.http.server.QueryParameters
-
Returns the query parameter with the specified name.
- get(String) - Method in interface io.inverno.mod.http.server.RequestCookies
-
Returns the cookie with the specified name.
- get(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name.
- get(String) - Method in interface io.inverno.mod.web.PathParameters
-
Returns the path parameter with the specified name.
- get(String...) - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource
- get(String...) - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource.HashConfigurationQuery
- get(String...) - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource
- get(String...) - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource.PropertyConfigurationQuery
- get(String...) - Method in interface io.inverno.mod.configuration.ConfigurationQuery
-
Returns an executable query that retrieves the specified properties.
- get(String...) - Method in interface io.inverno.mod.configuration.ConfigurationSource
-
Creates a configuration query to retrieve the specified properties.
- get(String...) - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeConfigurationQuery
- get(String...) - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource
- get(String...) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
- get(String...) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationQuery
- get(String...) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- get(String, int) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringBitfieldBuilder
- get(String, Class<T>) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name in the specified type.
- GET - Enum constant in enum class io.inverno.mod.http.base.Method
- getAcceptableMediaTypes() - Method in exception io.inverno.mod.http.base.NotAcceptableException
-
Returns the list of media types accepted by the requested resource.
- getAcceptorEventLoopGroup() - Method in interface io.inverno.mod.base.concurrent.Reactor
-
Returns the acceptor event loop group typically with one thread.
- getActiveRevision() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationMetaData
-
Returns the active revision of the configuration branch.
- getAll() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns all headers in the part.
- getAll() - Method in interface io.inverno.mod.http.server.QueryParameters
-
Returns all query parameters sent in the request.
- getAll() - Method in interface io.inverno.mod.http.server.RequestCookies
-
Returns all cookies sent in the request.
- getAll() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns all headers in the request.
- getAll() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns all headers in the response.
- getAll() - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns all trailers in the response.
- getAll() - Method in interface io.inverno.mod.web.PathParameters
-
Returns all path parameters.
- getAll(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the values of all headers with the specified name.
- getAll(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the values of all headers with the specified name.
- getAll(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the values of all headers with the specified name.
- getAll(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns the values of all trailers with the specified name.
- getAll(String) - Method in interface io.inverno.mod.http.server.QueryParameters
-
Returns all query parameters with the specified name.
- getAll(String) - Method in interface io.inverno.mod.http.server.RequestCookies
-
Returns all cookies with the specified name.
- getAllHeader() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Decodes and returns all headers in the part.
- getAllHeader() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Decodes and returns all headers in the request.
- getAllHeader() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Decodes and returns all headers in the response.
- getAllHeader() - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Decodes and returns all trailers in the response.
- getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Decodes and returns all headers with the specified name.
- getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Decodes and returns all headers with the specified name.
- getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Decodes and returns all headers with the specified name.
- getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Decodes and returns all trailers with the specified name.
- getAllowedMethods() - Method in exception io.inverno.mod.http.base.MethodNotAllowedException
-
Returns the list of methods allowed by the requested resource.
- getAllParameter() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns all headers in the part as parameters.
- getAllParameter() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns all headers in the request as parameters.
- getAllParameter() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns all headers in the response as parameters.
- getAllParameter() - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns all trailers in the response as parameters.
- getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns all headers with the specified name as parameters.
- getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns all headers with the specified name as parameters.
- getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns all headers with the specified name as parameters.
- getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns all trailers with the specified name as parameters.
- getArrayListSeparator() - Method in class io.inverno.mod.base.converter.ByteBufConverter
-
Returns the array/list separator used to convert lists and arrays.
- getArrayListSeparator() - Method in class io.inverno.mod.base.converter.StringCompositeConverter
-
Returns the array/list separator used to convert lists and arrays.
- getArrayListSeparator() - Method in class io.inverno.mod.base.converter.StringConverter
-
Returns the array/list separator used to convert lists and arrays.
- getAuthority() - Method in interface io.inverno.mod.http.server.Request
-
Returns the request authority.
- getBigDecimal(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a BigDecimal.
- getBigDecimal(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a BigDecimal.
- getbit(A, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETBIT key offset
- getBoolean(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Boolean.
- getBoolean(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Boolean.
- getBoundary() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the boundary.
- getByte(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Byte.
- getByte(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Byte.
- getByteBuf(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a ByteBuf.
- getByteBuf(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a ByteBuf.
- getByteBufAllocator() - Method in interface io.inverno.mod.base.net.NetService
-
Returns a ByteBuf allocator.
- getCategory() - Method in enum class io.inverno.mod.http.base.Status
-
Returns the category of the HTTP status.
- getCharset() - Method in class io.inverno.mod.base.converter.ByteBufConverter
-
Returns the charset used to serialize/deserialize to/from ByteBuf.
- getCharset() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the charset.
- getCode() - Method in enum class io.inverno.mod.http.base.Status
-
Returns the code of the HTTP status.
- getColumnMetadata(int) - Method in interface io.inverno.mod.sql.RowMetadata
-
Returns the column metadata of the column at the specified index in the row.
- getColumnMetadata(String) - Method in interface io.inverno.mod.sql.RowMetadata
-
Returns the column metadata of the column identified by the specified name in the row.
- getColumnMetadatas() - Method in interface io.inverno.mod.sql.RowMetadata
-
Returns the list of column metadata.
- getColumnNames() - Method in interface io.inverno.mod.sql.RowMetadata
-
Returns the names of the columns in a row.
- getConsume() - Method in interface io.inverno.mod.web.spi.ContentAware
-
Returns a media range defining the content types as defined by RFC 7231 Section 5.3.2.
- getConsume() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the media range defining the content types accepted by the resource served by the route as defined by RFC 7231 Section 5.3.2.
- getConsumer() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessage
- getConsumerCount() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessages
- getContentLength() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the part's content length.
- getContentLength() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the content length of the request.
- getContentType() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the part's content type header field value.
- getContentType() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the content type header field value of the request.
- getContentType() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the response content type header field value.
- getContentTypeHeader() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Decodes and returns the response content type header.
- getCoordinates() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoWithin
- getCoreIoEventLoopGroupSize() - Method in interface io.inverno.mod.base.concurrent.Reactor
-
Returns the size of the core IO event loop group.
- getCount() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessages
- getCreationDateTime() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part creation datetime.
- getCursor() - Method in interface io.inverno.mod.redis.operations.AbstractScanResult
- getDecoder() - Method in class io.inverno.mod.configuration.AbstractConfigurationSource
-
Returns the value decoder.
- getDecoder(Type) - Method in class io.inverno.mod.base.converter.CompositeDecoder
-
Returns the first compound decoder that can decode the specified type.
- getdel(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETDEL key
- getDirectByteBufAllocator() - Method in interface io.inverno.mod.base.net.NetService
-
Returns a direct ByteBuf allocator.
- getDispositionType() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the disposition type.
- getDistance() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoWithin
- getDomain() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie max age.
- getDomain() - Method in interface io.inverno.mod.http.base.header.SetCookie
-
Returns cookie's dpmain.
- getDouble(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Double.
- getDouble(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Double.
- getEncoder() - Method in class io.inverno.mod.configuration.AbstractConfigurableConfigurationSource
-
Returns the configuration value encoder.
- getEncoder(Type) - Method in class io.inverno.mod.base.converter.CompositeEncoder
-
Returns the first compound encoder that can encode the specified type.
- getEntries() - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations.HashScanResult
- getEntries() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamMessage
- getError() - Method in interface io.inverno.mod.http.server.ErrorExchange
-
Returns the error at the origin of the exchange.
- getError() - Method in interface io.inverno.mod.web.ErrorWebRoute
-
Returns the type of errors supported by the resource served by the route.
- getError() - Method in interface io.inverno.mod.web.spi.ErrorAware
-
Returns an error type.
- getex() - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETEX key [EX seconds|PX milliseconds|EXAT unix-time|PXAT unix-time|PERSIST]
- getex(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETEX key
- getExecutor() - Method in class io.inverno.mod.base.resource.AbstractAsyncResource
- getExecutor() - Method in interface io.inverno.mod.base.resource.AsyncResource
-
Returns the executor service.
- getExpires() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie expires value.
- getFilename() - Method in class io.inverno.mod.base.resource.ClasspathResource
- getFilename() - Method in class io.inverno.mod.base.resource.FileResource
- getFilename() - Method in class io.inverno.mod.base.resource.ModuleResource
- getFilename() - Method in class io.inverno.mod.base.resource.NativeResource
- getFilename() - Method in class io.inverno.mod.base.resource.PathResource
- getFilename() - Method in interface io.inverno.mod.base.resource.Resource
-
Returns the resource file name.
- getFilename() - Method in class io.inverno.mod.base.resource.URLResource
- getFilename() - Method in class io.inverno.mod.base.resource.ZipResource
- getFilename() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part file name.
- getFilename() - Method in interface io.inverno.mod.http.server.Part
-
Returns the part's file name.
- getFileSystem(URI) - Method in class io.inverno.mod.base.resource.AbstractResourceProvider
-
Returns a file system for the specified URI.
- getFloat(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Float.
- getFloat(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Float.
- getForExtension(String) - Method in class io.inverno.mod.base.resource.GenericMediaTypeService
- getForExtension(String) - Method in interface io.inverno.mod.base.resource.MediaTypeService
-
Determines the media type of the specified file extension.
- getForFilename(String) - Method in class io.inverno.mod.base.resource.GenericMediaTypeService
- getForFilename(String) - Method in interface io.inverno.mod.base.resource.MediaTypeService
-
Determines the media type of the specified file name.
- getForPath(Path) - Method in class io.inverno.mod.base.resource.GenericMediaTypeService
- getForPath(Path) - Method in interface io.inverno.mod.base.resource.MediaTypeService
-
Determines the media type of the specified path.
- getForUri(URI) - Method in class io.inverno.mod.base.resource.GenericMediaTypeService
- getForUri(URI) - Method in interface io.inverno.mod.base.resource.MediaTypeService
-
Determines the media type of the specified path.
- getHandler() - Method in interface io.inverno.mod.web.spi.Route
-
Returns the route handler used to process a request matching the route's criteria.
- getHash() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoWithin
- getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Decodes and returns the header with the specified name.
- getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Decodes and returns the header with the specified name.
- getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Decodes and returns the header with the specified name.
- getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Decodes and returns the trailer with the specified name.
- getHeaderName() - Method in interface io.inverno.mod.http.base.header.Header
-
Returns the header's name.
- getHeaderValue() - Method in interface io.inverno.mod.http.base.header.Header
-
Returns header's raw value.
- getId() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamMessage
- getId() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessage
- getInteger(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as an Integer.
- getInteger(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as an Integer.
- getInterceptors() - Method in interface io.inverno.mod.web.spi.InterceptableRoute
-
Returns the list of exchange interceptors attached to the route.
- getInterceptors() - Method in interface io.inverno.mod.web.spi.InterceptedRouter
-
Returns the list of interceptors configured in the router.
- getKey() - Method in class io.inverno.mod.configuration.ConfigurationKey.Parameter
-
Returns the parameter name.
- getKey() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Returns the key identifying the property and the context in which it has been defined.
- getKey() - Method in class io.inverno.mod.redis.operations.EntryOptional
- getKeys() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyScanResult
- getLanguage() - Method in interface io.inverno.mod.web.ErrorWebRoute
-
Returns the language of the resource served by the route.
- getLanguage() - Method in interface io.inverno.mod.web.spi.AcceptAware
-
Returns a language tag or a language range as defined RFC 7231 Section 5.3.5.
- getLanguage() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the language of the resource served by the route.
- getLanguageRanges() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Returns the list of language ranges defined in the accept language header.
- getLanguageTag() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the language range tag.
- getLatitude() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoCoordinates
- getLocalAddress() - Method in interface io.inverno.mod.http.server.Request
-
Returns the socket address of the interface on which the request was received.
- getLocalDate(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a LocalDate.
- getLocalDate(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a LocalDate.
- getLocalDateTime(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a LocalDateTime.
- getLocalDateTime(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a LocalDateTime.
- getLocalTime(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a LocalTime.
- getLocalTime(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a LocalTime.
- getLong(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Long.
- getLong(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Long.
- getLongitude() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoCoordinates
- getLowerMessageId() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessages
- getMatcher() - Method in interface io.inverno.mod.base.net.URIMatcher
-
Return the underlying JDK matcher.
- getMaxAge() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie max age.
- getMaxAge() - Method in interface io.inverno.mod.http.base.header.SetCookie
-
Returns cookie's max age.
- getMediaRanges() - Method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Returns the list of media ranges defined in the accept header.
- getMediaType() - Method in class io.inverno.mod.base.resource.AbstractResource
- getMediaType() - Method in class io.inverno.mod.base.resource.ClasspathResource
- getMediaType() - Method in class io.inverno.mod.base.resource.FileResource
- getMediaType() - Method in class io.inverno.mod.base.resource.PathResource
- getMediaType() - Method in interface io.inverno.mod.base.resource.Resource
-
Returns the resource media type.
- getMediaType() - Method in class io.inverno.mod.base.resource.ZipResource
- getMediaType() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the media range raw value.
- getMediaType() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the media type composed of type and sub-type parts without parameters.
- getMediaTypeService() - Method in class io.inverno.mod.base.resource.AbstractResource
-
Returns the media type service.
- getMember() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoWithin
- getMembers() - Method in interface io.inverno.mod.redis.operations.RedisSetReactiveOperations.SetScanResult
- getMembers() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScanResult
- getMessages() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamClaimedMessages
- getMetaData() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationKey
-
Returns the meta data associated with the key.
- getMetaData(ConfigurationKey.Parameter...) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for the specified list of parameters.
- getMetaData(RedisOperations<String, String>, List<ConfigurationKey.Parameter>) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for the specified list of parameters extracted form a configuration query.
- getMetaData(String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for one parameters.
- getMetaData(String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for two parameters.
- getMetaData(String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for three parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for four parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for five parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for six parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for seven parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for eight parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for nine parameters.
- getMetaData(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the configuration metadata for ten parameters.
- getMetaDataParameterSets(RedisOperations<String, String>) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
-
Returns the list of metadata parameters.
- getMethod() - Method in interface io.inverno.mod.http.server.Request
-
Returns the HTTP method of the request.
- getMethod() - Method in interface io.inverno.mod.web.spi.MethodAware
-
Returns a HTTP method.
- getMethod() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the HTTP method accepted by the resource served by the route.
- getModificationDatetime() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part modification datetime.
- getMsSinceLastDelivery() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessage
- getName() - Method in class io.inverno.core.v1.Module
-
Returns the name of the module.
- getName() - Method in interface io.inverno.mod.configuration.ConfigurationKey
-
Returns the name of the configuration property.
- getName() - Method in interface io.inverno.mod.http.base.header.Cookie
-
Returns the name of the cookie.
- getName() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie name.
- getName() - Method in interface io.inverno.mod.http.base.Parameter
-
Returns the parameter name.
- getName() - Method in interface io.inverno.mod.http.server.Part
-
Returns the part's name.
- getName() - Method in interface io.inverno.mod.sql.ColumnMetadata
-
Returns the name of the column.
- getNames() - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the names of the headers in the part.
- getNames() - Method in interface io.inverno.mod.http.server.QueryParameters
-
Returns the names of the query parameters sent in the request.
- getNames() - Method in interface io.inverno.mod.http.server.RequestCookies
-
Returns the names of the cookies sent in the request.
- getNames() - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the names of the headers in the request.
- getNames() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the names of the headers in the response.
- getNames() - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns the names of the trailers in the response.
- getNames() - Method in interface io.inverno.mod.web.PathParameters
-
Returns the names of the path parameters.
- getOffsetDateTime(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as an OffsetDateTime.
- getOffsetDateTime(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as an OffsetDateTime.
- getOffsetTime(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as an OffsetTime.
- getOffsetTime(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as an OffsetTime.
- getOutput() - Method in class io.inverno.mod.irt.AbstractByteBufTemplateSet
-
Returns the ByteBuffer containing the rendered data.
- getOutput() - Method in class io.inverno.mod.irt.AbstractCompositeByteBufTemplateSet
-
Returns the composite ByteBuffer containing the rendered data.
- getOutput() - Method in class io.inverno.mod.irt.AbstractStreamTemplateSet
-
Returns the output stream where rendered data are written.
- getOutput() - Method in class io.inverno.mod.irt.AbstractStringTemplateSet
-
Returns the string containing the rendered data.
- getPairs() - Method in interface io.inverno.mod.http.base.header.Headers.Cookie
-
Returns the list of cookie pairs.
- getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
-
Returns the header with the specified name as a parameter.
- getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
-
Returns the header with the specified name as a parameter.
- getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the header with the specified name as a parameter.
- getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
-
Returns the trailer with the specified name as a parameter.
- getParameter(String) - Method in interface io.inverno.mod.configuration.ConfigurationKey
-
Returns the parameter with the specified key.
- getParameterName() - Method in exception io.inverno.mod.web.MissingRequiredParameterException
-
Returns the name of the missing parameter.
- getParameterNames() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Returns the list of parameters specified in all builder's URI components.
- getParameters() - Method in interface io.inverno.mod.base.net.URIMatcher
-
Returns a map containing the parameters extracted from the input URI.
- getParameters() - Method in interface io.inverno.mod.configuration.ConfigurationKey
-
Returns the list of parameters specifying the context in which a property value is defined.
- getParameters() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationMetaData
-
Returns the parameters representing a configuration branch.
- getParameters() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns media range parameters.
- getParameters() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the content type parameters.
- getParameterValue(String) - Method in interface io.inverno.mod.base.net.URIMatcher
-
Return the value of the parameter with the specified name extracted from the input URI.
- getPartName() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part name.
- getPath() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie path.
- getPath() - Method in interface io.inverno.mod.http.base.header.SetCookie
-
Returns cookie's path.
- getPath() - Method in interface io.inverno.mod.http.server.Request
-
Returns the path to the resource targeted in the request.
- getPath() - Method in interface io.inverno.mod.web.spi.PathAware
-
Returns a static normalized absolute path.
- getPath() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the static normalized absolute path to the resource served by the route.
- getPathAbsolute() - Method in interface io.inverno.mod.http.server.Request
-
Returns the absolute path to the resource targeted in the request.
- getPathBuilder() - Method in interface io.inverno.mod.http.server.Request
-
Returns a path builder initialized with the path of the request.
- getPathParameterNames() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Returns the list of parameters specified in the builder's path component.
- getPathPattern() - Method in interface io.inverno.mod.web.spi.PathAware
-
Returns a URI pattern.
- getPathPattern() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the URI pattern that matches all the paths to the resource served by the route.
- getPattern() - Method in interface io.inverno.mod.base.net.URIPattern
-
Return the underlying JDK pattern.
- getPatternString() - Method in interface io.inverno.mod.base.net.URIPattern
-
Return the URI regular expression.
- getPrimarySubTag() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the language range primary sub-tag.
- getProduce() - Method in interface io.inverno.mod.web.ErrorWebRoute
-
Returns the media type of the resource served by the route.
- getProduce() - Method in interface io.inverno.mod.web.spi.AcceptAware
-
Returns a media type or a media range as defined by RFC 7231 Section 3.1.1.5 and RFC 7231 Section 5.3.2
- getProduce() - Method in interface io.inverno.mod.web.WebRoute
-
Returns the media type of the resource served by the route.
- getPropertiesTTL() - Method in class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
-
Returns the time-to-live duration of the properties loaded with
CPropsFileConfigurationSource.load()
. - getPropertiesTTL() - Method in class io.inverno.mod.configuration.source.PropertyFileConfigurationSource
-
Returns the time-to-live duration of the properties loaded with
PropertyFileConfigurationSource.load()
. - getPropertyValue(String) - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource
-
Returns the value of the property identified by the specified name.
- getPropertyValue(String) - Method in class io.inverno.mod.configuration.source.SystemEnvironmentConfigurationSource
- getPropertyValue(String) - Method in class io.inverno.mod.configuration.source.SystemPropertiesConfigurationSource
- getProtocol() - Method in interface io.inverno.mod.http.server.Request
-
Returns the protocol of the request (eg.
- getQuery() - Method in interface io.inverno.mod.http.server.Request
-
Returns the query URI component.
- getQueryKey() - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
-
Returns the configuration key corresponding to the query that was executed.
- getQueryKey() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationQueryResult
- getQueryParameters(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Returns a map containing the query parameters after replacing the parameters with the string representation of the specified values.
- getQueryParameters(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Returns a map containing the query parameters after replacing the parameters with the string representation of the specified values.
- getrange(A, long, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETRANGE key start end
- getRawQueryParameters() - Method in interface io.inverno.mod.base.net.URIBuilder
-
Returns a map containing the raw query parameters.
- getReadDateTime() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part read datetime.
- getReasonPhrase() - Method in enum class io.inverno.mod.http.base.Status
-
Returns the reason phrase associated to the HTTP status.
- getRedeliveryCount() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessage
- getRemoteAddress() - Method in interface io.inverno.mod.http.server.Request
-
Returns the socket address of the client or last proxy that sent the request.
- getResource(URI) - Method in interface io.inverno.mod.base.resource.ResourceProvider
-
Resolves the resource identified by the specified URI.
- getResource(URI) - Method in interface io.inverno.mod.base.resource.ResourceService
-
Resolves the resource identified by the specified URI.
- getResource(URI, ExecutorService) - Method in interface io.inverno.mod.base.resource.AsyncResourceProvider
-
Creates an async resource with the specified URI and executor service.
- getResources(URI) - Method in interface io.inverno.mod.base.resource.ResourceProvider
-
Resolves the resources that exist at the location identified by the specified URI.
- getResources(URI) - Method in interface io.inverno.mod.base.resource.ResourceService
-
Resolves the resources that exist the location identified by the specified URI.
- getResult() - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
-
Returns the resulting configuration property.
- getRetryAfter() - Method in exception io.inverno.mod.http.base.ServiceUnavailableException
-
Returns the datetime after which the failed request may be retried.
- getRevision() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationKey
-
Returns revision of the property identified by the key.
- getRouter() - Method in interface io.inverno.mod.web.spi.InterceptedRouter
-
Returns the underlying non-intercepting router.
- getRoutes() - Method in interface io.inverno.mod.web.spi.Routable
-
Returns the routes defined in the router.
- getRowMetadata() - Method in interface io.inverno.mod.sql.SqlResult
-
Returns the row metadata describing the resulting rows if any.
- getScheme() - Method in interface io.inverno.mod.http.server.Request
-
Returns the name of the scheme used to send the request (eg. http, https...).
- getScore() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Calculates and returns the score or the media range used for sorting.
- getScore() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Calculates and returns the score or the language range used for sorting.
- getScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScoredMember
- getSecondarySubTag() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the language range secondary sub-tag.
- getset(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
GETSET key value
- getShort(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a Short.
- getShort(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a Short.
- getSink() - Method in class io.inverno.mod.irt.AbstractByteBufPublisherTemplateSet
- getSink() - Method in class io.inverno.mod.irt.AbstractStringPublisherTemplateSet
- getSink() - Method in interface io.inverno.mod.irt.PublisherTemplateSet
-
Returns the sink where rendered data are published.
- getSize() - Method in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Returns the part size.
- getSource() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Returns the configuration source that loaded the property.
- getSource() - Method in exception io.inverno.mod.configuration.ConfigurationSourceException
-
Returns the configuration source at the origin of the error.
- getSource() - Method in class io.inverno.mod.http.base.header.Headers.AcceptMatch
-
Returns the source item.
- getSources() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource
-
Returns the list of configuration sources from the highest priority to the lowest.
- getSpec(String) - Method in class io.inverno.mod.web.OpenApiRoutesConfigurer
-
Returns the Open API specification for the specified module usually in YAML format.
- getSpecSwaggerUI(String) - Method in class io.inverno.mod.web.OpenApiRoutesConfigurer
-
Returns the Swagger UI loading HTML for the Open API specification of the specified module
- getStatus() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the response HTTP status.
- getStatusCategory() - Method in exception io.inverno.mod.http.base.HttpException
-
Returns the HTTP status category.
- getStatusCode() - Method in exception io.inverno.mod.http.base.HttpException
-
Returns the HTTP status code.
- getStatusCode() - Method in interface io.inverno.mod.http.server.ResponseHeaders
-
Returns the response HTTP status code.
- getStatusReasonPhrase() - Method in exception io.inverno.mod.http.base.HttpException
-
Returns the HTTP status reason phrase.
- getStrategy() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource
-
Returns the composite configuration strategy.
- getStreamId() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamClaimedMessages
- getString(int) - Method in interface io.inverno.mod.sql.Row
-
Returns the value at the specified index as a String.
- getString(String) - Method in interface io.inverno.mod.sql.Row
-
Returns the value of the column identified by the specified name as a String.
- getSubType() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the media range sub-type.
- getSubType() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the sub-type part.
- getSupportedHeaderNames() - Method in class io.inverno.mod.http.base.header.AbstractHeaderCodec
- getSupportedHeaderNames() - Method in interface io.inverno.mod.http.base.header.HeaderCodec
-
Returns a list of header names supported by the codec.
- getSupportedSchemes() - Method in interface io.inverno.mod.base.resource.ResourceProvider
-
Returns the kinds of resources supported by the provider.
- getTarget() - Method in class io.inverno.mod.http.base.header.Headers.AcceptMatch
-
Returns the target item.
- getTransportType() - Method in interface io.inverno.mod.base.net.NetService
-
Returns the transport type.
- getType() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the media range type.
- getType() - Method in interface io.inverno.mod.http.base.header.Headers.ContentType
-
Returns the type part.
- getUpdateKey() - Method in interface io.inverno.mod.configuration.ConfigurationUpdateResult
-
Returns the configuration key corresponding to the update that was executed.
- getUpperMessageId() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamPendingMessages
- getURI() - Method in class io.inverno.mod.base.resource.ClasspathResource
- getURI() - Method in class io.inverno.mod.base.resource.FileResource
- getURI() - Method in class io.inverno.mod.base.resource.ModuleResource
- getURI() - Method in class io.inverno.mod.base.resource.NativeResource
- getURI() - Method in class io.inverno.mod.base.resource.PathResource
- getURI() - Method in interface io.inverno.mod.base.resource.Resource
-
Returns the resource URI.
- getURI() - Method in class io.inverno.mod.base.resource.URLResource
- getURI() - Method in class io.inverno.mod.base.resource.ZipResource
- getValue() - Method in interface io.inverno.mod.base.net.URIPattern
-
Returns the raw value of the pattern.
- getValue() - Method in class io.inverno.mod.configuration.ConfigurationKey.Parameter
-
Returns the parameter value.
- getValue() - Method in interface io.inverno.mod.http.base.header.Cookie
-
Returns the value of the cookie
- getValue() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie value.
- getValue() - Method in interface io.inverno.mod.http.base.Parameter
-
Returns the parameter raw value.
- getValue() - Method in class io.inverno.mod.redis.operations.Bound
- getValue() - Method in class io.inverno.mod.redis.operations.EntryOptional
- getValue() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScoredMember
- getValue() - Method in enum class io.inverno.mod.redis.operations.RedisType
- getVertx() - Method in interface io.inverno.mod.base.concurrent.VertxReactor
-
Returns the underlying Vert.x instance.
- getWeight() - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Returns the media range quality value as defined by RFC 7231 Section 5.3.1.
- getWeight() - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Returns the language range quality value as defined by RFC 7231 Section 5.3.1.
- getWorkingRevision() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisConfigurationMetaData
-
Returns the working revision of the configuration branch.
- GONE - Enum constant in enum class io.inverno.mod.http.base.Status
- gt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
- gt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
- gt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
- gt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
- gt() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
- gt() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
H
- h2_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Enables/Disables HTTP/2.
- h2_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- h2c_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
Enables/Disables H2C.
- h2c_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- handle(B) - Method in interface io.inverno.mod.http.server.ErrorExchangeHandler
-
Processes the specified server exchange.
- handle(B) - Method in interface io.inverno.mod.http.server.ExchangeHandler
-
Processes the specified server exchange.
- handle(WebExchange<ExchangeContext>) - Method in class io.inverno.mod.web.StaticHandler
- handler(ErrorWebExchangeHandler<? extends Throwable>) - Method in interface io.inverno.mod.web.ErrorWebRouteManager
-
Specifies the route error web exchange handler.
- handler(WebExchangeHandler<? super A>) - Method in interface io.inverno.mod.web.WebRouteManager
-
Specifies the route web exchange handler.
- HASH - Enum constant in enum class io.inverno.mod.redis.operations.RedisType
- hashCode() - Method in class io.inverno.mod.configuration.ConfigurationKey.Parameter
- hdel(A, A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HDEL key field
- hdel(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HDEL key field [field ...]
- HEAD - Enum constant in enum class io.inverno.mod.http.base.Method
- Header - Interface in io.inverno.mod.http.base.header
-
Base HTTP header interface defining common HTTP header.
- HeaderBuilder<A extends Header,
B extends HeaderBuilder<A, B>> - Interface in io.inverno.mod.http.base.header -
A header builder is used to build a specific
Header
instance. - HeaderCodec<A extends Header> - Interface in io.inverno.mod.http.base.header
-
A HTTP header codec is used to encode and decode HTTP headers.
- headerName - Variable in class io.inverno.mod.http.base.header.AbstractHeaderBuilder
-
The header name.
- headerName(String) - Method in class io.inverno.mod.http.base.header.AbstractHeaderBuilder
- headerName(String) - Method in interface io.inverno.mod.http.base.header.HeaderBuilder
-
Sets the specified header name.
- HeaderParam - Annotation Interface in io.inverno.mod.web.annotation
-
Binds the value of a HTTP header to a web route method parameter whose name indicates the name of the header.
- headers() - Method in interface io.inverno.mod.http.server.Part
-
Returns the part's headers.
- headers() - Method in interface io.inverno.mod.http.server.Request
-
Returns the HTTP headers sent in the request.
- headers() - Method in interface io.inverno.mod.http.server.Response
-
Returns the HTTP headers to send in the response.
- headers(Consumer<ResponseHeaders>) - Method in interface io.inverno.mod.http.server.Response
-
Configures the HTTP headers to send in the response.
- headers(Consumer<ResponseHeaders>) - Method in interface io.inverno.mod.web.WebResponse
- Headers - Class in io.inverno.mod.http.base.header
-
Defines standard HTTP header types.
- Headers.Accept - Interface in io.inverno.mod.http.base.header
-
Accept HTTP header as defined by RFC 7231 Section 5.3.2.
- Headers.Accept.MediaRange - Interface in io.inverno.mod.http.base.header
-
Accept HTTP header media range as defined by RFC 7231 Section 5.3.2.
- Headers.AcceptLanguage - Interface in io.inverno.mod.http.base.header
-
Accept-language HTTP header as defined by RFC 7231 Section 5.3.5.
- Headers.AcceptLanguage.LanguageRange - Interface in io.inverno.mod.http.base.header
-
Accept language HTTP header language range as defined by RFC 7231 Section 5.3.5.
- Headers.AcceptMatch<A,
B> - Class in io.inverno.mod.http.base.header -
An accept match respresents a match between a source item and a target item.
- Headers.ContentDisposition - Interface in io.inverno.mod.http.base.header
-
Content-disposition HTTP header as defined by RFC 6266 Section 4.1.
- Headers.ContentType - Interface in io.inverno.mod.http.base.header
-
Content-type HTTP header as defined by RFC 7231 Section 3.1.1.5.
- Headers.Cookie - Interface in io.inverno.mod.http.base.header
-
Cookie HTTP header as defined by RFC 6265 Section 4.2.
- Headers.SetCookie - Interface in io.inverno.mod.http.base.header
-
Set-cookie HTTP header as defined by RFC 6265 Section 4.1.
- headerService() - Method in class io.inverno.mod.http.base.Base
- HeaderService - Interface in io.inverno.mod.http.base.header
-
Provides a unified access to HTTP headers, giving the ability to decode or encode
Header
instances for various headers. - headerValue - Variable in class io.inverno.mod.http.base.header.AbstractHeaderBuilder
-
The header value.
- headerValue(String) - Method in class io.inverno.mod.http.base.header.AbstractHeaderBuilder
- headerValue(String) - Method in interface io.inverno.mod.http.base.header.HeaderBuilder
-
Sets the specified raw header value.
- hexists(A, A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HEXISTS key field
- hget(A, A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HGET key field
- hgetall(A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HGETALL key field
- hincrby(A, A, long) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HINCRBY key field increment
- hincrbyfloat(A, A, double) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HINCRBYFLOAT key field increment
- hkeys(A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HKEYS key
- hlen(A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HLEN key
- hmget(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HMGET key field [field ...]
- hmset(A, Consumer<Entries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HMSET key field value [field value ...]
- hookOnGet(T) - Method in class io.inverno.mod.base.concurrent.ReactorScope
-
Optional hook executed when an instance is retrieved.
- hookOnGet(T) - Method in class io.inverno.mod.base.concurrent.ThreadScope
-
Optional hook executed when an instance is retrieved.
- hookOnGet(T) - Method in class io.inverno.mod.base.KeyScope
-
Optional hook executed when an instance is retrieved.
- host() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
-
Redis datastore host.
- host(String) - Method in interface io.inverno.mod.base.net.URIBuilder
-
Sets the host component as defined by RFC 3986 Section 3.2.2.
- host(String) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
- hrandfield(A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HRANDFIELD key
- hrandfield(A, long) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HRANDFIELD key count
- hrandfieldWithvalues(A, long) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HRANDFIELD key count WITHVALUES
- hscan() - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSCAN key cursor [MATCH pattern] [COUNT count]
- hscan(A, String) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSCAN key cursor
- hset(A, A, B) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSET key field value
- hset(A, Consumer<Entries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSET key field value [field value ...]
- hsetnx(A, A, B) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSETNX key field value
- hstrlen(A, A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HSTRLEN key field
- HT - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Horizontal tab
- http_server() - Method in interface io.inverno.mod.web.WebConfiguration
-
The HTTP server configuration.
- http_server(HttpServerConfiguration) - Method in class io.inverno.mod.web.WebConfigurationLoader.Configurator
- http_server(Consumer<HttpServerConfigurationLoader.Configurator>) - Method in class io.inverno.mod.web.WebConfigurationLoader.Configurator
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class io.inverno.mod.http.base.Status
- http2_header_table_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
The HTTP/2 header table size.
- http2_header_table_size(Long) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- http2_initial_window_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
HTTP/2 initial window size.
- http2_initial_window_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- http2_max_concurrent_streams() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
HTTP/2 max concurrent streams.
- http2_max_concurrent_streams(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- http2_max_frame_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
HTTP/2 max frame size.
- http2_max_frame_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- http2_max_header_list_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
HTTP/2 max header list size.
- http2_max_header_list_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- HttpException - Exception in io.inverno.mod.http.base
-
Base exception class used to report HTTP errors.
- HttpException() - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with default status
Internal Server Error (500)
. - HttpException(int) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status code.
- HttpException(int, String) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status code and message.
- HttpException(int, String, Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status code, message and cause.
- HttpException(int, Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status code and cause.
- HttpException(Status) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status.
- HttpException(Status, String) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status and message.
- HttpException(Status, String, Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status, message and cause.
- HttpException(Status, Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with specified HTTP status and cause.
- HttpException(String) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with default status
Internal Server Error (500)
and specified message. - HttpException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with default status
Internal Server Error (500)
, specified message and cause - HttpException(Throwable) - Constructor for exception io.inverno.mod.http.base.HttpException
-
Creates a HTTP exception with default status
Internal Server Error (500)
and specified cause. - httpOnly(boolean) - Method in interface io.inverno.mod.http.base.header.SetCookie.Configurator
-
Sets the cookie http only flag.
- HTTPONLY - Static variable in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
HttpOnly parameter
- httpServerConfiguration() - Method in class io.inverno.mod.http.server.Server
- HttpServerConfiguration - Interface in io.inverno.mod.http.server
-
HTTP server module configuration.
- HttpServerConfigurationLoader - Class in io.inverno.mod.http.server
- HttpServerConfigurationLoader() - Constructor for class io.inverno.mod.http.server.HttpServerConfigurationLoader
- HttpServerConfigurationLoader.Bean - Class in io.inverno.mod.http.server
- HttpServerConfigurationLoader.Configurator - Class in io.inverno.mod.http.server
- hvals(A) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations
-
HVALS key
I
- id(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
-
Sets the event id.
- id(String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamMessageIds
- id(String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- id(String) - Method in interface io.inverno.mod.web.WebResponseBody.SseEncoder.Event
- idle(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
- idle(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXpendingExtendedBuilder
- idletime(long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
- ignoreFailure(ConfigurationSourceException) - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
-
Indicates whether or not the specified configuration source error should be ignored when resolving a result.
- ignoreFailure(ConfigurationSourceException) - Method in class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
-
Ignores all failure if the strategy is configured to ignore failures globally.
- INCLUDED - Enum constant in enum class io.inverno.mod.base.net.URIPattern.Inclusion
-
One URI pattern is included in another URI pattern.
- includes() - Element in annotation interface io.inverno.core.annotation.Module
-
List required Inverno modules that must be included in the generated module class by the Inverno compiler, if none are specified include all.
- includes(URIPattern) - Method in interface io.inverno.mod.base.net.URIPattern
-
Determines whether the set of URIs matched by the specified URI pattern is included in the set of URIs matched by this URI pattern.
- inclusive(A) - Static method in class io.inverno.mod.redis.operations.Bound
- incr(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
INCR key
- incrby(A, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
INCRBY key increment
- incrby(String, int, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringBitfieldBuilder
- incrbyfloat(A, double) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
INCRBYFLOAT key increment
- INDETERMINATE - Enum constant in enum class io.inverno.mod.base.net.URIPattern.Inclusion
-
It wasn't possible to determine with certainty whether a URI pattern is included into another.
- INFORMATIONAL - Enum constant in enum class io.inverno.mod.http.base.Status.Category
- init() - Method in interface io.inverno.mod.http.server.ExchangeContext
-
Initializes the exchange context.
- init(Module.BeanBuilder.FallibleConsumer<T>) - Method in interface io.inverno.core.v1.Module.BeanBuilder
-
Adds a bean initialization operation.
- Init - Annotation Interface in io.inverno.core.annotation
-
Indicates a method that must be executed after a bean has been instantiated and dependency injection is done.
- integer() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an integer.
- integer(Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number as an integer for the specified locale.
- INTEGER - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptOutput
- intercept() - Method in interface io.inverno.mod.web.spi.Interceptable
-
Returns an interceptor manager to define route interceptors.
- intercept(B) - Method in interface io.inverno.mod.http.server.ExchangeInterceptor
-
Intercepts the exchange before the exchange handler is invoked.
- intercept(ExchangeInterceptor<A, B>) - Method in interface io.inverno.mod.http.server.ReactiveExchangeHandler
-
Returns a composed exchange handler that first applies the interceptor to transform the exchange and then invoke the
ReactiveExchangeHandler.defer(io.inverno.mod.http.server.Exchange)
. - intercept(WebExchange<ExchangeContext>) - Method in class io.inverno.mod.web.ContinueInterceptor
- intercept(Consumer<D>) - Method in interface io.inverno.mod.web.spi.Interceptable
-
Invokes the specified interceptor configurer on an interceptor manager.
- Interceptable<A extends ExchangeContext,
B extends Exchange<A>, C extends Interceptable<A, B, C, D>, D extends InterceptorManager<A, B, C, D>> - Interface in io.inverno.mod.web.spi -
Defines method to specify interceptors on a router.
- InterceptableRoute<A extends ExchangeContext,
B extends Exchange<A>> - Interface in io.inverno.mod.web.spi -
A route which has the ability to be intercepted using one or more
ExchangeInterceptor
. - InterceptedRouter<A extends ExchangeContext,
B extends Exchange<A>, C extends Router<A, B, C, D, E, F, G, H>, D extends InterceptedRouter<A, B, C, D, E, F, G, H>, E extends RouteManager<A, B, C, E, H>, F extends RouteManager<A, B, D, F, H>, G extends InterceptorManager<A, B, D, G>, H extends InterceptableRoute<A, B>> - Interface in io.inverno.mod.web.spi -
A router that applies interceptors to matching route as they are created or to all the routes currently defined in the router.
- interceptor(WebExchangeInterceptor<? super A>) - Method in interface io.inverno.mod.web.WebInterceptorManager
-
Specifies the web exchange interceptor to apply to the resources matching the criteria defined in the web interceptor manager.
- InterceptorManager<A extends ExchangeContext,
B extends Exchange<A>, C extends Interceptable<A, B, C, D>, D extends InterceptorManager<A, B, C, D>> - Interface in io.inverno.mod.web.spi -
Base interceptor manager interface.
- INTERNAL_SERVER_ERROR - Enum constant in enum class io.inverno.mod.http.base.Status
- InternalServerErrorException - Exception in io.inverno.mod.http.base
-
A web exception that indicates an
Internal Server Error (500)
accessing a server resource. - InternalServerErrorException() - Constructor for exception io.inverno.mod.http.base.InternalServerErrorException
-
Creates an internal server error exception.
- InternalServerErrorException(String) - Constructor for exception io.inverno.mod.http.base.InternalServerErrorException
-
Creates an internal server error exception with the specified message.
- InternalServerErrorException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.InternalServerErrorException
-
Creates an internal server error exception with the specified message and cause.
- InternalServerErrorException(Throwable) - Constructor for exception io.inverno.mod.http.base.InternalServerErrorException
-
Creates an internal server error exception with the specified cause.
- into() - Element in annotation interface io.inverno.core.annotation.Wire
-
Indicates the socket where to inject the beans.
- IO_URING - Enum constant in enum class io.inverno.mod.base.net.NetService.TransportType
-
io_uring transport type.
- io.inverno.core - module io.inverno.core
-
The Inverno Framework core module, providing base elements required by Module classes generated by the Inverno Framework compiler.
- io.inverno.core.annotation - module io.inverno.core.annotation
-
The Inverno Framework annotation module, providing annotations to be used to create modular applications based on Inversion of Control principle and Dependency Injection.
- io.inverno.core.annotation - package io.inverno.core.annotation
-
Annotations used to create Inverno modules.
- io.inverno.core.v1 - package io.inverno.core.v1
-
Classes required by Inverno modules generated with V1 compiler.
- io.inverno.mod.base - module io.inverno.mod.base
-
Defines the foundational APIs of the Inverno framework modules.
- io.inverno.mod.base - package io.inverno.mod.base
-
Common classes.
- io.inverno.mod.base.concurrent - package io.inverno.mod.base.concurrent
-
Concurrent API.
- io.inverno.mod.base.converter - package io.inverno.mod.base.converter
-
Classes and interfaces for converting objects.
- io.inverno.mod.base.net - package io.inverno.mod.base.net
-
Classes and interfaces for manipulating URIs and creating non-blocking network server and client.
- io.inverno.mod.base.reflect - package io.inverno.mod.base.reflect
-
Classes and interfaces for obtaining parameterized types at runtime.
- io.inverno.mod.base.resource - package io.inverno.mod.base.resource
-
Classes and interfaces for accessing resources (file, zip, jar, classpath, module...).
- io.inverno.mod.boot - module io.inverno.mod.boot
-
The Inverno framework boot module provides basic services.
- io.inverno.mod.boot - package io.inverno.mod.boot
-
Base application beans and module configuration.
- io.inverno.mod.configuration - module io.inverno.mod.configuration
-
The Inverno framework configuration module provides advanced application configuration capabilities.
- io.inverno.mod.configuration - package io.inverno.mod.configuration
-
Inverno configuration API.
- io.inverno.mod.configuration.source - package io.inverno.mod.configuration.source
-
Inverno configuration source implementation classes.
- io.inverno.mod.http.base - module io.inverno.mod.http.base
-
The Inverno framework HTTP base module defines the base APIs and services for HTTP client and server implementations.
- io.inverno.mod.http.base - package io.inverno.mod.http.base
-
Inverno HTTP base API.
- io.inverno.mod.http.base.header - package io.inverno.mod.http.base.header
-
Inverno HTTP header API.
- io.inverno.mod.http.server - module io.inverno.mod.http.server
-
The Inverno framework HTTP server module provides a HTTP1.x and HTTP/2 server.
- io.inverno.mod.http.server - package io.inverno.mod.http.server
-
Inverno HTTP server API and module configuration.
- io.inverno.mod.irt - module io.inverno.mod.irt
-
The Inverno framework Reactive Templating module provides the base API used by Inverno Reactive Template classes to render a data model into a serialized representation (eg.
- io.inverno.mod.irt - package io.inverno.mod.irt
-
Inverno Reactive Template runtime.
- io.inverno.mod.redis - module io.inverno.mod.redis
-
The Inverno framework Redis module provides a reactive API to query Redis datastore.
- io.inverno.mod.redis - package io.inverno.mod.redis
-
Inverno Redis client API.
- io.inverno.mod.redis.lettuce - module io.inverno.mod.redis.lettuce
-
The Inverno Redis Client module which provides a Redis client based on Lettuce.
- io.inverno.mod.redis.lettuce - package io.inverno.mod.redis.lettuce
-
Inverno Lettuce Redis client wrappers.
- io.inverno.mod.redis.operations - package io.inverno.mod.redis.operations
-
Inverno Redis client operations API.
- io.inverno.mod.sql - module io.inverno.mod.sql
-
The Inverno framework SQL module defines the reactive SQL client API used to query RDBMS using SQL.
- io.inverno.mod.sql - package io.inverno.mod.sql
-
Inverno SQL client API.
- io.inverno.mod.sql.vertx - module io.inverno.mod.sql.vertx
-
The Inverno Vert.x SQL Client module which provides a SQL client based on Vert.x.
- io.inverno.mod.sql.vertx - package io.inverno.mod.sql.vertx
-
Inverno Vertx SQL client wrappers.
- io.inverno.mod.web - module io.inverno.mod.web
-
The Inverno framework Web server module provides a Web enabled HTTP1.x and HTTP/2 server
- io.inverno.mod.web - package io.inverno.mod.web
-
Inverno Web API and module configuration.
- io.inverno.mod.web.annotation - package io.inverno.mod.web.annotation
-
Annotations for creating Web controllers.
- io.inverno.mod.web.spi - package io.inverno.mod.web.spi
-
Inverno Web SPI defining common interfaces for implementing HTTP server routers.
- isActive() - Method in class io.inverno.core.v1.Module
-
Determines whether the module is active (ie. started).
- isAssignable(Type, Type) - Static method in class io.inverno.mod.base.reflect.Types
-
Determines whether a type can be assignable to another.
- isContent(String) - Static method in interface io.inverno.mod.http.base.header.HeaderService
-
Determines whether the specified value is a valid header content as defined by RFC 7230 Section 3.2.6 and RFC 5234 Appendix B.1
- isContentCharacter(char) - Static method in interface io.inverno.mod.http.base.header.HeaderService
-
Determines whether the specified character is a valid header content character as defined by RFC 7230 Section 3.2.6 and RFC 5234 Appendix B.1
- isDisabled() - Method in interface io.inverno.mod.web.spi.Route
-
Determines whether the route is disabled.
- isEmpty() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Determines whether the value is empty (ie. value is null).
- isEmpty() - Method in interface io.inverno.mod.redis.RedisTransactionResult
-
Returns true if the transaction result contains no elements.
- isFile() - Method in class io.inverno.mod.base.resource.ClasspathResource
- isFile() - Method in class io.inverno.mod.base.resource.FileResource
- isFile() - Method in class io.inverno.mod.base.resource.ModuleResource
- isFile() - Method in class io.inverno.mod.base.resource.NativeResource
- isFile() - Method in class io.inverno.mod.base.resource.PathResource
- isFile() - Method in interface io.inverno.mod.base.resource.Resource
-
Determines whether this resource represents a file.
- isFile() - Method in class io.inverno.mod.base.resource.URLResource
- isFile() - Method in class io.inverno.mod.base.resource.ZipResource
- isFinished() - Method in interface io.inverno.mod.redis.operations.AbstractScanResult
- isHeadersWritten() - Method in interface io.inverno.mod.http.server.Response
-
Determines whether the response headers have been sent to the client.
- isHttpOnly() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie HTTP only flag.
- isHttpOnly() - Method in interface io.inverno.mod.http.base.header.SetCookie
-
Returns cookie's http only flag.
- isInclusive() - Method in class io.inverno.mod.redis.operations.Bound
- ISO_8859_1 - Static variable in class io.inverno.mod.base.Charsets
-
ISO-8859-1 charset constant
- isPresent() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Determines whether the value is present (ie. value is not null).
- isResolved(ConfigurationKey, ConfigurationKey) - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
-
Determines whether the specified result key resolves the specified original query key (ie. there can't be any better result).
- isResolved(ConfigurationKey, ConfigurationKey) - Method in class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
- isSecure() - Method in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Returns the cookie secure flag.
- isSecure() - Method in interface io.inverno.mod.http.base.header.SetCookie
-
Returns cookie's secure flag.
- isSuperseded(ConfigurationKey, ConfigurationKey, ConfigurationKey) - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
-
Determines whether the specified result key supersedes the previous result key retained from previous sources for the specified original query key.
- isSuperseded(ConfigurationKey, ConfigurationKey, ConfigurationKey) - Method in class io.inverno.mod.configuration.source.DefaultCompositeConfigurationStrategy
- isToken(String) - Static method in interface io.inverno.mod.http.base.header.HeaderService
-
Determines whether the specified value is a valid header token as defined by RFC 7230 Section 3.2.6.
- isTokenCharacter(char) - Static method in interface io.inverno.mod.http.base.header.HeaderService
-
Determines whether the specified character is a valid header token character as defined by RFC 7230 Section 3.2.6.
- isUnbounded() - Method in class io.inverno.mod.redis.operations.Bound
- isUnset() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
-
Determines whether this property is unset.
- isWildcard() - Method in class io.inverno.mod.configuration.ConfigurationKey.Parameter
-
Determines whether the parameter is a wildcard parameter.
- isWildcard() - Method in class io.inverno.mod.configuration.ConfigurationKey.WildcardParameter
- item(double, double, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoItems
J
- JarResource - Class in io.inverno.mod.base.resource
-
A
Resource
implementation that identifies resources by a URI of the formjar:file:/path/to/jar!
- JarResource(URI) - Constructor for class io.inverno.mod.base.resource.JarResource
-
Creates a jar resource with the specified URI.
- JarResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.JarResource
-
Creates a jar resource with the specified URI and media type service.
- JoinableEncoder<From,
To> - Interface in io.inverno.mod.base.converter -
An encoder that can encode a collection of objects into a single object.
- JoinablePrimitiveEncoder<To> - Interface in io.inverno.mod.base.converter
-
An object encoder which is joinable with primitive encoding bindings.
- jsonByteBufConverter() - Method in class io.inverno.mod.boot.Boot
- jsonMediaTypeConverter() - Method in class io.inverno.mod.boot.Boot
- justid() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXautoclaimBuilder
- justid() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
K
- keep_alive() - Method in interface io.inverno.mod.boot.BootConfiguration
-
Enables/Disables socket keep alive.
- keep_alive(boolean) - Method in class io.inverno.mod.boot.BootConfigurationLoader.Configurator
- keepttl() - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.AbstractStringSetBuilder
- key(A) - Method in interface io.inverno.mod.redis.operations.Keys
- key_store() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
The path to the key store.
- key_store(URI) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- key_store_password() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
The password of the key store.
- key_store_password(String) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- key_store_type() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
-
The type of key store.
- key_store_type(String) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- keys(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
KEYS pattern
- keys(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
- Keys<A> - Interface in io.inverno.mod.redis.operations
- KeyScope<T> - Class in io.inverno.mod.base
-
A key scope is used to provide bean instances bound to an arbitrary key.
- KeyScope() - Constructor for class io.inverno.mod.base.KeyScope
-
Creates a key scope.
- km - Enum constant in enum class io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoUnit
-
Kilometer.
- KQUEUE - Enum constant in enum class io.inverno.mod.base.net.NetService.TransportType
-
Kqueue transport type.
L
- language() - Element in annotation interface io.inverno.mod.web.annotation.WebRoute
-
The list of languages that a request must match (ie. accept at least one of them) to be served by the route.
- language(String) - Method in interface io.inverno.mod.web.ErrorWebRouteManager
-
Specifies the language of the resource served by the error web route.
- language(String) - Method in interface io.inverno.mod.web.WebInterceptorManager
-
Specifies the language range matching the language tag produced by the resource to intercept.
- language(String) - Method in interface io.inverno.mod.web.WebRouteManager
-
Specifies the language of the resource served by the web route.
- lastModified() - Method in class io.inverno.mod.base.resource.ClasspathResource
- lastModified() - Method in class io.inverno.mod.base.resource.FileResource
- lastModified() - Method in class io.inverno.mod.base.resource.ModuleResource
- lastModified() - Method in class io.inverno.mod.base.resource.NativeResource
- lastModified() - Method in class io.inverno.mod.base.resource.PathResource
- lastModified() - Method in interface io.inverno.mod.base.resource.Resource
-
Returns the resource last modified time stamp.
- lastModified() - Method in class io.inverno.mod.base.resource.URLResource
- lastModified() - Method in class io.inverno.mod.base.resource.ZipResource
- Lazy - Annotation Interface in io.inverno.core.annotation
-
Used on a bean socket variable to inject a bean instance supplier instead of an actual bean instance.
- left() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.AbstractListLmpopBuilder
- leftLeft() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.AbstractListLmoveBuilder
- leftRight() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.AbstractListLmoveBuilder
- LENGTH_REQUIRED - Enum constant in enum class io.inverno.mod.http.base.Status
- Lettuce - Class in io.inverno.mod.redis.lettuce
- Lettuce.Builder - Class in io.inverno.mod.redis.lettuce
- Lettuce.Linker - Class in io.inverno.mod.redis.lettuce
- lettuceRedisClient() - Method in class io.inverno.mod.redis.lettuce.Lettuce
- lettuceRedisClientConfiguration() - Method in class io.inverno.mod.redis.lettuce.Lettuce
- LettuceRedisClientConfiguration - Interface in io.inverno.mod.redis.lettuce
-
Lettuce Redis client module configuration.
- LettuceRedisClientConfigurationLoader - Class in io.inverno.mod.redis.lettuce
- LettuceRedisClientConfigurationLoader() - Constructor for class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader
- LettuceRedisClientConfigurationLoader.Bean - Class in io.inverno.mod.redis.lettuce
- LettuceRedisClientConfigurationLoader.Configurator - Class in io.inverno.mod.redis.lettuce
- LF - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
-
Line feed character
- limit(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- limit(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- limit(long, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
- limit(long, long) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZrangeBuilder
- lindex(A, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LINDEX key index
- link() - Method in class io.inverno.core.v1.Module.ModuleLinker
-
Links the socket map in a new module instance and return that instance.
- link() - Method in class io.inverno.mod.boot.Boot.Linker
- link() - Method in class io.inverno.mod.http.base.Base.Linker
- link() - Method in class io.inverno.mod.http.server.Server.Linker
- link() - Method in class io.inverno.mod.redis.lettuce.Lettuce.Linker
- link() - Method in class io.inverno.mod.sql.vertx.Vertx.Linker
- link() - Method in class io.inverno.mod.web.Web.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.boot.Boot.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.http.base.Base.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.http.server.Server.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.redis.lettuce.Lettuce.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.sql.vertx.Vertx.Linker
- Linker(Map<String, Object>) - Constructor for class io.inverno.mod.web.Web.Linker
- linsert(A, boolean, B, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LINSERT key BEFORE|AFTER pivot element
- list(String) - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource
- list(String) - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource
- list(String) - Method in interface io.inverno.mod.configuration.ConfigurationSource
-
Creates a list configuration query to list configuration properties defined with the specified property name.
- list(String) - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource
- list(String) - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource
- LIST - Enum constant in enum class io.inverno.mod.redis.operations.RedisType
- ListConfigurationQuery<A extends ListConfigurationQuery<A>> - Interface in io.inverno.mod.configuration
-
A list configuration query can be executed to retrieve all configuration properties defined with a specific set of parameters.
- listProperties() - Method in class io.inverno.mod.configuration.AbstractPropertiesConfigurationSource
-
Returns the list of property names managed by the source.
- listProperties() - Method in class io.inverno.mod.configuration.source.SystemEnvironmentConfigurationSource
- listProperties() - Method in class io.inverno.mod.configuration.source.SystemPropertiesConfigurationSource
- listSpec() - Method in class io.inverno.mod.web.OpenApiRoutesConfigurer
-
Returns a JSON list including all available Open API specifications.
- listSpecSwaggerUI() - Method in class io.inverno.mod.web.OpenApiRoutesConfigurer
-
Returns the Swagger UI loading HTML for all available Open API specifications.
- llen(A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LLEN key
- lmove() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LMOVE source destination LEFT|RIGHT LEFT|RIGHT
- lmpop() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LMPOP numkeys key [key ...]
- load() - Method in class io.inverno.mod.configuration.AbstractHashConfigurationSource
-
Loads the configuration properties.
- load() - Method in interface io.inverno.mod.configuration.ConfigurationLoader
-
Loads the configuration from the configuration source with the specified parameters.
- load() - Method in class io.inverno.mod.configuration.ConfigurationLoaderSupport
- load() - Method in class io.inverno.mod.configuration.source.CommandLineConfigurationSource
- load() - Method in class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
- load() - Method in class io.inverno.mod.configuration.source.MapConfigurationSource
- load() - Method in class io.inverno.mod.configuration.source.PropertyFileConfigurationSource
- load(Consumer<BootConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.boot.BootConfigurationLoader
- load(Consumer<HttpServerConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.http.server.HttpServerConfigurationLoader
- load(Consumer<LettuceRedisClientConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader
- load(Consumer<VertxSqlClientConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader
- load(Consumer<WebConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.web.WebConfigurationLoader
- loader - Variable in class io.inverno.mod.configuration.ConfigurationLoaderSupport.ConfigurationBeanSupport
-
The configuration loader.
- lowerBoundArrayType() - Method in interface io.inverno.mod.base.reflect.WildcardTypeArgumentBuilder
-
Specifies an array type as lower bound type of the parameterized type argument.
- lowerBoundType(Class<?>) - Method in interface io.inverno.mod.base.reflect.WildcardTypeArgumentBuilder
-
Specifies the lower bound type of the parameterized type argument.
- lowerBoundType(Type) - Method in interface io.inverno.mod.base.reflect.WildcardTypeArgumentBuilder
-
Specifies the lower bound type of the parameterized type argument.
- lowercase() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which converts all characters in a string to lower case.
- lpop(A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPOP key
- lpop(A, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPOP key [count]
- lpos() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPOS key element [RANK rank] [COUNT num-matches] [MAXLEN len]
- lpos(A, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPOS key element
- lpos(A, B, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPOS key element [COUNT num-matches]
- lpush(A, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPUSH key element
- lpush(A, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPUSH key element [element ...]
- lpushx(A, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPUSHX key element
- lpushx(A, Consumer<Values<B>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LPUSHX key element [element ...]
- lrange(A, long, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LRANGE key start stop
- lrem(A, long, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LREM key count element
- lset(A, long, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LSET key index element
- lt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
- lt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
- lt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
- lt() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
- lt() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
- lt() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
- ltrim(A, long, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
-
LTRIM key start stop
M
- m - Enum constant in enum class io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoUnit
-
Meter.
- many() - Method in interface io.inverno.mod.web.RequestDataDecoder
-
Decodes the payload into many objects.
- many(Flux<T>) - Method in interface io.inverno.mod.web.ResponseDataEncoder
-
Encodes many objects.
- map - Variable in class io.inverno.mod.configuration.source.MapConfigurationSource
-
The map holding configuration data
- map(Function<? super T, ? extends R>) - Static method in class io.inverno.mod.irt.PublisherPipes
-
Returns a pipe which transforms the elements of a publisher by applying the specified mapper function.
- map(Function<? super T, ? extends R>) - Static method in class io.inverno.mod.irt.StreamPipes
-
Returns a pipe which transforms the elements of a stream by applying the specified mapper function.
- MapConfigurationSource - Class in io.inverno.mod.configuration.source
-
A configuration source that looks up properties from a map.
- MapConfigurationSource(Map<String, Object>) - Constructor for class io.inverno.mod.configuration.source.MapConfigurationSource
-
Creates a map configuration source with the specified map.
- MapConfigurationSource(Map<String, Object>, SplittablePrimitiveDecoder<Object>) - Constructor for class io.inverno.mod.configuration.source.MapConfigurationSource
-
Creates a map configuration source with the specified map and string value decoder.
- mapError(Function<? super A, ? extends T>) - Method in interface io.inverno.mod.http.server.ErrorExchange
-
Returns an error exchange consisting of the result of applying the given function to the error of the exchange.
- mapError(Function<? super A, ? extends T>) - Method in interface io.inverno.mod.web.ErrorWebExchange
- matcher(String) - Method in interface io.inverno.mod.base.net.URIPattern
-
Creates a matchers that will match the specified input URI against this pattern.
- matches() - Method in interface io.inverno.mod.base.net.URIMatcher
-
Determines whether the input URI matches against the URI pattern.
- matches(ConfigurationKey, boolean) - Method in interface io.inverno.mod.configuration.ConfigurationKey
-
Determines whether this configuration key macthes the other key.
- matches(Headers.AcceptLanguage.LanguageRange) - Method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
-
Determines whether the specified language range matches the language range.
- matches(Headers.ContentType) - Method in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
-
Determines whether the specified content type matches the media range.
- matchTrailingSlash() - Element in annotation interface io.inverno.mod.web.annotation.WebRoute
-
Indicates whether trailing slash in the request path should be matched by the route.
- max() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZinterBuilder
- max() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZmpopBuilder
- max() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder
- MAX_AGE - Static variable in interface io.inverno.mod.http.base.header.Headers.SetCookie
-
Max-Age parameter
- maxAge(int) - Method in interface io.inverno.mod.http.base.header.SetCookie.Configurator
-
sets the cookie max age in seconds.
- maxlen(long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLposBuilder
- maxlen(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- maxlen(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- MediaTypeConverter<From> - Interface in io.inverno.mod.base.converter
-
An object converter that can convert particular media types.
- MediaTypes - Class in io.inverno.mod.base.resource
-
A collection of well known media types.
- MediaTypes() - Constructor for class io.inverno.mod.base.resource.MediaTypes
- mediaTypeService - Variable in class io.inverno.mod.base.resource.AbstractResourceProvider
-
The media type service.
- mediaTypeService() - Method in class io.inverno.mod.boot.Boot
- MediaTypeService - Interface in io.inverno.mod.base.resource
-
A media type service provides methods to determine a media type based on a file name, a file extension, a path or a URI.
- merge(List<Headers.Accept>) - Static method in interface io.inverno.mod.http.base.header.Headers.Accept
-
Merges multiple accept headers into one.
- merge(List<Headers.AcceptLanguage>) - Static method in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
-
Merges multiple accept language headers into one.
- method() - Element in annotation interface io.inverno.mod.web.annotation.WebRoute
-
The list of HTTP methods to which the method of a request must belong to be served by the route.
- method(Method) - Method in interface io.inverno.mod.web.WebInterceptorManager
-
Specifies the method of the routes that must be intercepted.
- method(Method) - Method in interface io.inverno.mod.web.WebRouteManager
-
Specifies the method used to access the resource served by the web route.
- Method - Enum Class in io.inverno.mod.http.base
-
Enumeration of HTTP methods as defined by RFC 7231 Section 4.3.
- METHOD_NOT_ALLOWED - Enum constant in enum class io.inverno.mod.http.base.Status
- MethodAware - Interface in io.inverno.mod.web.spi
-
Specifies criteria required to match requests or resources based on a HTTP method.
- MethodNotAllowedException - Exception in io.inverno.mod.http.base
-
A web exception that indicates a client requested
Method Not Allowed (405)
. - MethodNotAllowedException(Set<Method>) - Constructor for exception io.inverno.mod.http.base.MethodNotAllowedException
-
Creates a method not allowed exception with the specified list of methods allowed by the requested resource.
- MethodNotAllowedException(Set<Method>, String) - Constructor for exception io.inverno.mod.http.base.MethodNotAllowedException
-
Creates a method not allowed exception with the specified list of methods allowed by the requested resource and message.
- MethodNotAllowedException(Set<Method>, String, Throwable) - Constructor for exception io.inverno.mod.http.base.MethodNotAllowedException
-
Creates a method not allowed exception with the specified list of methods allowed by the requested resource, message and cause.
- MethodNotAllowedException(Set<Method>, Throwable) - Constructor for exception io.inverno.mod.http.base.MethodNotAllowedException
-
Creates a method not allowed exception with the specified list of methods allowed by the requested resource and cause.
- mget(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
MGET key [key ...]
- mi - Enum constant in enum class io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoUnit
-
Mile.
- migrate() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
MIGRATE host port key|"" destination-db timeout [COPY] [REPLACE] [AUTH password] [AUTH2 username password] [KEYS key [key ...]]
- migrate(String, int, A, int, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
-
MIGRATE host port key|"" destination-db timeout
- min() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZinterBuilder
- min() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZmpopBuilder
- min() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder
- minid(String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- minid(String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
- MissingRequiredParameterException - Exception in io.inverno.mod.web
-
Thrown to indicates that a required parameter is missing to process the request.
- MissingRequiredParameterException() - Constructor for exception io.inverno.mod.web.MissingRequiredParameterException
-
Creates a missing required parameter exception.
- MissingRequiredParameterException(String) - Constructor for exception io.inverno.mod.web.MissingRequiredParameterException
-
Creates a missing required parameter exception for the specified parameter name.
- MissingRequiredParameterException(String, Throwable) - Constructor for exception io.inverno.mod.web.MissingRequiredParameterException
-
Creates a missing required parameter exception with the specified parameter name and cause.
- MissingRequiredParameterException(Throwable) - Constructor for exception io.inverno.mod.web.MissingRequiredParameterException
-
Creates a missing required parameter exception with the specified cause.
- mkstream() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXgroupCreateBuilder
- MODIFICATION_DATE - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
-
Modification-date parameter
- Module - Class in io.inverno.core.v1
-
The Module base class.
- Module - Annotation Interface in io.inverno.core.annotation
-
Indicates that a module is a Inverno module that must be processed during compilation in order to generate a module class.
- Module(String) - Constructor for class io.inverno.core.v1.Module
-
Creates a new Module with the specified name.
- Module.Bean<T> - Class in io.inverno.core.v1
-
Interface representing the lifecycle of a bean in a module.
- Module.BeanAggregator<E> - Class in io.inverno.core.v1
-
Aggregates single beans, collections of beans and arrays of beans.
- Module.BeanBuilder<T,
B extends Module.BeanBuilder<T, B>> - Interface in io.inverno.core.v1 -
A BeanBuilder is used within a module class to create
Module.Bean
instances. - Module.BeanBuilder.FallibleConsumer<T> - Interface in io.inverno.core.v1
-
Fallible consumer used to designates init and destroy methods which might throw checked exception.
- Module.ModuleBeanBuilder<T> - Interface in io.inverno.core.v1
-
A BeanBuilder for creating module
Module.Bean
instances. - Module.ModuleBuilder<T extends Module> - Class in io.inverno.core.v1
-
The Module Builder base class.
- Module.ModuleLinker<T extends Module> - Class in io.inverno.core.v1
-
The Module Linker base class.
- Module.Socket - Annotation Interface in io.inverno.core.v1
-
Provides socket information to the Inverno compiler.
- Module.WrapperBeanBuilder<W extends Supplier<T>,
T> - Interface in io.inverno.core.v1 -
A BeanBuilder for creating wrapper
Module.Bean
instances. - ModuleBuilder(Object...) - Constructor for class io.inverno.core.v1.Module.ModuleBuilder
-
Creates a new Module Builder.
- ModuleLinker(Map<String, Object>) - Constructor for class io.inverno.core.v1.Module.ModuleLinker
-
Creates a new Module linker with the specified socket map.
- ModuleResource - Class in io.inverno.mod.base.resource
-
A
Resource
implementation that identifies resources by a URI of the formmodule://[MODULE_NAME]/path/to/resource
ormodule:/path/to/resource
and looks up data from a module. - ModuleResource(URI) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI.
- ModuleResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI and media type service.
- ModuleResource(URI, Class<?>) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI that looks up data from the module layer that contains the module of which the specified class is a member.
- ModuleResource(URI, Class<?>, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI and media type service that looks up data from the module layer that contains the module of which the specified class is a member.
- ModuleResource(URI, ModuleLayer) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI that looks up data from the specified module layer.
- ModuleResource(URI, ModuleLayer, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ModuleResource
-
Creates a module resource with the specified URI and media type service that looks up data from the specified module layer.
- move(A, int) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
- MOVED_PERMANENTLY - Enum constant in enum class io.inverno.mod.http.base.Status
- mset(Consumer<Entries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
MSET key value [key value ...]
- msetnx(Consumer<Entries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
-
MSETNX key value [key value ...]
- multi(A...) - Method in class io.inverno.mod.redis.lettuce.PoolRedisClient
- multi(A...) - Method in interface io.inverno.mod.redis.RedisTransactionalClient
-
Starts a transaction block with the specified watches.
- multi(Function<RedisOperations<A, B>, Publisher<Publisher<?>>>, A...) - Method in class io.inverno.mod.redis.lettuce.PoolRedisClient
- multi(Function<RedisOperations<A, B>, Publisher<Publisher<?>>>, A...) - Method in interface io.inverno.mod.redis.RedisTransactionalClient
-
Executes queries in a transaction on a single connection.
- MULTI - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptOutput
- multipart() - Method in interface io.inverno.mod.http.server.RequestBody
-
Returns a multipart/form-data payload consumer.
- multipart() - Method in interface io.inverno.mod.web.WebRequestBody
- MULTIPART_FORM_DATA - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
multipart/form-data
- MULTIPART_MIXED - Static variable in class io.inverno.mod.base.resource.MediaTypes
-
multipart/mixed
- MULTIPLE_CHOICES - Enum constant in enum class io.inverno.mod.http.base.Status
N
- name - Variable in class io.inverno.core.v1.Module.Bean
-
The bean name.
- name() - Element in annotation interface io.inverno.core.annotation.Bean
-
Indicates a name identifying the bean in the module, defaults to the name of the class.
- name() - Element in annotation interface io.inverno.core.v1.Module.Socket
-
Indicates the name of the socket, defaults to the name of the socket class.
- name() - Element in annotation interface io.inverno.mod.configuration.Configuration
-
Indicates a name identifying the configuration bean in the module, defaults to the name of the class.
- name(String) - Method in interface io.inverno.mod.http.base.header.SetCookie.Configurator
-
Sets the cookie name.
- NAME_ACCEPT - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_ACCEPT_ENCODING - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_ACCEPT_LANGUAGE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_ALLOW - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CACHE_CONTROL - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CONNECTION - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CONTENT_DISPOSITION - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CONTENT_ENCODING - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CONTENT_LENGTH - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_CONTENT_TYPE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_COOKIE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_DATE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_EXPECT - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_HOST - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_HTTP2_SETTINGS - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_LAST_MODIFIED - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_LOCATION - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_PSEUDO_AUTHORITY - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_PSEUDO_METHOD - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_PSEUDO_PATH - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_PSEUDO_SCHEME - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_PSEUDO_STATUS - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_REFERER - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_RETRY_AFTER - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_SERVER - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_SET_COOKIE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_TE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_TRAILER - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_TRANSFER_ENCODING - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_UPGRADE - Static variable in class io.inverno.mod.http.base.header.Headers
- NAME_USER_AGENT - Static variable in class io.inverno.mod.http.base.header.Headers
- NativeResource - Class in io.inverno.mod.base.resource
-
A
Resource
implementation that identifies resources by a URI of the formresource:path/to/resource
and looks up data in a native image. - NativeResource(URI) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI.
- NativeResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI and media type service.
- NativeResource(URI, Class<?>) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI that looks up data from the module layer that contains the module of which the specified class is a member.
- NativeResource(URI, Class<?>, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI and media type service that looks up data from the specified class.
- NativeResource(URI, ClassLoader) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI that looks up data from the specified class loader.
- NativeResource(URI, ClassLoader, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.NativeResource
-
Creates a native resource with the specified URI and media type service that looks up data from the specified class loader.
- ndjsonMediaTypeConverter() - Method in class io.inverno.mod.boot.Boot
- NestedBean - Annotation Interface in io.inverno.core.annotation
-
Indicates that the return value of a particular method on a module bean or a socket bean should be considered as a bean and considered during dependency injection.
- netService() - Method in class io.inverno.mod.boot.Boot
- NetService - Interface in io.inverno.mod.base.net
-
A net service provides methods to create resource friendly IO and acceptor event loop groups ad well as clients and servers.
- NetService.TransportType - Enum Class in io.inverno.mod.base.net
-
Represents the transport type supported at runtime.
- NIO - Enum constant in enum class io.inverno.mod.base.net.NetService.TransportType
-
Nio transport type.
- NO_CONTENT - Enum constant in enum class io.inverno.mod.http.base.Status
- noack() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
- nomkstream() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
- NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class io.inverno.mod.http.base.Status
- NORMALIZED - Enum constant in enum class io.inverno.mod.base.net.URIs.Option
-
Normalizes the URI
- NOT_ACCEPTABLE - Enum constant in enum class io.inverno.mod.http.base.Status
- NOT_FOUND - Enum constant in enum class io.inverno.mod.http.base.Status
- NOT_IMPLEMENTED - Enum constant in enum class io.inverno.mod.http.base.Status
- NOT_MODIFIED - Enum constant in enum class io.inverno.mod.http.base.Status
- NotAcceptableException - Exception in io.inverno.mod.http.base
-
A web exception that indicates a
Not Acceptable (406)
client requested. - NotAcceptableException() - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception.
- NotAcceptableException(String) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified message.
- NotAcceptableException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified message and cause.
- NotAcceptableException(Throwable) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified cause.
- NotAcceptableException(Set<String>) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified list of media types accepted by the requested resource.
- NotAcceptableException(Set<String>, String) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified list of media types accepted by the requested resource and message.
- NotAcceptableException(Set<String>, String, Throwable) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified list of media types accepted by the requested resource, message and cause.
- NotAcceptableException(Set<String>, Throwable) - Constructor for exception io.inverno.mod.http.base.NotAcceptableException
-
Creates a not acceptable exception with the specified list of media types accepted by the requested resource and cause.
- NotFoundException - Exception in io.inverno.mod.http.base
-
A web exception that indicates that a resource was
Not Found (404)
on the server. - NotFoundException() - Constructor for exception io.inverno.mod.http.base.NotFoundException
-
Creates a not found exception.
- NotFoundException(String) - Constructor for exception io.inverno.mod.http.base.NotFoundException
-
Creates a not found exception with the specified message.
- NotFoundException(String, Throwable) - Constructor for exception io.inverno.mod.http.base.NotFoundException
-
Creates a not found exception with the specified message and cause.
- NotFoundException(Throwable) - Constructor for exception io.inverno.mod.http.base.NotFoundException
-
Creates a not found exception with the specified cause.
- NULL - Enum constant in enum class io.inverno.mod.configuration.ConfigurationUpdate.SpecialValue
-
The null special value
- number() - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number using the default format.
- number(int, int, int) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number according to the specified limits.
- number(int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number for the specified locale according to the specified limits.
- number(NumberFormat) - Static method in class io.inverno.mod.irt.Pipes
-
Returns a pipe which formats a number using the specified format.
- number(Locale) - Static metho