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