Skip to content

janeirodigital/shapetrees-java

Repository files navigation

shapetrees-java

Coverage Maintainability Rating Reliability Rating Security Rating

A Java (JDK11+) implementation of the shape tree specification.

JavaDocs are generated and published with each release.

Each module within the project has its own README.md to further explain its contents:

  • shapetrees-java-core - Core validation functionality and any classes required to interact with the API are present here
  • shapetrees-java-client-okhttp - Provides a shape tree client implemented with OkHttp. This client can perform client-side validation by using an interceptor or interact directly with a server that performs server-side validation.