Class SimpleAttributeConverter

java.lang.Object
org.jboss.as.clustering.controller.transform.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 
     

    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.Factory
  • Field Summary

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

    DEFAULT_VALUE, NAME_FROM_ADDRESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    final void
    convertResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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