Class | Description |
---|---|
PropertyInjectionExtension |
A CDI extension that supports injection of properties (e.g.
|
PropertyInjectionPointWrapper |
A wrapper for an
InjectionPoint that will be injected with a
property value. |
PropertyLiteral |
A
Property whose name attribute is a UUID. |
Exception | Description |
---|---|
NoSuchConverterException |
An exception thrown when a converter named on a
Property qualifier
cannot be found. |
UnresolvedPropertyException |
An exception thrown when a named property cannot be resolved to a value.
|
UnsupportedTypeException |
An exception thrown when the target type for a property injection has no
associated converter.
|
Copyright © 2014–2015. All rights reserved.