org.infinispan.schematic.document
Class Symbol
java.lang.Object
org.infinispan.schematic.document.Symbol
- All Implemented Interfaces:
- Serializable
@Immutable
@SerializeWith(value=Symbol.Externalizer.class)
public final class Symbol
- extends Object
- implements Serializable
A symbol
value for use within a BSON Object
.
- Since:
- 5.1
- See Also:
- Serialized Form
Symbol
public Symbol(String symbol)
getSymbol
public String getSymbol()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.