Package org.entur.jwt.junit5.claim
Annotation Type MapClaim
-
@Retention(RUNTIME) @Target({PARAMETER,TYPE}) @Repeatable(List.class) @Inherited public @interface MapClaim
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]path
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description MapClaim.Entry[]entries
-
-
-
-
entries
MapClaim.Entry[] entries
- Default:
- {}
-
-