public class VoidToBooleanTypeAdapter extends AbstractTypeAdapter<Void,Boolean>
| Constructor and Description |
|---|
VoidToBooleanTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Void |
convertInput(Boolean substitute,
AnnotatedType type,
ResolutionEnvironment resolutionEnvironment) |
Boolean |
convertOutput(Void original,
AnnotatedType type,
ResolutionEnvironment resolutionEnvironment) |
supportsgetSubstituteType, toGraphQLInputType, toGraphQLTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSubstituteTypepublic Boolean convertOutput(Void original, AnnotatedType type, ResolutionEnvironment resolutionEnvironment)
public Void convertInput(Boolean substitute, AnnotatedType type, ResolutionEnvironment resolutionEnvironment)
Copyright © 2016–2017. All rights reserved.