public class Proxies
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Proxies.TypeInfo |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getDeclaringBeanInfo(Bean<?> bean) |
static UnproxyableResolutionException |
getUnproxyableTypeException(java.lang.reflect.Type type,
Bean<?> declaringBean,
ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypeException(java.lang.reflect.Type type,
ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypesException(Bean<?> declaringBean,
ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypesException(java.lang.Iterable<? extends java.lang.reflect.Type> types,
ServiceRegistry services) |
static boolean |
isTypeProxyable(java.lang.reflect.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(java.lang.Iterable<? extends java.lang.reflect.Type> types,
ServiceRegistry services)
Indicates if a set of types are all proxyable
|
public static boolean isTypeProxyable(java.lang.reflect.Type type,
ServiceRegistry services)
type - The class to testpublic static UnproxyableResolutionException getUnproxyableTypeException(java.lang.reflect.Type type, ServiceRegistry services)
public static boolean isTypesProxyable(Bean<?> declaringBean, ServiceRegistry services)
declaringBean - with types to testpublic static boolean isTypesProxyable(java.lang.Iterable<? extends java.lang.reflect.Type> types,
ServiceRegistry services)
types - The types to testpublic static UnproxyableResolutionException getUnproxyableTypesException(Bean<?> declaringBean, ServiceRegistry services)
public static UnproxyableResolutionException getUnproxyableTypesException(java.lang.Iterable<? extends java.lang.reflect.Type> types, ServiceRegistry services)
public static UnproxyableResolutionException getUnproxyableTypeException(java.lang.reflect.Type type, Bean<?> declaringBean, ServiceRegistry services)
public static java.lang.Object getDeclaringBeanInfo(Bean<?> bean)
Copyright © 2015. All Rights Reserved.