Uses of Class
io.leangen.graphql.metadata.exceptions.TypeMappingException
-
Packages that use TypeMappingException Package Description io.leangen.graphql.metadata.exceptions io.leangen.graphql.metadata.strategy.type -
-
Uses of TypeMappingException in io.leangen.graphql.metadata.exceptions
Methods in io.leangen.graphql.metadata.exceptions that return TypeMappingException Modifier and Type Method Description static TypeMappingExceptionTypeMappingException. ambiguousMemberType(Member fieldOrMethod, AnnotatedType declaringType, Exception cause)static TypeMappingExceptionTypeMappingException. ambiguousParameterType(Executable executable, Parameter parameter, Exception cause)static TypeMappingExceptionTypeMappingException. ambiguousType(Type type)static TypeMappingExceptionTypeMappingException. unknownType()static TypeMappingExceptionTypeMappingException. unresolvableSuperType(Type superType, Type subType) -
Uses of TypeMappingException in io.leangen.graphql.metadata.strategy.type
Methods in io.leangen.graphql.metadata.strategy.type that throw TypeMappingException Modifier and Type Method Description AnnotatedTypeDefaultTypeTransformer. transform(AnnotatedType type)AnnotatedTypeTypeTransformer. transform(AnnotatedType type)
-