Class NoOpAbstractInputHandler
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.strategy.NoOpAbstractInputHandler
-
- All Implemented Interfaces:
AbstractInputHandler
public class NoOpAbstractInputHandler extends Object implements AbstractInputHandler
-
-
Constructor Summary
Constructors Constructor Description NoOpAbstractInputHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>
findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)
Set<Type>
findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)
-
-
-
Method Detail
-
findConstituentAbstractTypes
public Set<Type> findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)
- Specified by:
findConstituentAbstractTypes
in interfaceAbstractInputHandler
-
findConcreteSubTypes
public List<Class<?>> findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)
- Specified by:
findConcreteSubTypes
in interfaceAbstractInputHandler
-
-