Class CompositeConverter.CompositeConverterConverter

java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.conv.CompositeConverter.CompositeConverterConverter
Enclosing class:
CompositeConverter

protected abstract static class CompositeConverter.CompositeConverterConverter extends CompositeConverter
  • Constructor Details

    • CompositeConverterConverter

      protected CompositeConverterConverter(AsnConverter[] componentConverters)
  • Method Details

    • getComponentObject

      public Object getComponentObject(Object object, int index)
      Description copied from class: CompositeConverter
      Given the composite value object, and the component index, return the component value object.
      Specified by:
      getComponentObject in class CompositeConverter
      Parameters:
      object - The composite value object
      index - The component index
      Returns:
      The component value object
    • setComponentObject

      public void setComponentObject(Object object, int index, Object componentObject)
      Description copied from class: CompositeConverter
      Set the component value object of the composite value object
      Specified by:
      setComponentObject in class CompositeConverter
      Parameters:
      object - The composite value object
      index - The component index
      componentObject - The component value object