Interface ObjectEntryOpenAPIResource


public interface ObjectEntryOpenAPIResource
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,com.liferay.portal.vulcan.batch.engine.Field>
    getFields(jakarta.ws.rs.core.UriInfo uriInfo)
     
    jakarta.ws.rs.core.Response
    getOpenAPI(jakarta.servlet.http.HttpServletRequest httpServletRequest, String type, jakarta.ws.rs.core.UriInfo uriInfo)
     
    Map<String,io.swagger.v3.oas.models.media.Schema>
     
  • Method Details

    • getFields

      Map<String,com.liferay.portal.vulcan.batch.engine.Field> getFields(jakarta.ws.rs.core.UriInfo uriInfo) throws Exception
      Throws:
      Exception
    • getOpenAPI

      jakarta.ws.rs.core.Response getOpenAPI(jakarta.servlet.http.HttpServletRequest httpServletRequest, String type, jakarta.ws.rs.core.UriInfo uriInfo) throws Exception
      Throws:
      Exception
    • getSchemas

      Map<String,io.swagger.v3.oas.models.media.Schema> getSchemas() throws Exception
      Throws:
      Exception