public static class ExtensionContext.Namespace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionContext.Namespace |
DEFAULT
The default namespace which allows access to stored data from all extensions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static ExtensionContext.Namespace |
of(java.lang.Object... parts)
Create a namespace which restricts access to data to all users which use the same
parts for creating a namespace. |
public static final ExtensionContext.Namespace DEFAULT
public static ExtensionContext.Namespace of(java.lang.Object... parts)
parts for creating a namespace. The order of the parts is not significant.
Internally the parts are compared using Object.equals(Object).
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object