public final class ScopeKey extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<SerializationScope> |
getScopes() |
int |
hashCode() |
static ScopeKey |
of(Set<SerializationScope> scopes)
Factory method.
|
public static ScopeKey of(Set<SerializationScope> scopes)
scopes - the scopespublic Set<SerializationScope> getScopes()
Copyright © 2026. All rights reserved.