| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.logging |
Allocated message IDs:
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
<T> UnproxyableResolutionException |
ProxyInstantiator.validateNoargConstructor(Constructor<T> constructor,
Class<?> clazz,
javax.enterprise.inject.spi.Bean<?> declaringBean)
Validate, whether the given constructor is sufficient for a class to be proxyable.
|
<T> UnproxyableResolutionException |
DefaultProxyInstantiator.validateNoargConstructor(Constructor<T> constructor,
Class<?> clazz,
javax.enterprise.inject.spi.Bean<?> declaringBean) |
| Modifier and Type | Method and Description |
|---|---|
<T> UnproxyableResolutionException |
ProxyInstantiator.validateNoargConstructor(Constructor<T> constructor,
Class<?> clazz,
javax.enterprise.inject.spi.Bean<?> declaringBean)
Validate, whether the given constructor is sufficient for a class to be proxyable.
|
<T> UnproxyableResolutionException |
DefaultProxyInstantiator.validateNoargConstructor(Constructor<T> constructor,
Class<?> clazz,
javax.enterprise.inject.spi.Bean<?> declaringBean) |
| Modifier and Type | Method and Description |
|---|---|
static UnproxyableResolutionException |
Proxies.getUnproxyableTypeException(Type type,
javax.enterprise.inject.spi.Bean<?> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypeException(Type type,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypesException(javax.enterprise.inject.spi.Bean<?> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
static UnproxyableResolutionException |
Proxies.getUnproxyableTypesException(Iterable<? extends Type> types,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
Copyright © 2017. All rights reserved.