Uses of Interface
org.jboss.weld.inject.WeldInstance.Handler
-
Packages that use WeldInstance.Handler Package Description org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.inject org.jboss.weld.util -
-
Uses of WeldInstance.Handler in org.jboss.weld
Methods in org.jboss.weld that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>AbstractCDI. getHandler()Methods in org.jboss.weld that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>AbstractCDI. getPriorityComparator()Iterable<WeldInstance.Handler<T>>AbstractCDI. handlers() -
Uses of WeldInstance.Handler in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>InstanceImpl. getHandler()Methods in org.jboss.weld.bean.builtin that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>InstanceImpl. getPriorityComparator()Iterable<WeldInstance.Handler<T>>InstanceImpl. handlers() -
Uses of WeldInstance.Handler in org.jboss.weld.inject
Methods in org.jboss.weld.inject that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>WeldInstance. getHandler()Deprecated.Methods in org.jboss.weld.inject that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>WeldInstance. getPriorityComparator()Deprecated.Iterable<WeldInstance.Handler<T>>WeldInstance. handlers()Deprecated.default Stream<? extends WeldInstance.Handler<T>>WeldInstance. handlersStream()Deprecated. -
Uses of WeldInstance.Handler in org.jboss.weld.util
Methods in org.jboss.weld.util that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>ForwardingWeldInstance. getHandler()Methods in org.jboss.weld.util that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>ForwardingWeldInstance. getPriorityComparator()Iterable<WeldInstance.Handler<T>>ForwardingWeldInstance. handlers()
-