public class CompletableFutureMapper extends AbstractTypeSubstitutingMapper
substituteType| Constructor and Description |
|---|
CompletableFutureMapper() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType |
getSubstituteType(AnnotatedType original)
Returns the type to map instead of the original.
|
boolean |
supports(AnnotatedType type) |
graphql.schema.GraphQLInputType |
toGraphQLInputType(AnnotatedType javaType,
OperationMapper operationMapper,
Set mappersToSkip,
BuildContext buildContext) |
toGraphQLTypepublic graphql.schema.GraphQLInputType toGraphQLInputType(AnnotatedType javaType, OperationMapper operationMapper, Set mappersToSkip, BuildContext buildContext)
toGraphQLInputType in interface TypeMappertoGraphQLInputType in class AbstractTypeSubstitutingMapperpublic AnnotatedType getSubstituteType(AnnotatedType original)
AbstractTypeSubstitutingMapperS.getSubstituteType in interface TypeSubstitutergetSubstituteType in class AbstractTypeSubstitutingMapperoriginal - The type to be replacedpublic boolean supports(AnnotatedType type)
Copyright © 2016–2018. All rights reserved.