com.genexus.springboot.GxSpringBootRestService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gxspringboot Show documentation
Show all versions of gxspringboot Show documentation
Core classes for the runtime used by Java and Android apps generated with GeneXus
package com.genexus.springboot;
import com.genexus.GxRestService;
import json.org.json.JSONException;
import json.org.json.JSONObject;
import org.apache.logging.log4j.Logger;
import org.springframework.http.*;
import org.springframework.web.bind.annotation.*;
import org.springframework.http.converter.HttpMessageNotReadableException;
abstract public class GxSpringBootRestService extends GxRestService {
private static Logger log = org.apache.logging.log4j.LogManager.getLogger(GxSpringBootRestService.class);
@ExceptionHandler(Exception.class)
protected ResponseEntity
© 2015 - 2025 Weber Informatics LLC | Privacy Policy