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