org.glassfish.jersey.server.wadl
Interface WadlGenerator.Resolver
- Enclosing interface:
- WadlGenerator
public static interface WadlGenerator.Resolver
Call back interface that the create external grammar can use
to allow other parts of the code to attach the correct grammar information
resolve
QName resolve(Class type)
- Parameters:
type
- The type of the class
- Returns:
- The schema type of the class if defined, null if not.
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.