public class SchemaParserOptions
Modifier and Type | Class and Description |
---|---|
static class |
SchemaParserOptions.Builder |
static class |
SchemaParserOptions.Companion |
static class |
SchemaParserOptions.GenericWrapper |
Modifier and Type | Field and Description |
---|---|
static SchemaParserOptions.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> |
component1() |
boolean |
component2() |
ObjectMapperConfigurer |
component3() |
SchemaParserOptions |
copy(java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> genericWrappers,
boolean allowUnimplementedResolvers,
ObjectMapperConfigurer objectMapperConfigurer) |
static SchemaParserOptions |
defaultOptions() |
boolean |
equals(java.lang.Object p) |
boolean |
getAllowUnimplementedResolvers() |
java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> |
getGenericWrappers() |
ObjectMapperConfigurer |
getObjectMapperConfigurer() |
int |
hashCode() |
static SchemaParserOptions.Builder |
newOptions() |
java.lang.String |
toString() |
public static SchemaParserOptions.Companion Companion
public java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> getGenericWrappers()
public boolean getAllowUnimplementedResolvers()
public ObjectMapperConfigurer getObjectMapperConfigurer()
public java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> component1()
public boolean component2()
public ObjectMapperConfigurer component3()
public SchemaParserOptions copy(java.util.List<com.coxautodev.graphql.tools.SchemaParserOptions.GenericWrapper> genericWrappers, boolean allowUnimplementedResolvers, ObjectMapperConfigurer objectMapperConfigurer)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static SchemaParserOptions.Builder newOptions()
public static SchemaParserOptions defaultOptions()