Class IterableRegistry<T>
java.lang.Object
org.wildfly.extension.microprofile.config.smallrye.IterableRegistry<T>
A registry whose items can be iterated over.
- Author:
- Paul Ferraro
-
Constructor Details
-
IterableRegistry
public IterableRegistry()
-
-
Method Details
-
register
Description copied from interface:RegistryRegisters the specified object with this registry -
unregister
Description copied from interface:RegistryUnregisters the specified object from this registry- Specified by:
unregisterin interfaceRegistry<T>- Parameters:
name- the object name
-
iterator
-