Package hydra.ext.protobuf.type
Class Field.DefaultValue
- java.lang.Object
-
- hydra.ext.protobuf.type.Field
-
- hydra.ext.protobuf.type.Field.DefaultValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.protobuf.type.Field
Field.Cardinality, Field.DefaultValue, Field.JsonName, Field.Kind, Field.Name, Field.Number_, Field.OneofIndex, Field.Options, Field.Packed, Field.PartialVisitor<R>, Field.TypeUrl, Field.Visitor<R>
-
-
Constructor Summary
Constructors Constructor Description DefaultValue(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Field.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(Field.Visitor<R> visitor)
-
-