public class TypeEncodedValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
type |
private java.lang.String |
value |
| Constructor and Description |
|---|
TypeEncodedValue(java.lang.String type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
private boolean |
equalsType(TypeEncodedValue that) |
private boolean |
equalsValue(TypeEncodedValue that) |
java.lang.Object |
getDecodedValue() |
java.lang.Object |
getDecodedValue(java.lang.ClassLoader classLoader) |
int |
hashCode() |
boolean |
isTypeClass() |
public TypeEncodedValue(java.lang.String type,
java.lang.String value)
public boolean isTypeClass()
public java.lang.Object getDecodedValue()
public java.lang.Object getDecodedValue(java.lang.ClassLoader classLoader)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectprivate boolean equalsType(TypeEncodedValue that)
private boolean equalsValue(TypeEncodedValue that)