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