This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Adding JS and Java bindings.#66
Open
antoniogarrote wants to merge 14 commits into
Open
Conversation
antoniogarrote
force-pushed
the
java-bindings
branch
from
May 4, 2017 21:02
b61d44c to
a1226a0
Compare
antoniogarrote
force-pushed
the
java-bindings
branch
2 times, most recently
from
May 4, 2017 21:10
e3028b8 to
af039d3
Compare
antoniogarrote
force-pushed
the
java-bindings
branch
from
May 4, 2017 21:15
af039d3 to
0e36090
Compare
antoniogarrote
force-pushed
the
java-bindings
branch
from
May 5, 2017 16:03
dd25cb1 to
8bbd970
Compare
Contributor
Author
Contributor
Author
Contributor
|
Using: Java Bindings I believe we are missing a getter in #%RAML 1.0
title: Test
version: '1.1'
baseUri: '{environment}.test.com/{version}'
baseUriParameters:
environment: stringAnd the JSON-LD which is part of the "raml-http:parameter": {
"@id": "file://#/base-uri/environment",
"@type": [
"raml-http:Parameter",
"raml-doc:DomainElement"
],
"raml-http:paramBinding": "domain",
"raml-http:schema": {
"@id": "file://#/base-uri/environment",
"@type": [
"raml-shapes:Scalar",
"shacl:Shape"
],
"shacl:dataType": {
"@id": "xsd:string"
}
},
"schema-org:name": "environment",
"hydra:required": true
}I couldn't find any method to retrieve the |
Contributor
|
Using: Java Bindings @antoniogarrote what are we doing to better support accessing type declarations? At the moment, I see that you can do |
Contributor
|
Thanks Antonio. Can you generate the javadoc again, please? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First take at the Object Oriented interface in the Java version.
The programming guide is here and the javadoc here