org.infinispan.schematic.document
Class Code
java.lang.Object
org.infinispan.schematic.document.Code
- Direct Known Subclasses:
- CodeWithScope
@Immutable
@SerializeWith(value=Code.Externalizer.class)
public class Code
- extends Object
A JavaScript code
value for use within a BSON Object
.
- Since:
- 5.1
Code
public Code(String code)
getCode
public String getCode()
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.