public interface ObjectEntryOpenAPIResource
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,com.liferay.portal.vulcan.batch.engine.Field> |
getFields(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getOpenAPI(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String type,
javax.ws.rs.core.UriInfo uriInfo) |
java.util.Map<java.lang.String,io.swagger.v3.oas.models.media.Schema> |
getSchemas() |
java.util.Map<java.lang.String,com.liferay.portal.vulcan.batch.engine.Field> getFields(javax.ws.rs.core.UriInfo uriInfo) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response getOpenAPI(javax.servlet.http.HttpServletRequest httpServletRequest, java.lang.String type, javax.ws.rs.core.UriInfo uriInfo) throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,io.swagger.v3.oas.models.media.Schema> getSchemas() throws java.lang.Exception
java.lang.Exception