Class UnmarshallerImpl

    • Constructor Detail

      • UnmarshallerImpl

        public UnmarshallerImpl()
    • Method Detail

      • unmarshall

        public <T> T unmarshall​(Object value,
                                Class<T> type)
        Unmarshalls value to required type
        Specified by:
        unmarshall in interface Unmarshaller
        Type Parameters:
        T -
        Parameters:
        value -
        type -
        Returns: