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