All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qas.api.transform.VoidJsonUnmarshaller Maven / Gradle / Ivy

The newest version!
package org.qas.api.transform;

/**
 * VoidJsonUnmarshaller
 *
 * @author Dzung Nguyen
 * @version $Id VoidJsonUnmarshaller 2014-03-27 11:24:30z dungvnguyen $
 * @since 1.0
 */
public class VoidJsonUnmarshaller extends AbstractUnmarshaller {
  //~ class members ===========================================================

  @Override
  public boolean isParseJson() {
    return false;
  }

  @Override
  public T unmarshall(JsonUnmarshallerContext in) throws Exception {
    return null;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy