Interface | Description |
---|---|
AttributeConverter |
Used to convert an individual attribute/operation parameter value during transformation.
|
AttributeTransformationDescriptionBuilder |
A builder for resource and default operation transformations.
|
BaseAttributeTransformationDescriptionBuilder<T extends BaseAttributeTransformationDescriptionBuilder<?>> |
Builder for the attribute transformer for a resource/operation.
|
DiscardAttributeChecker |
Checks whether an attribute should be discarded or not
|
OperationTransformationOverrideBuilder |
Transformation builder interface for overriding a given operation.
|
RejectAttributeChecker |
Checks whether an attribute should be rejected or not
|
ResourceTransformationDescriptionBuilder |
Resource specific transformation description builder.
|
TransformationDescription |
The final transformation description including child resources.
|
TransformationDescriptionBuilder |
A transformation description builder.
|
Class | Description |
---|---|
AttributeConverter.DefaultAttributeConverter |
A default implementation of AttributeConverter
|
AttributeConverter.Factory |
Factory for common types of AttributeConverters
|
DefaultCheckersAndConverter |
Utility class combining the functionality of
DiscardAttributeChecker.DefaultDiscardAttributeChecker , RejectAttributeChecker.DefaultRejectAttributeChecker
and AttributeConverter.DefaultAttributeConverter . |
DiscardAttributeChecker.DefaultDiscardAttributeChecker |
A default implementation of DiscardAttributeChecker
|
DiscardAttributeChecker.DiscardAttributeValueChecker |
An attribute checker that discards attributes if they are one or more allowed values
|
DiscardTransformationDescriptionBuilder |
Transformation builder discarding all operations to this resource.
|
ExplicitTransformationDescriptionBuilder |
Explicit transformation description builder using the specified resource and operation transformer directly.
|
RejectAttributeChecker.DefaultRejectAttributeChecker |
A standard implementation of RejectAttributeChecker.
|
RejectAttributeChecker.ListRejectAttributeChecker |
A RejectAttributeChecker for
ModelType.LIST attribute values |
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker |
A RejectAttributeChecker for
ModelType.OBJECT attribute values |
RejectAttributeChecker.SimpleAcceptAttributeChecker |
Rejects an attribute if the value is anything other than the specified value..
|
RejectAttributeChecker.SimpleRejectAttributeChecker |
Rejects the attribute if the value is equal to the specified value.
|
RejectTransformationDescriptionBuilder | |
TransformationDescription.Tools | |
TransformationDescriptionBuilder.Factory |
Copyright © 2015 JBoss by Red Hat. All rights reserved.