|
spring-social-facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.facebook.api.FacebookObject
public abstract class FacebookObject
Base class for all Facebook types. Offers an extraData property for carrying any data in response from Facebook that won't be otherwise mapped to any properties of the subclass.
| Constructor Summary | |
|---|---|
FacebookObject()
|
|
| Method Summary | |
|---|---|
protected void |
add(java.lang.String key,
java.lang.Object value)
JsonAnySetter hook. |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraData()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacebookObject()
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.Object> getExtraData()
protected void add(java.lang.String key,
java.lang.Object value)
JsonAnySetter hook. Called when an otherwise unmapped property is being processed during JSON deserialization.
key - The property's key.value - The property's value.
|
spring-social-facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||