This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Adding JS and Java bindings. #66
Open
antoniogarrote
wants to merge
14
commits into
master
Choose a base branch
from
java-bindings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
antoniogarrote
force-pushed
the
java-bindings
branch
from
May 4, 2017 21:02
b61d44c
to
a1226a0
Compare
antoniogarrote
changed the title
Adding Java bindings fixes #65
Adding Java bindings. Fixes #65
May 4, 2017
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
antoniogarrote
changed the title
Adding Java bindings. Fixes #65
Adding JS and Java bindings.
May 5, 2017
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: string And 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 |
Using: Java Bindings @antoniogarrote what are we doing to better support accessing type declarations? At the moment, I see that you can do |
Thanks Antonio. Can you generate the javadoc again, please? |
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