public interface AtomixRegistry
| Modifier and Type | Method and Description |
|---|---|
<T extends NamedType> |
getType(Class<T> type,
String name)
Returns a named registration by type.
|
<T extends NamedType> |
getTypes(Class<T> type)
Returns the collection of registrations for the given type.
|
static AtomixRegistry |
registry()
Creates a new registry.
|
static AtomixRegistry |
registry(ClassLoader classLoader)
Creates a new registry instance using the given class loader.
|
static AtomixRegistry registry()
static AtomixRegistry registry(ClassLoader classLoader)
classLoader - the registry class loader<T extends NamedType> Collection<T> getTypes(Class<T> type)
T - the type for which to return registrationstype - the type for which to return registrationsCopyright © 2013–2018. All rights reserved.