| Package | Description |
|---|---|
| com.sun.enterprise.deployment |
| Modifier and Type | Method and Description |
|---|---|
MetadataSource |
LifecycleCallbackDescriptor.getMetadataSource() |
MetadataSource |
ResourceDescriptor.getMetadataSource()
Where the resource definition comes from.
|
MetadataSource |
InjectionTarget.getMetadataSource() |
static MetadataSource |
MetadataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSource[] |
MetadataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleCallbackDescriptor.setMetadataSource(MetadataSource metadataSource) |
void |
ResourceDescriptor.setMetadataSource(MetadataSource metadataSource) |
void |
InjectionTarget.setMetadataSource(MetadataSource metadataSource)
Sets where the information about the injection is coming from
|
Copyright © 2019. All rights reserved.