public class Proxies extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Proxies.TypeInfo |
Constructor and Description |
---|
Proxies() |
Modifier and Type | Method and Description |
---|---|
static UnproxyableResolutionException |
getUnproxyableTypeException(Type type) |
static UnproxyableResolutionException |
getUnproxyableTypesException(javax.enterprise.inject.spi.Bean<?> declaringBean) |
static UnproxyableResolutionException |
getUnproxyableTypesException(Iterable<? extends Type> types) |
static boolean |
isTypeProxyable(Type type)
Indicates if a class is proxyable
|
static boolean |
isTypesProxyable(javax.enterprise.inject.spi.Bean<?> declaringBean)
Indicates if a set of types are all proxyable
|
static boolean |
isTypesProxyable(Iterable<? extends Type> types)
Indicates if a set of types are all proxyable
|
public static boolean isTypeProxyable(Type type)
type
- The class to testpublic static UnproxyableResolutionException getUnproxyableTypeException(Type type)
public static boolean isTypesProxyable(javax.enterprise.inject.spi.Bean<?> declaringBean)
declaringBean
- with types to testpublic static boolean isTypesProxyable(Iterable<? extends Type> types)
types
- The types to testpublic static UnproxyableResolutionException getUnproxyableTypesException(javax.enterprise.inject.spi.Bean<?> declaringBean)
public static UnproxyableResolutionException getUnproxyableTypesException(Iterable<? extends Type> types)
Copyright © 2012 Seam Framework. All Rights Reserved.