@Path(value="meta/version")
public interface VersionResource
Modifier and Type | Method and Description |
---|---|
BuildDto |
getVersionInfo() |
javax.ws.rs.core.StreamingOutput |
getVersionInfoHtml() |
@GET @Produces(value="text/html; qs=0.8") javax.ws.rs.core.StreamingOutput getVersionInfoHtml()
@GET @Produces(value="application/json; qs=0.9") BuildDto getVersionInfo()
Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.