Annotation Interface ResourceTypeMap


@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface ResourceTypeMap
Marks a Map<String, ResourceType> field where JSON input can be either an array of ResourceType objects (keyed by their type property) or a direct map.

With Jackson 2, the meta-annotation expands automatically via JacksonAnnotationsInside. With Jackson 3, the KeycloakAnnotationIntrospector3 handles this annotation directly.