Uses of Interface
org.jboss.weld.injection.ThreadLocalStack.ThreadLocalStackReference
-
Packages that use ThreadLocalStack.ThreadLocalStackReference Package Description org.jboss.weld.injection -
-
Uses of ThreadLocalStack.ThreadLocalStackReference in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return ThreadLocalStack.ThreadLocalStackReference Modifier and Type Method Description ThreadLocalStack.ThreadLocalStackReference<T>ThreadLocalStack. push(T item)ThreadLocalStack.ThreadLocalStackReference<T>ThreadLocalStack. pushConditionally(T item, boolean condition)Convenience method which only pushes something to stack if the condition evaluates to true.ThreadLocalStack.ThreadLocalStackReference<T>ThreadLocalStack. pushIfNotNull(T item)Convenience method which also accepts null values.
-