Interface Morpher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class morphsTo()
      Returns the target Class for conversion.
      boolean supports​(java.lang.Class clazz)
      Returns true if the Morpher supports conversion from this Class.
    • Method Detail

      • morphsTo

        java.lang.Class morphsTo()
        Returns the target Class for conversion.
        Returns:
        the target Class for conversion.
      • supports

        boolean supports​(java.lang.Class clazz)
        Returns true if the Morpher supports conversion from this Class.
        Parameters:
        clazz - the source Class
        Returns:
        true if clazz is supported by this morpher, false otherwise.