Class JacksonModule
- java.lang.Object
-
- io.leangen.graphql.module.common.jackson.JacksonModule
-
- All Implemented Interfaces:
Module,SimpleModule
public class JacksonModule extends Object implements SimpleModule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.leangen.graphql.module.Module
Module.SetupContext
-
-
Constructor Summary
Constructors Constructor Description JacksonModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InputConverter<?,?>>getInputConverters()List<OutputConverter<?,?>>getOutputConverters()List<TypeMapper>getTypeMappers()voidsetUp(Module.SetupContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.leangen.graphql.module.SimpleModule
getArgumentInjectors, getNestedResolverBuilders, getResolverBuilders, getTypeInfoGenerator
-
-
-
-
Method Detail
-
getTypeMappers
public List<TypeMapper> getTypeMappers()
- Specified by:
getTypeMappersin interfaceSimpleModule
-
getOutputConverters
public List<OutputConverter<?,?>> getOutputConverters()
- Specified by:
getOutputConvertersin interfaceSimpleModule
-
getInputConverters
public List<InputConverter<?,?>> getInputConverters()
- Specified by:
getInputConvertersin interfaceSimpleModule
-
setUp
public void setUp(Module.SetupContext context)
- Specified by:
setUpin interfaceModule- Specified by:
setUpin interfaceSimpleModule
-
-