Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
BeansDescriptor |
BeansDescriptor.removeAlternatives()
Removes the
alternatives element |
BeansDescriptor |
BeansDescriptor.removeDecorators()
Removes the
decorators element |
BeansDescriptor |
BeansDescriptor.removeInterceptors()
Removes the
interceptors element |
Modifier and Type | Method and Description |
---|---|
Alternatives<BeansDescriptor> |
BeansDescriptor.getOrCreateAlternatives()
If not already created, a new
alternatives element with the given value will be created. |
Decorators<BeansDescriptor> |
BeansDescriptor.getOrCreateDecorators()
If not already created, a new
decorators element with the given value will be created. |
Interceptors<BeansDescriptor> |
BeansDescriptor.getOrCreateInterceptors()
If not already created, a new
interceptors element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.