keycloakjar.org.springframework.http.codec.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
The newest version!
/**
* Provides implementations of {@link org.springframework.core.codec.Encoder}
* and {@link org.springframework.core.codec.Decoder} for web use.
*
* Also declares a high-level
* {@link org.springframework.http.codec.HttpMessageReader} and
* {@link org.springframework.http.codec.HttpMessageWriter} for reading and
* writing the body of HTTP requests and responses.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.codec;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;