public abstract class AbstractTypeAdapter<T,S> extends AbstractTypeSubstitutingMapper<S> implements InputConverter<T,S>, OutputConverter<T,S>
| Constructor and Description |
|---|
AbstractTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(AnnotatedType type) |
getSubstituteType, toGraphQLInputType, toGraphQLTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertInput, getSubstituteTypeconvertOutputpublic boolean supports(AnnotatedType type)
supports in interface InputConverter<T,S>supports in interface OutputConverter<T,S>supports in interface TypeMapperCopyright © 2016–2017. All rights reserved.