Uses of Annotation Type
com.restfb.Facebook
Packages that use Facebook
Package
Description
Contains types used to interact with the Facebook
Graph API.
Default implementations of Facebook
Graph API Objects.
Contains all types that are necessary to interact with
Facebook Send API.
-
Uses of Facebook in com.restfb
Method parameters in com.restfb with type arguments of type FacebookModifier and TypeMethodDescriptionDefaultJsonMapper.facebookFieldNamesWithMultipleMappings
(List<ReflectionUtils.FieldWithAnnotation<Facebook>> fieldsWithAnnotation) Finds any Facebook JSON fields that are mapped to more than 1 Java field.protected String
DefaultJsonMapper.getFacebookFieldName
(ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation) For a Java field annotated with theFacebook
annotation, figure out what the corresponding Facebook JSON field name to map to it is.protected void
DefaultJsonMapper.logMultipleMappingFailedForField
(String facebookFieldName, ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation, String json) Dumps out a log message when one of a multiple-mapped Facebook field name JSON-to-Java mapping operation fails.protected Object
DefaultJsonMapper.toJavaType
(ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation, JsonObject jsonObject, String facebookFieldName) Extracts JSON data for a field according to itsFacebook
annotation and returns it converted to the proper Java type. -
Uses of Facebook in com.restfb.types
Fields in com.restfb.types with annotations of type Facebook -
Uses of Facebook in com.restfb.types.send
Fields in com.restfb.types.send with annotations of type Facebook