public class ScalaMapperFactoryImpl extends java.lang.Object implements MapperFactory
| Constructor and Description |
|---|
ScalaMapperFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsMapper |
getAnnotationsMapper() |
DataModelMapper |
getDataModelMapper() |
GraphQLTypeMapper |
getGraphQLTypeMapper() |
ValueMapper |
getValueMapper() |
public DataModelMapper getDataModelMapper()
getDataModelMapper in interface MapperFactorypublic GraphQLTypeMapper getGraphQLTypeMapper()
getGraphQLTypeMapper in interface MapperFactorypublic AnnotationsMapper getAnnotationsMapper()
getAnnotationsMapper in interface MapperFactorypublic ValueMapper getValueMapper()
getValueMapper in interface MapperFactory