Uses of Class
io.quarkus.registry.ValueRegistry.RuntimeKey
-
Uses of ValueRegistry.RuntimeKey in io.quarkus.registry
Methods in io.quarkus.registry that return ValueRegistry.RuntimeKeyModifier and TypeMethodDescriptionstatic ValueRegistry.RuntimeKey<Boolean> ValueRegistry.RuntimeKey.booleanKey(String key) static ValueRegistry.RuntimeKey<Integer> static <T> ValueRegistry.RuntimeKey<T> static <T> ValueRegistry.RuntimeKey<T> static <T> ValueRegistry.RuntimeKey<T> Methods in io.quarkus.registry with parameters of type ValueRegistry.RuntimeKeyModifier and TypeMethodDescription<T> booleanValueRegistry.containsKey(ValueRegistry.RuntimeKey<T> key) ReturnstrueifValueRegistrycontains a mapping for the specified key.<T> TRuntimeInfoProvider.RuntimeSource.get(ValueRegistry.RuntimeKey<T> key) <T> TValueRegistry.get(ValueRegistry.RuntimeKey<T> key) Returns the value to which the specified key is mapped.<T> TValueRegistry.getOrDefault(ValueRegistry.RuntimeKey<T> key, T defaultValue) Returns the value to which the specified key is mapped.<T> voidValueRegistry.register(ValueRegistry.RuntimeKey<T> key, T value) Registers a value with a specified key.<T> voidValueRegistry.registerInfo(ValueRegistry.RuntimeKey<T> key, ValueRegistry.RuntimeInfo<T> runtimeInfo) Registers aValueRegistry.RuntimeInfowith a specified key.