Interface AttributeConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Object attribute)
      Convert an attribute to a specific type.
    • Method Detail

      • convert

        java.lang.Object convert​(java.lang.Object attribute)
        Convert an attribute to a specific type.
        Parameters:
        attribute - attribute
        Returns:
        the converted attribute