Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Generating Wrapper classes(java.lang.Long, java.math.BigDecimal) from the Raml1.0 schemas #298

@prudhvee

Description

@prudhvee

Hi,

Was able to generate the Wrapper classes from RAML-to-jaxrs in RAML 0.8 using raml-jaxrs-maven-plugin with the following JSON syntax.
"Interest": {“type":"object", "javaType":"java.math.BigDecimal” }

Is there a way we can generate the similar Wrapper classes (ex. "java.lang.Long" for "long" in RAML1.0 datatype schema) using the raml-to-jaxrs-maven-plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions