@Path(value="/hello") public class HelloWorldResource extends Object
Constructor and Description |
---|
HelloWorldResource() |
Modifier and Type | Method and Description |
---|---|
GenericResponse<OffsetPaginatedList<HelloWorldDto>> |
getHelloWorld()
An endpoint that returns a paginated list of
HelloWorldDto . |
@GET @Produces(value="application/json") public GenericResponse<OffsetPaginatedList<HelloWorldDto>> getHelloWorld()
HelloWorldDto
.OffsetPaginatedList
containing HelloWorldDto
's.Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.