Package hydra.ext.graphql.syntax
Class BooleanValue.True
- java.lang.Object
-
- hydra.ext.graphql.syntax.BooleanValue
-
- hydra.ext.graphql.syntax.BooleanValue.True
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BooleanValue
public static final class BooleanValue.True extends BooleanValue implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.graphql.syntax.BooleanValue
BooleanValue.False, BooleanValue.PartialVisitor<R>, BooleanValue.True, BooleanValue.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.graphql.syntax.BooleanValue
FIELD_NAME_FALSE, FIELD_NAME_TRUE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description True()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(BooleanValue.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
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(BooleanValue.Visitor<R> visitor)
- Specified by:
accept
in classBooleanValue
-
-