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,
javax.enterprise.inject.spi.Bean<?> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypeException(Type type,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypesException(javax.enterprise.inject.spi.Bean<?> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
getUnproxyableTypesException(Iterable<? extends Type> types,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static boolean |
isTypeProxyable(Type type,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
Indicates if a class is proxyable
|
static boolean |
isTypesProxyable(javax.enterprise.inject.spi.Bean<?> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
Indicates if a set of types are all proxyable
|
static boolean |
isTypesProxyable(Iterable<? extends Type> types,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
Indicates if a set of types are all proxyable
|
public static boolean isTypeProxyable(Type type, org.jboss.weld.bootstrap.api.ServiceRegistry services)
type
- The class to testpublic static UnproxyableResolutionException getUnproxyableTypeException(Type type, org.jboss.weld.bootstrap.api.ServiceRegistry services)
public static boolean isTypesProxyable(javax.enterprise.inject.spi.Bean<?> declaringBean, org.jboss.weld.bootstrap.api.ServiceRegistry services)
declaringBean
- with types to testpublic static boolean isTypesProxyable(Iterable<? extends Type> types, org.jboss.weld.bootstrap.api.ServiceRegistry services)
types
- The types to testpublic static UnproxyableResolutionException getUnproxyableTypesException(javax.enterprise.inject.spi.Bean<?> declaringBean, org.jboss.weld.bootstrap.api.ServiceRegistry services)
public static UnproxyableResolutionException getUnproxyableTypesException(Iterable<? extends Type> types, org.jboss.weld.bootstrap.api.ServiceRegistry services)
public static UnproxyableResolutionException getUnproxyableTypeException(Type type, javax.enterprise.inject.spi.Bean<?> declaringBean, org.jboss.weld.bootstrap.api.ServiceRegistry services)
Copyright © 2016. All rights reserved.