diablonhn

Results 2 issues of diablonhn

``` #%RAML 0.8 --- title: title0 traits: - vehicle: headers: traitHeader0: ``` In raml-java-parser-1.0.8, calling: ``` Trait trait = api.traits().get(0); List headers = trait.headers(); ``` throws the following exception: ```...

There is currently no way to get the ``OAuth2SecuritySchemeSettings`` for an oauth scheme because the interface ``SecuritySchemeSettings`` has no methods. Trying to cast ``SecuritySchemeSettings`` to ``OAuth2SecuritySchemeSettings`` gives a ClassCastException because...

v2
RAML 0.8