public interface ResourceClassProcessor
| Modifier and Type | Method and Description |
|---|---|
ResourceClass |
process(ResourceClass clazz)
Allows the implementation of this method to modify the resource metadata represented by
the supplied
ResourceClass instance. |
ResourceClass process(ResourceClass clazz)
ResourceClass instance. Implementation will typically create
wrappers which modify only certain aspects of the metadata.clazz - The original metadataCopyright © 2021 JBoss by Red Hat. All rights reserved.