public class MappingConfig extends java.lang.Object implements GraphQLCodegenConfiguration, Combinable<MappingConfig>
Constructor and Description |
---|
MappingConfig() |
Modifier and Type | Method and Description |
---|---|
void |
combine(MappingConfig source)
Combine with source.
|
void |
putCustomTypeMappingIfAbsent(java.lang.String from,
java.lang.String to)
Put custom type mapping if absent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApiPackageName, getCustomAnnotationsMapping, getCustomTypesMapping, getFieldsWithoutResolvers, getFieldsWithResolvers, getGenerateApis, getGenerateAsyncApi, getGenerateBuilder, getGenerateDataFetchingEnvironmentArgumentInApis, getGenerateEqualsAndHashCode, getGenerateExtensionFieldsResolvers, getGenerateParameterizedFieldsResolvers, getGenerateRequests, getGenerateToString, getModelNamePrefix, getModelNameSuffix, getModelPackageName, getModelValidationAnnotation, getPackageName, getRequestSuffix, getResponseProjectionSuffix, getSubscriptionReturnType
public void combine(MappingConfig source)
Combinable
combine
in interface Combinable<MappingConfig>
source
- the sourcepublic void putCustomTypeMappingIfAbsent(java.lang.String from, java.lang.String to)
from
- the fromto
- the to