Interface Unmarshaller

    • Method Detail

      • supports

        boolean supports​(Class<?> clazz)
        Indicate whether this unmarshaller can unmarshal instances of the supplied type.
        Parameters:
        clazz - the class that this unmarshaller is being asked if it can marshal
        Returns:
        true if this unmarshaller can indeed unmarshal to the supplied class; false otherwise