public class Spring3StickyBootstrap extends Object implements net.stickycode.bootstrap.StickyBootstrap
| Constructor and Description |
|---|
Spring3StickyBootstrap() |
Spring3StickyBootstrap(org.springframework.context.support.GenericApplicationContext context) |
Spring3StickyBootstrap(String... paths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFind(Class<?> type) |
void |
extend(Object extension) |
<T> T |
find(Class<T> type) |
org.springframework.beans.factory.config.AutowireCapableBeanFactory |
getAutowirer() |
Object |
getImplementation() |
net.stickycode.bootstrap.StickyBootstrap |
inject(Object value) |
void |
registerProvider(String name,
javax.inject.Provider<Object> provider,
Class<?> type) |
void |
registerSingleton(String beanName,
Object bean,
Class<?> type) |
void |
registerType(String beanName,
Class<?> type) |
net.stickycode.bootstrap.StickyBootstrap |
scan(Collection<String> packageFilters) |
net.stickycode.bootstrap.StickyBootstrap |
scan(String... paths) |
void |
shutdown() |
void |
start() |
public Spring3StickyBootstrap()
public Spring3StickyBootstrap(org.springframework.context.support.GenericApplicationContext context)
public Spring3StickyBootstrap(String... paths)
public net.stickycode.bootstrap.StickyBootstrap scan(String... paths)
scan in interface net.stickycode.bootstrap.StickyBootstrappublic org.springframework.beans.factory.config.AutowireCapableBeanFactory getAutowirer()
public net.stickycode.bootstrap.StickyBootstrap inject(Object value)
inject in interface net.stickycode.bootstrap.StickyBootstrappublic <T> T find(Class<T> type)
find in interface net.stickycode.bootstrap.StickyBootstrappublic boolean canFind(Class<?> type)
canFind in interface net.stickycode.bootstrap.StickyBootstrappublic Object getImplementation()
getImplementation in interface net.stickycode.bootstrap.StickyBootstrappublic void registerSingleton(String beanName, Object bean, Class<?> type)
registerSingleton in interface net.stickycode.bootstrap.StickyBootstrappublic void registerType(String beanName, Class<?> type)
registerType in interface net.stickycode.bootstrap.StickyBootstrappublic void shutdown()
shutdown in interface net.stickycode.bootstrap.StickyBootstrappublic net.stickycode.bootstrap.StickyBootstrap scan(Collection<String> packageFilters)
scan in interface net.stickycode.bootstrap.StickyBootstrappublic void extend(Object extension)
extend in interface net.stickycode.bootstrap.StickyBootstrappublic void start()
start in interface net.stickycode.bootstrap.StickyBootstrapCopyright © 2012–2016 RedEngine Ltd. All rights reserved.