Uses of Class
io.quarkus.runtime.configuration.NameIterator
-
Packages that use NameIterator Package Description io.quarkus.runtime.configuration -
-
Uses of NameIterator in io.quarkus.runtime.configuration
Methods in io.quarkus.runtime.configuration with parameters of type NameIterator Modifier and Type Method Description static booleanPropertiesUtil. isPropertyInRoot(Set<String> roots, NameIterator propertyName)Deprecated, for removal: This API element is subject to removal in a future version.static booleanPropertiesUtil. isPropertyQuarkusCompoundName(NameIterator propertyName)static voidConfigDiagnostic. unknown(NameIterator name)static voidConfigDiagnostic. unknownRunTime(NameIterator name)
-