Index

B C E G H I K O R T V 
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 true if ValueRegistry contains 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
registerInfo(ValueRegistry.RuntimeKey<T>, ValueRegistry.RuntimeInfo<T>) - Method in interface io.quarkus.registry.ValueRegistry
Registers a ValueRegistry.RuntimeInfo with a specified key.
RuntimeInfoProvider - Interface in io.quarkus.registry
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.
B C E G H I K O R T V 
All Classes and Interfaces|All Packages