Uses of Class
org.apache.cxf.jaxrs.json.basic.JsonMapObject
-
-
Uses of JsonMapObject in org.apache.cxf.jaxrs.json.basic
Methods in org.apache.cxf.jaxrs.json.basic that return JsonMapObject Modifier and Type Method Description JsonMapObjectJsonMapObjectReaderWriter. fromJsonToJsonObject(InputStream is)JsonMapObjectJsonMapObjectReaderWriter. fromJsonToJsonObject(String json)JsonMapObjectJsonMapObject. getJsonMapProperty(String name)Methods in org.apache.cxf.jaxrs.json.basic with parameters of type JsonMapObject Modifier and Type Method Description voidJsonMapObjectReaderWriter. fromJson(JsonMapObject obj, String json)StringJsonMapObjectReaderWriter. toJson(JsonMapObject obj)voidJsonMapObjectReaderWriter. toJson(JsonMapObject obj, OutputStream os) -
Uses of JsonMapObject in org.apache.cxf.jaxrs.provider.json
Methods in org.apache.cxf.jaxrs.provider.json that return JsonMapObject Modifier and Type Method Description JsonMapObjectJsonMapObjectProvider. readFrom(Class<JsonMapObject> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)Methods in org.apache.cxf.jaxrs.provider.json with parameters of type JsonMapObject Modifier and Type Method Description longJsonMapObjectProvider. getSize(JsonMapObject o, Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt)voidJsonMapObjectProvider. writeTo(JsonMapObject o, Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os)Method parameters in org.apache.cxf.jaxrs.provider.json with type arguments of type JsonMapObject Modifier and Type Method Description JsonMapObjectJsonMapObjectProvider. readFrom(Class<JsonMapObject> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is) -
Uses of JsonMapObject in org.apache.cxf.rs.security.jose.common
Subclasses of JsonMapObject in org.apache.cxf.rs.security.jose.common Modifier and Type Class Description classJoseHeaders -
Uses of JsonMapObject in org.apache.cxf.rs.security.jose.jwe
Subclasses of JsonMapObject in org.apache.cxf.rs.security.jose.jwe Modifier and Type Class Description classJweHeaders -
Uses of JsonMapObject in org.apache.cxf.rs.security.jose.jwk
Subclasses of JsonMapObject in org.apache.cxf.rs.security.jose.jwk Modifier and Type Class Description classJsonWebKeyclassJsonWebKeys -
Uses of JsonMapObject in org.apache.cxf.rs.security.jose.jws
Subclasses of JsonMapObject in org.apache.cxf.rs.security.jose.jws Modifier and Type Class Description classJwsHeaders -
Uses of JsonMapObject in org.apache.cxf.rs.security.jose.jwt
Subclasses of JsonMapObject in org.apache.cxf.rs.security.jose.jwt Modifier and Type Class Description classJwtClaims -
Uses of JsonMapObject in org.apache.cxf.rs.security.oauth2.services
Subclasses of JsonMapObject in org.apache.cxf.rs.security.oauth2.services Modifier and Type Class Description classAuthorizationMetadataclassClientRegistrationclassClientRegistrationResponse -
Uses of JsonMapObject in org.apache.cxf.rs.security.oidc.common
Subclasses of JsonMapObject in org.apache.cxf.rs.security.oidc.common Modifier and Type Class Description classAbstractUserInfoclassClaimRequirementclassClaimsRequestclassIdTokenclassUserAddressclassUserInfo -
Uses of JsonMapObject in org.apache.cxf.rs.security.oidc.idp
Subclasses of JsonMapObject in org.apache.cxf.rs.security.oidc.idp Modifier and Type Class Description classOidcProviderMetadata
-