Interface AutoBeanFactory
-
- All Superinterfaces:
com.google.web.bindery.autobean.shared.AutoBeanFactory
public interface AutoBeanFactory extends com.google.web.bindery.autobean.shared.AutoBeanFactory
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.web.bindery.autobean.shared.AutoBean<IConfig>
iconfig()
com.google.web.bindery.autobean.shared.AutoBean<IFullUser>
ifulluser()
com.google.web.bindery.autobean.shared.AutoBean<IUserProfile>
iuserprofile()
-
-
-
Method Detail
-
iconfig
com.google.web.bindery.autobean.shared.AutoBean<IConfig> iconfig()
-
iuserprofile
com.google.web.bindery.autobean.shared.AutoBean<IUserProfile> iuserprofile()
-
ifulluser
com.google.web.bindery.autobean.shared.AutoBean<IFullUser> ifulluser()
-
-