Package hydra.ext.graphql.syntax
Class NonNullType.Named
- java.lang.Object
-
- hydra.ext.graphql.syntax.NonNullType
-
- hydra.ext.graphql.syntax.NonNullType.Named
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NonNullType
public static final class NonNullType.Named extends NonNullType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.graphql.syntax.NonNullType
NonNullType.List, NonNullType.Named, NonNullType.PartialVisitor<R>, NonNullType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NamedType
value
-
Fields inherited from class hydra.ext.graphql.syntax.NonNullType
FIELD_NAME_LIST, FIELD_NAME_NAMED, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(NonNullType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final NamedType value
-
-
Constructor Detail
-
Named
public Named(NamedType value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(NonNullType.Visitor<R> visitor)
- Specified by:
accept
in classNonNullType
-
-