Uses of Class
org.eclipse.sisu.bean.BeanLifecycle
-
Packages that use BeanLifecycle Package Description org.eclipse.sisu.bean Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections. -
-
Uses of BeanLifecycle in org.eclipse.sisu.bean
Fields in org.eclipse.sisu.bean declared as BeanLifecycle Modifier and Type Field Description (package private) static BeanLifecycle
BeanLifecycle. NO_OP
Fields in org.eclipse.sisu.bean with type parameters of type BeanLifecycle Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,BeanLifecycle>
LifecycleManager. lifecycles
Methods in org.eclipse.sisu.bean that return BeanLifecycle Modifier and Type Method Description BeanLifecycle
LifecycleBuilder. build(java.lang.Class<?> clazz)
Builds a newBeanLifecycle
for the given bean type.private BeanLifecycle
LifecycleManager. lifecycleFor(java.lang.Object bean)
Looks up the JSR250 lifecycle previously built for this bean.
-