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