org.jboss.weld.resources
Class SharedObjectFacade
java.lang.Object
org.jboss.weld.resources.SharedObjectFacade
public class SharedObjectFacade
- extends Object
Convenience methods to access the shared object cache
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.