Package io.quarkus.registry
Interface ValueRegistry.RuntimeInfo<T>
- All Known Implementing Classes:
ValueRegistry.RuntimeInfo.SimpleRuntimeInfo
- Enclosing interface:
ValueRegistry
public static interface ValueRegistry.RuntimeInfo<T>
Allows to defer and retrieve instances of an object that represent information only available at
runtime with
ValueRegistry.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget(ValueRegistry valueRegistry) Construct a new instance ofT.
-
Method Details
-
get
Construct a new instance ofT.- Parameters:
valueRegistry- which carries information to construct a new instance ofT.- Returns:
- an instance of
T.
-