Class SimpleAttributeConverter

  • All Implemented Interfaces:
    org.jboss.as.controller.transform.description.AttributeConverter
    Direct Known Subclasses:
    SingletonListAttributeConverter

    public class SimpleAttributeConverter
    extends Object
    implements org.jboss.as.controller.transform.description.AttributeConverter
    Simple AttributeConverter that provides the operation or model context to a SimpleAttributeConverter.Converter.
    Author:
    Paul Ferraro
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  SimpleAttributeConverter.Converter  
      • Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.description.AttributeConverter

        org.jboss.as.controller.transform.description.AttributeConverter.DefaultAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.DefaultValueAttributeConverter, org.jboss.as.controller.transform.description.AttributeConverter.Factory
    • Field Summary

      • Fields inherited from interface org.jboss.as.controller.transform.description.AttributeConverter

        DEFAULT_VALUE, NAME_FROM_ADDRESS
    • Method Detail

      • convertOperationParameter

        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)
        Specified by:
        convertOperationParameter in interface org.jboss.as.controller.transform.description.AttributeConverter
      • convertResourceAttribute

        public final void convertResourceAttribute​(org.jboss.as.controller.PathAddress address,
                                                   String name,
                                                   org.jboss.dmr.ModelNode value,
                                                   org.jboss.as.controller.transform.TransformationContext context)
        Specified by:
        convertResourceAttribute in interface org.jboss.as.controller.transform.description.AttributeConverter