Index
All Classes and Interfaces|All Packages
B
- booleanKey(String) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeKey
C
- containsKey(ValueRegistry.RuntimeKey<T>) - Method in interface io.quarkus.registry.ValueRegistry
-
Returns
trueifValueRegistrycontains a mapping for the specified key.
E
- equals(Object) - Method in class io.quarkus.registry.ValueRegistry.RuntimeKey
G
- get(ValueRegistry) - Method in interface io.quarkus.registry.ValueRegistry.RuntimeInfo
-
Construct a new instance of
T. - get(ValueRegistry) - Method in class io.quarkus.registry.ValueRegistry.RuntimeInfo.SimpleRuntimeInfo
- get(ValueRegistry.RuntimeKey<T>) - Method in interface io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
- get(ValueRegistry.RuntimeKey<T>) - Method in interface io.quarkus.registry.ValueRegistry
-
Returns the value to which the specified key is mapped.
- get(String) - Method in interface io.quarkus.registry.ValueRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getOrDefault(ValueRegistry.RuntimeKey<T>, T) - Method in interface io.quarkus.registry.ValueRegistry
-
Returns the value to which the specified key is mapped.
H
- hashCode() - Method in class io.quarkus.registry.ValueRegistry.RuntimeKey
I
- intKey(String) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeKey
- io.quarkus.registry - package io.quarkus.registry
K
- key() - Method in class io.quarkus.registry.ValueRegistry.RuntimeKey
- key(Class<T>) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeKey
- key(String) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeKey
- key(String, Class<T>) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeKey
O
- of(T) - Static method in class io.quarkus.registry.ValueRegistry.RuntimeInfo.SimpleRuntimeInfo
R
- register(ValueRegistry.RuntimeKey<T>, T) - Method in interface io.quarkus.registry.ValueRegistry
-
Registers a value with a specified key.
- register(ValueRegistry, RuntimeInfoProvider.RuntimeSource) - Method in interface io.quarkus.registry.RuntimeInfoProvider
-
To register
ValueRegistry.RuntimeInfoorValueRegistry.RuntimeKeywhenValueRegistryis instantiated. - registerInfo(ValueRegistry.RuntimeKey<T>, ValueRegistry.RuntimeInfo<T>) - Method in interface io.quarkus.registry.ValueRegistry
-
Registers a
ValueRegistry.RuntimeInfowith a specified key. - RuntimeInfoProvider - Interface in io.quarkus.registry
-
A way to register
ValueRegistry.RuntimeInfowithValueRegistry. - RuntimeInfoProvider.RuntimeSource - Interface in io.quarkus.registry
-
A source that can query runtime values to populate
ValueRegistry.
T
- type() - Method in class io.quarkus.registry.ValueRegistry.RuntimeKey
V
- ValueRegistry - Interface in io.quarkus.registry
-
Provides a low-level API for registering and accessing runtime values generated by Quarkus or Quarkus extensions.
- ValueRegistry.RuntimeInfo<T> - Interface in io.quarkus.registry
-
Allows to defer and retrieve instances of an object that represent information only available at runtime with
ValueRegistry. - ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T> - Class in io.quarkus.registry
- ValueRegistry.RuntimeKey<T> - Class in io.quarkus.registry
-
A typed key.
All Classes and Interfaces|All Packages