mulesoft-labs / raml-for-jax-rs

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Other
296 stars 181 forks source link

Issue #418: String patterns not recognized in jaxrs Path #419

Closed Kaiser1989 closed 4 years ago

Kaiser1989 commented 4 years ago

Added path regex for jaxrs code generation. Check if given uri parameter is a String -> Check if it has a pattern -> add regex pattern to jax-rs path

Added test: ResourceBuilderTestV10:build_with_path_param_and_pattern

Implementation:

Best regards