Class NominatimJsonObjectUnmarshaller<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isErrorResponse​(ErrorResponse response)  
      • Methods inherited from class net.anwiba.commons.json.AbstractJsonObjectUnmarshaller

        _unmarshal, createException
      • Methods inherited from class net.anwiba.commons.json.AbstractJsonUnmarshaller

        createIOException, unmarshal, unmarshal, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NominatimJsonObjectUnmarshaller

        public NominatimJsonObjectUnmarshaller​(java.lang.Class<T> clazz)
    • Method Detail

      • isErrorResponse

        protected boolean isErrorResponse​(ErrorResponse response)
        Overrides:
        isErrorResponse in class net.anwiba.commons.json.AbstractJsonUnmarshaller<T,​T,​ErrorResponse,​java.io.IOException>