Package org.glassfish.jersey.server.wadl
Interface WadlGenerator.Resolver
-
- Enclosing interface:
- WadlGenerator
public static interface WadlGenerator.ResolverCall back interface that the created external grammar can use to allow other parts of the code to attach the correct grammar information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNameresolve(Class type)Resolve a Class type to a QName.
-