Uses of Class
org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter
Packages that use JsonMapObjectReaderWriter
Package
Description
-
Uses of JsonMapObjectReaderWriter in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JsonMapObjectReaderWriterModifier and TypeMethodDescriptionprotected JsonMapObjectReaderWriterAbstractJweEncryption.getJwtHeadersWriter() -
Uses of JsonMapObjectReaderWriter in org.apache.cxf.rs.security.jose.jwk
Subclasses of JsonMapObjectReaderWriter in org.apache.cxf.rs.security.jose.jwk -
Uses of JsonMapObjectReaderWriter in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JsonMapObjectReaderWriterModifier and TypeMethodDescriptionprotected JsonMapObjectReaderWriterJwsCompactConsumer.getReader()Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JsonMapObjectReaderWriterModifierConstructorDescriptionprotectedJwsCompactProducer(JwsHeaders headers, JsonMapObjectReaderWriter w, String plainJwsPayload) protectedJwsCompactProducer(JwsHeaders headers, JsonMapObjectReaderWriter w, String plainJwsPayload, boolean detached) protected -
Uses of JsonMapObjectReaderWriter in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JsonMapObjectReaderWriterModifier and TypeMethodDescriptionstatic StringJwtUtils.claimsToJson(JwtClaims claims, JsonMapObjectReaderWriter writer)