Uses of Interface
com.restfb.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
Modifier and TypeClassDescriptionclass
Default implementation of a JSON-to-Java mapper.Modifier 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.protected JsonMapper
BaseFacebookClient.jsonMapper
Handles mapping Facebook response JSON to Java objects.Modifier and TypeMethodDescriptionDefaultFacebookClient.getJsonMapper()
FacebookClient.getJsonMapper()
Gets theJsonMapper
used to convert Facebook JSON to Java objects.Modifier 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 dataModifierConstructorDescriptionDefaultFacebookClient
(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
.DefaultInstagramClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Deprecated.DefaultInstagramClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Deprecated.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
Modifier 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
Modifier and TypeMethodDescriptiondefault ProfilePictureSource
HasProfilePicture.convertPicture
(JsonMapper mapper, String rawPicture) -
Uses of JsonMapper in com.restfb.types.webhook
-
Uses of JsonMapper in com.restfb.types.webhook.messaging