| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.logging |
Allocated message IDs:
000000 - 000099:
BeanLogger
000100 - 000199: BootstrapLogger
000200 - 000299: ContextLogger
000300 - 000399: ConversationLogger
000400 - 000499: EventLogger
000500 - 000599: JsfLogger
000600 - 000699: ReflectionLogger
000700 - 000799: ServletLogger
000800 - 000899: UtilLogger
000900 - 000999: VersionLogger
001000 - 001099: ElLogger
001100 - 001199: MetadataLogger
001200 - 001299: XmlLogger
001300 - 001399: BeanManagerLogger
001400 - 001499: ValidatorLogger
001500 - 001599: BeanLogger
001600 - 001699: ResolutionLogger
001700 - 001799: InterceptorLogger
001800 - 001899: SerializationLogger
001900 - 001999: ConfigurationLogger
|
| org.jboss.weld.util |
| 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,
boolean ignoreFinalMethods) |
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.