Class ChainingConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Object o)
      Convert an attribute to a specific type.
      • Methods inherited from class java.lang.Object

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

      • ChainingConverter

        public ChainingConverter​(java.util.List<AttributeConverter> converters)
    • Method Detail

      • convert

        public java.lang.Object convert​(java.lang.Object o)
        Description copied from interface: AttributeConverter
        Convert an attribute to a specific type.
        Specified by:
        convert in interface AttributeConverter
        Parameters:
        o - attribute
        Returns:
        the converted attribute