public class SimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute> extends Object implements UnaryOperator<ResourceDescriptor>
ResourceDescriptor configurator for the common case of adding an enumeration of attributes.| Constructor and Description |
|---|
SimpleResourceDescriptorConfigurator(Class<E> attributeClass) |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
apply(ResourceDescriptor descriptor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentitypublic ResourceDescriptor apply(ResourceDescriptor descriptor)
apply in interface Function<ResourceDescriptor,ResourceDescriptor>Copyright © 2019 JBoss by Red Hat. All rights reserved.