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