public class SharedObjectFacade extends Object
Modifier and Type | Method and Description |
---|---|
static LazyValueHolder<Set<Type>> |
getTypeClosureHolder(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) |
public static <K,V> ArraySetMultimap<K,V> wrap(ArraySetMultimap<K,V> map)
public static LazyValueHolder<Set<Type>> getTypeClosureHolder(Type type)
Copyright © 2013 Seam Framework. All Rights Reserved.