public class SocialInjectValueFactory extends Object implements org.craftercms.commons.jackson.mvc.annotations.InjectValueFactory
| Constructor and Description |
|---|
SocialInjectValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getObjectFor(Class<T> declaringClass,
Object basePropertyValue,
String originalProperty,
Object object) |
void |
setNotificationServiceImpl(NotificationService notificationService) |
void |
setProfileAggregator(ProfileAggregator profileAggregator) |
public <T> T getObjectFor(Class<T> declaringClass, Object basePropertyValue, String originalProperty, Object object)
getObjectFor in interface org.craftercms.commons.jackson.mvc.annotations.InjectValueFactorypublic void setProfileAggregator(ProfileAggregator profileAggregator)
public void setNotificationServiceImpl(NotificationService notificationService)
Copyright © 2014 CrafterCMS. All Rights Reserved.