public class Proxies extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Proxies.TypeInfo |
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)
public static LinkedHashSet<Class<?>> sortInterfacesHierarchy(Set<Class<?>> interfaces)
interfaces - Copyright © 2016. All Rights Reserved.