Package org.entur.jwt.junit5.claim
Annotation Interface MapClaim
@Retention(RUNTIME)
@Target({PARAMETER,TYPE})
@Repeatable(List.class)
@Inherited
public @interface MapClaim
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfacestatic @interface -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
path
String[] path -
entries
MapClaim.Entry[] entries- Default:
{}
-