public static class SchemaGenerator.Options
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static SchemaGenerator.Options |
defaultOptions() |
SchemaGenerator.Options |
enforceSchemaDirectives(boolean flag)
This controls whether schema directives MUST be declared using
directive definition syntax before use.
|
boolean |
isEnforceSchemaDirectives()
This controls whether schema directives MUST be declared using
directive definition syntax before use.
|
public boolean isEnforceSchemaDirectives()
public static SchemaGenerator.Options defaultOptions()
public SchemaGenerator.Options enforceSchemaDirectives(boolean flag)
flag
- the value to use