Uses of Class
io.axoniq.dataprotection.api.Scope
-
Packages that use Scope Package Description io.axoniq.dataprotection.api Annotations, exceptions and encryption service objects of the Axon Data Protection Module. -
-
Uses of Scope in io.axoniq.dataprotection.api
Methods in io.axoniq.dataprotection.api that return Scope Modifier and Type Method Description Scopescope()Get theScopeof the annotation.Scopescope()Get theScopeof the annotation.Scopescope()Get theScopeof the annotation.static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-