Package org.keycloak.json
Annotation 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.