public class DroneRegistryImpl extends Object implements DroneRegistry
DroneRegistry| Modifier and Type | Method and Description |
|---|---|
<T extends Sortable> |
getEntryFor(Class<?> key,
Class<T> entryType) |
DroneRegistry |
registerConfiguratorFor(Class<?> key,
Configurator<?,?> configurator) |
DroneRegistry |
registerDestructorFor(Class<?> key,
Destructor<?> value) |
DroneRegistry |
registerInstantiatorFor(Class<?> key,
Instantiator<?,?> value) |
public DroneRegistry registerConfiguratorFor(Class<?> key, Configurator<?,?> configurator)
registerConfiguratorFor in interface DroneRegistrypublic DroneRegistry registerInstantiatorFor(Class<?> key, Instantiator<?,?> value)
registerInstantiatorFor in interface DroneRegistrypublic DroneRegistry registerDestructorFor(Class<?> key, Destructor<?> value)
registerDestructorFor in interface DroneRegistrypublic <T extends Sortable> T getEntryFor(Class<?> key, Class<T> entryType) throws IllegalStateException
getEntryFor in interface DroneRegistryIllegalStateExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.