Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 771 Bytes

hikaku - JAX-RS

Converter for JAX-RS. This converter can be used with frameworks that make use of JAX-RS. For instance:

Feature Support

Please refer to the list of all features. To check the feature support for this converter.

Currently not supported

  • Parameters defined on fields or setters

Usage

Instantiate the converter with a package name which will be scanned recursively for controllers.

Example: JaxRsConverter("de.codecentric.hikaku")