Interface Unmarshaller

  • All Known Implementing Classes:
    UnmarshallerImpl

    public interface Unmarshaller
    Author:
    slavb
    • Method Detail

      • unmarshall

        Object unmarshall​(Object value,
                          String type)
        Unmarshalls value to required type
        Parameters:
        value -
        type -
        Returns:
      • unmarshall

        <T> T unmarshall​(Object value,
                         Class<T> type)
        Unmarshalls value to required type
        Type Parameters:
        T -
        Parameters:
        value -
        type -
        Returns: