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