public class SimpleAttributeConverter extends Object implements org.jboss.as.controller.transform.description.AttributeConverter
AttributeConverter
that provides the operation or model context to a SimpleAttributeConverter.Converter
.Modifier and Type | Class and Description |
---|---|
static interface |
SimpleAttributeConverter.Converter |
org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.DefaultValueAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.Factory
Constructor and Description |
---|
SimpleAttributeConverter(SimpleAttributeConverter.Converter converter) |
Modifier and Type | Method and Description |
---|---|
void |
convertOperationParameter(org.jboss.as.controller.PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.transform.TransformationContext context) |
void |
convertResourceAttribute(org.jboss.as.controller.PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
org.jboss.as.controller.transform.TransformationContext context) |
public SimpleAttributeConverter(SimpleAttributeConverter.Converter converter)
public final void convertOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context)
convertOperationParameter
in interface org.jboss.as.controller.transform.description.AttributeConverter
public final void convertResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
convertResourceAttribute
in interface org.jboss.as.controller.transform.description.AttributeConverter
Copyright © 2018 JBoss by Red Hat. All rights reserved.