| Name | Description | Type | Package | Framework |
| AbstractContext | A skeleton containing the most important parts of a custom CDI Context. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| AbstractInvocationContext | | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| AbstractResourceProvider | An abstract InjectableResourceProvider implementation with some basic utility functionality. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| Aggregated | Marks view-metadata annotations or their fields as aggregated metadata. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| AlternativeLiteral | Literal for Alternative. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| Annotateds | Utilities for working with Annotateds. | Class | org.apache.deltaspike.core | Delta Spike |
|
| AnnotatedTypeBuilder | Builder to aid in creation of a new AnnotatedType for use in CDI life cycle events. | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| AnnotationInstanceProvider | A small helper class to create an Annotation instance of the given annotation class via Proxy. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| AnnotationUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| AnyLiteral | Literal for the Any annotation. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ApplicationScopedLiteral | Literal for ApplicationScopedSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ArraysUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| BaseConfigPropertyProducer | This contains the fundamental parts for implementing own ConfigProperty producers. | Class | org.apache.deltaspike.core.spi | Delta Spike |
|
| BaseImmutableBean | A base class for implementing Bean. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| BasePropertyExpressionInterpreter | Base implementation for simple (property) expressions. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| BeanBuilder | A builder class for creating immutable beans. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| BeanManagerProvider | This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| BeanProvider | This class contains utility methods for resolution of contextual references in situations where no injection is available because the current class is not managed by the CDI Container. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| BeanUtils | A set of utility methods for working with beans. | Class | org.apache.deltaspike.core | Delta Spike |
|
| BeforeHandles | Marker annotation for a method to be considered an Exception Handler, handles the exception in the BEFORE traversal of the exception chain. | Class | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| CallbackDescriptor | Basic descriptor for a given class and callback type. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| CallbackDescriptor .CallbackEntry | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ClassDeactivationUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| ClassDeactivator | DeltaSpike allows you to deactivate pre-configured parts (like Extensions, event-broadcasters,. | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| ClasspathResourceProvider | A classpath-based resource provider. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ClassUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| CollectionUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| ConfigDescriptor | Base descriptor for all type-safe view-configs which describes the config class, metadata, callbacks and other properties of a view-config. | Interface | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ConfigDescriptorValidator | Allows to validate the final view-config descriptors before they get deployed. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ConfigFilter | A filter which can be added to the The filter can be used to decrypt config values or prepare | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| ConfigNodeConverter | Allows to provide multiple strategies to process the nodes of the built config-tree. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ConfigPreProcessor | Allows to change the found meta-data (e. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ConfigProperty | This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration A default implementation is provided in DeltaSpike for basic String injection points: | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ConfigResolver | The main entry point to the DeltaSpike configuration mechanism. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ConfigResolver .Converter | A very simple interface for conversion of configuration values from String to any Java type. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| ConfigResolver .TypedResolver | A builder-based typed resolution mechanism for configuration values. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| ConfigResolver .UntypedResolver | A builder-based optionally typed resolution mechanism for configuration values. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| ConfigSource | A ConfigSource provides properties from a specific place, like JNDI configuration, a properties file, etc | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| ConfigSourceProvider | is able to maintain multiple ConfigSources. | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| ConfigValidator | | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| ContextualInstanceInfo | This data holder contains all necessary data you need to store a Contextual Instance in a CDI Context. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| ContextualLifecycle | Callbacks used by BeanBuilder and ImmutableBeanWrapper to allow control | Interface | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| ContextualStorage | This Storage holds all information needed for storing Contextual Instances in a Context. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| ContextUtils | A set of utility methods for working with contexts. | Class | org.apache.deltaspike.core | Delta Spike |
|
| ConversationGroup | See Also:GroupedConversationScoped, ConversationSubGroup | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ConversationScopedLiteral | Literal for ConversationScopedSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ConversationSubGroup | Represents a subgroup of a conversation group. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| CoreBaseConfig | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .BeanManagerIntegration | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .InterceptorCustomization | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .MBeanIntegration | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .ScopeCustomization | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .ScopeCustomization .WindowRestriction | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .Validation | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| CoreBaseConfig .Validation .ViolationMode | | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| Deactivatable | Interface to allow easier detection of deactivatable classes. | Interface | org.apache.deltaspike.core.spi | Delta Spike |
|
| DefaultCallback | A ConfigDescriptor can contain CallbackDescriptors or ExecutableCallbackDescriptors. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| DefaultErrorView | Abstract class which marks an error view. | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| DefaultLiteral | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DelegatingContextualLifecycle | | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| DeltaSpike | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DeltaSpikeBaseConfig | Marker interface for all classes used for static configuration of DeltaSpike itself. | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| DeltaSpikeConfig | Marker interface for all classes used for dynamic configuration of DeltaSpike itself. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| DeltaSpikeLiteral | Literal for the DeltaSpike annotation. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DependentProvider | A Provider for @Dependent scoped contextual instances. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DependentScopeLiteral | Literal for DependentSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| Destroyed | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DestroyedLiteral | Annotation literal for Destroyed. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| DummyInjectionTarget | | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| ExceptionEvent | Payload for an exception to be handled. | Interface | org.apache.deltaspike.core.api.exception.control | Delta Spike |
|
| ExceptionHandler | | Class | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| ExceptionHandlingFlow | enum ExceptionHandlingFlowEnum of exception handling states. | Class | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| ExceptionStackEvent | Information about the current exception and exception cause container. | Class | org.apache.deltaspike.core.api.exception.control | Delta Spike |
|
| ExceptionStackItem | Container for the exception and it's stack trace. | Class | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| ExceptionToCatchEvent | Entry point event into the Exception Control system. | Class | org.apache.deltaspike.core.api.exception.control | Delta Spike |
|
| ExceptionUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| Exclude | @Exclude(ifProjectStage=Production. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ExecutableCallbackDescriptor | Specialized CallbackDescriptor which provides execute(java. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ExpressionInterpreter | Generic interface for evaluation of expressions, like the ones provided by Exclude. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| FileResourceProvider | A file-based resource provider, looking for a file based on the name. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| GroupedConversation | | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| GroupedConversationManager | | Interface | org.apache.deltaspike.core.spi.scope | Delta Spike |
|
| GroupedConversationScoped | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| HandlerMethod | Metadata interface for an exception handler method. | Interface | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| Handles | Marker annotation for a method to be considered an Exception Handler. | Class | org.apache.deltaspike.core.api.exception | Delta Spike |
|
| HierarchyDiscovery | Utility class for resolving all bean types from a given type. | Class | org.apache.deltaspike.core | Delta Spike |
|
| ImmutableBean | | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| ImmutableBeanWrapper | This bean-wrapper allows you to build a general purpose bean (likely a producer method), and register it for a narrowed type (or qualifiers). | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| ImmutableInjectionPoint | A base class for implementing InjectionPoint. | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| ImmutablePassivationCapableBean | | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| ImmutablePassivationCapableBeanWrapper | PassivationCapable version of an ImmutableBeanWrapper. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| Initialized | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| InitializedLiteral | Annotation literal for Initialized. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| InitView | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| InjectableMethod | Allows an AnnotatedMethod to be injected using the CDI type safe ParameterValueRedefiner allows the default value to be overridden by | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| InjectableResource | Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| InjectableResourceLiteral | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| InjectableResourceProvider | Provides lookup capability to find a resource. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| InjectionPointWrapper | Simple wrapper for injection points. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| InlineMetaDataTransformer | Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| InlineViewMetaData | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| InterceptorStrategy | Base interface for all interceptor strategies which allow to provide custom implementations for DeltaSpike interceptors. | Interface | org.apache.deltaspike.core | Delta Spike |
|
| IntrospectiveExceptionEvent | Internal view into the ExceptionEvent. | Interface | org.apache.deltaspike.core.spi.exception.control | Delta Spike |
|
| JmxBroadcaster | Interface used to send JMX message from CDI MBeans. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| JmxManaged | Describes a JMX operation or attribute, when used on a method or a field, respectively. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| LocaleResolver | Provides the current Locale. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| MBean | This annotation marks a CDI managed bean as exported through JMX. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| Message | Basic interface for all messages. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageBundle | Marker annotation for a message-bundle interface which provides type-safe messages. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageBundleLiteral | Literal for MessageBundleSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageContext | Central context for handling dynamic messages. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageContextConfig | Configures message resolution and processing of a MessageBundle. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageContextConfigLiteral | Literal for MessageContextConfigSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageInterpolator | An application can provide a custom implementation as @Alternative. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageResolver | | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| MessageTemplate | Provides the message (template) for type-safe messages. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ModelLiteral | Literal for Model annotation. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| NamedLiteral | Literal for Named qualifier. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| NavigationParameter | Used on JSF action methods, this adds navigation parameters (key-value pairs) to the resulting navigation string. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| NavigationParameter .List | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| NavigationParameterContext | Can be used to add parameters dynamically to the final navigation string. | Interface | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| NewLiteral | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| NotificationInfo | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| NotificationInfo .List | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ParameterValueRedefiner | Provides the ability to redefine the value of a parameter on an InjectableMethod via the | Interface | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| ParameterValueRedefiner .ParameterValue | Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition. | Class | org.apache.deltaspike.core.util.metadata | Delta Spike |
|
| ParentExtensionStorage | Support for Containers with 'hierarchic BeanManagers' This is mostly useful for EAR applications. | Class | org.apache.deltaspike.core | Delta Spike |
|
| PostRenderView | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| PreRenderView | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| PreViewAction | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| PreViewConfigNavigateEvent | This event is fired before a navigation from/to a view-config-based page occurs. | Class | org.apache.deltaspike.core.api.config.view.navigation | Delta Spike |
|
| ProjectStage | This class is the base of all ProjectStages. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .Development | Project-stage for developmentSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .IntegrationTest | Project-stage for integration-testsSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .Production | Default project-stage for productionSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .Staging | Project-stage for stagingSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .SystemTest | Project-stage for system-testsSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStage .UnitTest | Project-stage for unit-testsSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStageHolder | A marker interface for custom ProjectStage holders. | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| ProjectStageProducer | Produces ProjectStage configurations. | Class | org.apache.deltaspike.core | Delta Spike |
|
| PropertyFileConfig | If you implement this interface, the property files with the given file name will be registered asThere are 2 ways to register a PropertyFileConfig | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| PropertyFileUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| PropertyLoader | Utility class to load configuration properties via arbitrary property files in a well defined order. | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ProxyUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| ReflectionUtils | Utilities for common reflection based actions. | Class | org.apache.deltaspike.core | Delta Spike |
|
| RequestScopedLiteral | Literal for RequestScopedSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ServiceUtils | Allows handling the lookup (with fallbacks) in a central place. | Class | org.apache.deltaspike.core | Delta Spike |
|
| SessionScopeLiteral | Literal for SessionScopedSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| SetAccessiblePrivilegedAction | PrivilegedAction instance to enabling access to the specified AccessibleObject. | Class | org.apache.deltaspike.core.util | Delta Spike |
|
| SimpleCallbackDescriptor | ExecutableCallbackDescriptor for simple callback methods without (supported) parameters, which exposes #execute without parameters. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| SingletonLiteral | Literal for SingletonSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| SkipMetaDataMerge | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| SpecializesLiteral | Literal for SpecializesSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| StringUtils | | Class | org.apache.deltaspike.core | Delta Spike |
|
| TargetViewConfigProvider | It's restricted to reference ViewConfig classes to force more solid references. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| TestStage | | Interface | org.apache.deltaspike.core.api | Delta Spike |
|
| TypedLiteral | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ViewAccessContextManager | | Interface | org.apache.deltaspike.core.spi.scope | Delta Spike |
|
| ViewAccessScoped | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ViewConfig | | Interface | org.apache.deltaspike.core.api.config | Delta Spike |
|
| ViewConfigDescriptor | Descriptor which represents a concrete view (page). | Interface | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewConfigInheritanceStrategy | Allows to customize the inheritance-strategy for meta-data. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ViewConfigNode | Node-type used for building the meta-data-tree during the bootstrapping process. | Interface | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ViewConfigResolver | Resolver of view-configs. | Interface | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewConfigRoot | Allows to customize the default behaviour for processing the meta-data-treeOptional Element Summary | Class | org.apache.deltaspike.core.spi.config | Delta Spike |
|
| ViewControllerRef | Specifies one or more view-controllers for the view-config which has this annotation applied. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewControllerRef .AnnotationPreProcessor | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewControllerRef .Descriptor | | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewControllerRefLiteral | Literal for ViewControllerRefSee Also:Serialized Form | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| ViewMetaData | Meta-annotation for custom metadata which can be applied to view-configs. | Class | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewNavigationHandler | A type-safe ViewConfig-based NavigationHandler wrapper. | Interface | org.apache.deltaspike.core.api.config.view | Delta Spike |
|
| ViewRef | A reference to a view-config, applied on a view-controller. | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| ViewRef .Manual | | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| ViewRef .ViewRefInlineMetaDataTransformer | | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| ViewRef .ViewRefTargetViewConfigProvider | | Class | org.apache.deltaspike.core.api.config | Delta Spike |
|
| WindowContext | We support the general notion of multiple 'windows' That might be different parallel edit pages in a | Interface | org.apache.deltaspike.core.spi.scope | Delta Spike |
|
| WindowContextQuotaHandler | | Interface | org.apache.deltaspike.core.spi.scope | Delta Spike |
|
| WindowScoped | | Class | org.apache.deltaspike.core.api | Delta Spike |
|
| WrappingBeanBuilder | A WrappingBeanBuilder helps creating Beans which internally just wrap another existing Bean. | Class | org.apache.deltaspike.core.util | Delta Spike |