public interface ResourceTransformer
Modifier and Type | Field and Description |
---|---|
static ResourceTransformer |
DEFAULT |
static ResourceTransformer |
DISCARD |
Modifier and Type | Method and Description |
---|---|
void |
transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
static final ResourceTransformer DEFAULT
static final ResourceTransformer DISCARD
void transformResource(ResourceTransformationContext context, PathAddress address, Resource resource) throws OperationFailedException
context
- the resource transformation contextaddress
- the path addressresource
- the resource to transformOperationFailedException
Copyright © 2023 JBoss by Red Hat. All rights reserved.