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 TypeClassDescriptionclassDefault implementation of a JSON-to-Java mapper.Fields in com.restfb declared as JsonMapperModifier and TypeFieldDescriptionprotected JsonMapperBaseFacebookClient.jsonMapperHandles mapping Facebook response JSON to Java objects.protected JsonMapperBaseFacebookClient.jsonMapperHandles mapping Facebook response JSON to Java objects.protected JsonMapperBaseFacebookClient.jsonMapperHandles mapping Facebook response JSON to Java objects.Methods in com.restfb that return JsonMapperModifier and TypeMethodDescriptionDefaultFacebookClient.getJsonMapper()FacebookClient.getJsonMapper()Gets theJsonMapperused to convert Facebook JSON to Java objects.Methods in com.restfb with parameters of type JsonMapperModifier and TypeMethodDescriptionstatic ParameterParameter.with(String name, Object value, JsonMapper jsonMapper) Factory method which provides an instance with the givennameandvalue, using the providedjsonMapperto turnvalueinto a JSON string.static BodyBody.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 voidFrom.convert(JsonMapper jsonMapper) protected voidPage.convertLabels(JsonMapper jsonMapper) protected voidUserInvitableFriend.convertPicture(JsonMapper jsonMapper) protected voidAlbum.fillPicture(JsonMapper jsonMapper) protected voidEvent.fillProfilePicture(JsonMapper jsonMapper) protected voidPage.fillProfilePicture(JsonMapper jsonMapper) protected voidSearchPlace.fillProfilePicture(JsonMapper jsonMapper) protected voidComment.jsonMappingCompleted(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTagsfield "by hand".protected voidPhoto.jsonMappingCompleted(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTagsfield "by hand".protected voidPost.jsonMappingCompleted(JsonMapper jsonMapper) Post-JSON-mapping operation that populates themessageTagsfield "by hand".protected voidUser.jsonMappingCompleted(JsonMapper jsonMapper) -
Uses of JsonMapper in com.restfb.types.features
Methods in com.restfb.types.features with parameters of type JsonMapperModifier and TypeMethodDescriptiondefault ProfilePictureSourceHasProfilePicture.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