Uses of Class
io.quarkus.runtime.configuration.NameIterator
Packages that use NameIterator
-
Uses of NameIterator in io.quarkus.runtime.configuration
Methods in io.quarkus.runtime.configuration with parameters of type NameIteratorModifier and TypeMethodDescriptionstatic 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)
PropertiesUtil.filterPropertiesInRoots(Iterable, Set)instead.