Interface AttributeConverter<T>

    • Method Detail

      • convert

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