webapi-parser/examples/java at master · raml-org/webapi-parser

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Latest commit

This folder provides examples of how to use webapi-parser in Java projects.

Installation

See Java installation instructions.

Build project and install dependencies:

How to run

In the ./src/main/java folder, you will find examples for each feature (i.e. parser, generator, validation, resolution) showcasing the Java library. These examples are all used in the co.acme.demo.WebApiParserDemo class which can be run using Gradle run command: