public final class AnonymousSchemaKey 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, getLoadingRefpublic long getId()
SchemaKeyImportant: 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.