Uses of Interface
com.restfb.JsonMapper
Packages that use JsonMapper
Package
Description
Contains types used to interact with the Facebook
Graph API.
Default implementations of Facebook
Graph API Objects.
-
Uses of JsonMapper in com.restfb
Classes in com.restfb that implement JsonMapperModifier and TypeClassDescriptionclass
Default implementation of a JSON-to-Java mapper.Fields in com.restfb declared as JsonMapperModifier and TypeFieldDescriptionprotected JsonMapper
BaseFacebookClient.jsonMapper
Handles mapping Facebook response JSON to Java objects.protected JsonMapper
BaseFacebookClient.jsonMapper
Handles mapping Facebook response JSON to Java objects.protected JsonMapper
BaseFacebookClient.jsonMapper
Handles mapping Facebook response JSON to Java objects.Methods in com.restfb that return JsonMapperModifier and TypeMethodDescriptionDefaultFacebookClient.getJsonMapper()
FacebookClient.getJsonMapper()
Gets theJsonMapper
used to convert Facebook JSON to Java objects.Methods in com.restfb with parameters of type JsonMapperModifier and TypeMethodDescriptionstatic Parameter
Parameter.with
(String name, Object value, JsonMapper jsonMapper) Factory method which provides an instance with the givenname
andvalue
, using the providedjsonMapper
to turnvalue
into a JSON string.static Body
Body.withData
(Object data, JsonMapper jsonMapper) build a new body object instance with the given data as immutable inner dataConstructors in com.restfb with parameters of type JsonMapperModifierConstructorDescriptionDefaultFacebookClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
.DefaultFacebookClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
,webRequestor
, andjsonMapper
.DefaultInstagramLoginClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultInstagramLoginClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) -
Uses of JsonMapper in com.restfb.types
Methods in com.restfb.types with parameters of type JsonMapperModifier and TypeMethodDescriptionprotected void
From.convert
(JsonMapper jsonMapper) protected void
Page.convertLabels
(JsonMapper jsonMapper) protected void
UserInvitableFriend.convertPicture
(JsonMapper jsonMapper) protected void
Album.fillPicture
(JsonMapper jsonMapper) protected void
Event.fillProfilePicture
(JsonMapper jsonMapper) protected void
Page.fillProfilePicture
(JsonMapper jsonMapper) protected void
SearchPlace.fillProfilePicture
(JsonMapper jsonMapper) protected void
Comment.jsonMappingCompleted
(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTags
field "by hand".protected void
Photo.jsonMappingCompleted
(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTags
field "by hand".protected void
Post.jsonMappingCompleted
(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTags
field "by hand".protected void
User.jsonMappingCompleted
(JsonMapper jsonMapper) -
Uses of JsonMapper in com.restfb.types.features
Methods in com.restfb.types.features with parameters of type JsonMapperModifier and TypeMethodDescriptiondefault ProfilePictureSource
HasProfilePicture.convertPicture
(JsonMapper mapper, String rawPicture) -
Uses of JsonMapper in com.restfb.types.webhook
Methods in com.restfb.types.webhook with parameters of type JsonMapper -
Uses of JsonMapper in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging with parameters of type JsonMapper