Uses of Interface
com.restfb.JsonMapper
-
Packages that use JsonMapper Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.features com.restfb.types.webhook com.restfb.types.webhook.messaging -
-
Uses of JsonMapper in com.restfb
Classes in com.restfb that implement JsonMapper Modifier and Type Class Description class
DefaultJsonMapper
Default implementation of a JSON-to-Java mapper.Fields in com.restfb declared as JsonMapper Modifier and Type Field Description 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.protected JsonMapper
BaseFacebookClient. jsonMapper
Handles mapping Facebook response JSON to Java objects.Methods in com.restfb that return JsonMapper Modifier and Type Method Description JsonMapper
DefaultFacebookClient. getJsonMapper()
JsonMapper
FacebookClient. getJsonMapper()
Gets theJsonMapper
used to convert Facebook JSON to Java objects.Methods in com.restfb with parameters of type JsonMapper Modifier and Type Method Description static 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 JsonMapper Constructor Description DefaultFacebookClient(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
Methods in com.restfb.types with parameters of type JsonMapper Modifier and Type Method Description protected 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 JsonMapper Modifier and Type Method Description default 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 Modifier and Type Method Description ChangeValue
ChangeValueFactory. buildWithMapper(JsonMapper mapper)
-
Uses of JsonMapper in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging with parameters of type JsonMapper Modifier and Type Method Description void
NlpResult. convertRawEntites(JsonMapper mapper)
-