Interface ObjectMorpher

    • Method Detail

      • morph

        java.lang.Object morph​(java.lang.Object value)
        Morphs the input object into an output object of the supported type.
        Parameters:
        value - The input value to be morphed
        Throws:
        MorphException - if conversion cannot be performed successfully