public static interface WadlGenerator.Resolver
<T> T resolve(java.lang.Class wadlType, MediaType mt, java.lang.Class<T> resolvedType)
resolvedType
- The type of the element to result, for XML Schema
this is going to be QName, for JSON Schema URI. If the resolver
doesn't recognise this type then it should return null.wadlType
- The type of the classmt
- The media type it needs to be resolve relative to.Copyright © 2016 Oracle Corporation. All Rights Reserved.