keycloakjar.org.springframework.http.converter.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
/**
* Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.converter;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;