org.jboss.weld.resources
Class SharedObjectFacade

java.lang.Object
  extended by org.jboss.weld.resources.SharedObjectFacade

public class SharedObjectFacade
extends Object

Convenience methods to access the shared object cache

Author:
Stuart Douglas

Method Summary
static Set<Type> getTypeClosure(Type type)
           
static
<K,V> ArraySetMultimap<K,V>
wrap(ArraySetMultimap<K,V> map)
           
static
<K,V> Map<K,V>
wrap(Map<K,V> map)
           
static
<T> Set<T>
wrap(Set<T> set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static <T> Set<T> wrap(Set<T> set)

wrap

public static <K,V> Map<K,V> wrap(Map<K,V> map)

wrap

public static <K,V> ArraySetMultimap<K,V> wrap(ArraySetMultimap<K,V> map)

getTypeClosure

public static Set<Type> getTypeClosure(Type type)


Copyright © 2013 Seam Framework. All Rights Reserved.