Module vibe.http.rest
Functions
Function name | Description |
---|---|
adjustMethodStyle | Adjusts the naming convention for a given function name to the specified style . |
registerRestInterface | Generates registers a REST interface and connects it the the given instance . |
Classes
Class name | Description |
---|---|
RestInterfaceClient | Implements the given interface by forwarding all public methods to a REST server. |
Enums
Enum name | Description |
---|---|
MethodStyle | Determines the naming convention of an identifier. |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.