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