public class OptionalIntAdapter extends AbstractTypeAdapter<OptionalInt,Integer>
sourceTypesubstituteType| Constructor and Description |
|---|
OptionalIntAdapter() |
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
convertInput(Integer substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Integer |
convertOutput(OptionalInt original,
AnnotatedType type,
ResolutionEnvironment resolutionEnvironment) |
supportsgetSubstituteType, toGraphQLInputType, toGraphQLTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSubstituteTypepublic Integer convertOutput(OptionalInt original, AnnotatedType type, ResolutionEnvironment resolutionEnvironment)
public OptionalInt convertInput(Integer substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)
Copyright © 2016–2018. All rights reserved.