Package io.quarkus.registry
Class ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T>
java.lang.Object
io.quarkus.registry.ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T>
- All Implemented Interfaces:
ValueRegistry.RuntimeInfo<T>
- Enclosing interface:
ValueRegistry.RuntimeInfo<T>
public static class ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T>
extends Object
implements ValueRegistry.RuntimeInfo<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.registry.ValueRegistry.RuntimeInfo
ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T> -
Method Summary
Modifier and TypeMethodDescriptionget(ValueRegistry valueRegistry) Construct a new instance ofT.static <T> ValueRegistry.RuntimeInfo.SimpleRuntimeInfo<T> of(T value)
-
Method Details
-
get
Description copied from interface:ValueRegistry.RuntimeInfoConstruct a new instance ofT.- Specified by:
getin interfaceValueRegistry.RuntimeInfo<T>- Parameters:
valueRegistry- which carries information to construct a new instance ofT.- Returns:
- an instance of
T.
-
of
-