public interface ModelNodeResolver<T>
Modifier and Type | Method and Description |
---|---|
T |
resolveValue(OperationContext context,
org.jboss.dmr.ModelNode value)
Formats the attribute to the desired type.
|
T resolveValue(OperationContext context, org.jboss.dmr.ModelNode value) throws OperationFailedException
context
- the operation contextvalue
- the value to formatOperationFailedException
- if an error occursCopyright © 2023 JBoss by Red Hat. All rights reserved.