aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/restapi/RestApi.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add support for declarative configuration of required capabilities to RestApiBjørn Christian Seime2023-02-091-0/+18
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-071-6/+5
* Resolve conflictsJon Marius Venstad2022-04-071-0/+1
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-1/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Clarify intended use for 'uriBuilder()'Bjørn Christian Seime2021-09-061-0/+5
* Add user principal to RequestContextBjørn Christian Seime2021-07-151-0/+3
* Move mapper implementations to RestApiMappersBjørn Christian Seime2021-07-141-0/+5
* Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-141-1/+12
* Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-141-5/+38
* Expose RestApi and ObjectMapper to handler implementationBjørn Christian Seime2021-04-121-0/+1
* Add new method QueryParameters.getStringList()Bjørn Christian Seime2021-03-261-1/+4
* Add 'RequestContext.uriBuilder()'Bjørn Christian Seime2021-03-261-0/+1
* Be explicit if generic type is for request or response entityBjørn Christian Seime2021-03-261-12/+12
* Reorder generic types for request and response in handlerBjørn Christian Seime2021-03-261-5/+5
* Optional inject request entity to handler for POST,PUT,PATCHBjørn Christian Seime2021-03-261-24/+25
* Make request content methods result in error response on parse failuresBjørn Christian Seime2021-03-221-10/+6
* Introduce simplified Rest API builder (for replacing Jax-rs ressources)Bjørn Christian Seime2021-03-191-0/+119