| Interface | Description |
|---|---|
| AttributeCopier<T> |
AttributeCopier.
|
| AttributeInitializer<T> |
AttributeInitializer.
|
| AttributeListener<T> |
An AttributeListener will be invoked whenever an attribute has been modified.
|
| AttributeValidator<T> |
AttributeValidator.
|
| Matchable<T> |
An interface for defining non-strict equality, e.g.
|
| Class | Description |
|---|---|
| Attribute<T> |
Attribute.
|
| AttributeDefinition<T> |
AttributeDefinition.
|
| AttributeDefinition.Builder<T> | |
| AttributeSerializer<T,U extends ConfigurationInfo,B extends ConfigurationBuilderInfo> |
Handles
Attribute serialization to external format. |
| AttributeSet |
AttributeSet is a container for
Attributes. |
| ClassAttributeSerializer<T,U extends ConfigurationInfo,B extends ConfigurationBuilderInfo> |
Attribute serializer that converters an instance to its class name when serializing and the other way around when deserializing.
|
| CollectionAttributeCopier<T> |
CollectionAttributeCopier.
|
| CopyConstructorAttributeCopier<T> |
CopyConstructorAttributeCopier.
|
| DefaultSerializer<T,U extends ConfigurationInfo,B extends ConfigurationBuilderInfo> |
Default implementation of
AttributeSerializer that uses the xmlName as the output format for the name,
and the value without transformation. |
| IdentityAttributeCopier<T> |
IdentityAttributeCopier.
|
| NullAttributeSerializer | |
| SimpleInstanceAttributeCopier<T> |
SimpleInstanceAttributeCopier.
|
| TypedPropertiesAttributeCopier |
TypedPropertiesAttributeCopier.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.