|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hk2.config.ConfigMetadata
public class ConfigMetadata
Constant names used in the metadata for configurable inhabitants.
| Field Summary | |
|---|---|
static String |
KEY
The name of the property used as a key for exposing inhabitants, as well as resolving references. |
static String |
KEYED_AS
If the target type is keyed, the FQCN that defines
the key field. |
static String |
TARGET
Fully qualified name of the target class that an injector works with. |
static String |
TARGET_CONTRACTS
Contracts that the target type implements. |
| Constructor Summary | |
|---|---|
ConfigMetadata()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TARGET
public static final String TARGET_CONTRACTS
public static final String KEYED_AS
target type is keyed, the FQCN that defines
the key field. This type is always assignable from the target type.
This allows a symbol space to be defined on a base class B, and
different subtypes can participate.
public static final String KEY
This is either "@attr" or "<element>" indicating where the key is read.
Attribute.key(),
Element.key(),
Constant Field Values| Constructor Detail |
|---|
public ConfigMetadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||