Interface | Description |
---|---|
BuilderHandler |
Handler responsible for controlling access to writable properties.
|
DeploymentDescriptor |
Deployment descriptor defines configurable components of deployable unit - kjar
that will be used upon deployment to execution environment providing flexible and
independent setup per deployment unit
|
DeploymentDescriptorBuilder |
Fluent API style builder to simplify construction (or modification)
of descriptor instances.
|
ForceEagerActivationFilter | |
ObjectModelResolver |
Resolves
ObjectModel to actual instances based on underlying mechanism
such as reflection, Spring, CDI, MVEL and more. |
Class | Description |
---|---|
ForceEagerActivationOption |
Option to force evaluation and then activation of rules annotated with @Eager.
|
ForceEagerActivationOption.FILTERED | |
NamedObjectModel |
Extension of
ObjectModel that provides unique name for the object model |
ObjectModel |
Object model that defines how and of what type the object instance should be created.
|
ObjectModelResolverProvider |
Provides all available implementations of
ObjectModelResolver |
Enum | Description |
---|---|
AuditMode |
Supported audit log modes
|
MergeMode |
Defines merging strategy of two descriptors:
KEEP_ALL mean the 'master' descriptor is kept
OVERRIDE_ALL means the 'slave' descriptor is returned
OVERRIDE_EMPTY mean the 'slave' non empty value override corresponding values of the master, including collections
MERGE_COLLECTIONS means same as OVERRIDE_EMPTY but merges collections instead of overriding them
|
PersistenceMode |
Supported persistence modes
|
RuntimeStrategy |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.