public final class JsonRefSchemaKey extends SchemaKey
loadingRef
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getId()
Get the identifier, as a long, for this schema -- DO NOT USE DIRECTLY
|
int |
hashCode() |
String |
toString() |
anonymousKey, forJsonRef, getLoadingRef
public long getId()
SchemaKey
Important: this method is here only for backwards
compatibility reasons (see SchemaTree.getId()
); you should not
be using it as a reliable identifier, since for all non anonymous
schema keys (ie, instances of JsonRefSchemaKey
), this will return
0L
.