Interface AutoBeanFactory

All Superinterfaces:
com.google.web.bindery.autobean.shared.AutoBeanFactory

public interface AutoBeanFactory extends com.google.web.bindery.autobean.shared.AutoBeanFactory
Author:
svu
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory

    com.google.web.bindery.autobean.shared.AutoBeanFactory.Category, com.google.web.bindery.autobean.shared.AutoBeanFactory.NoWrap
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.web.bindery.autobean.shared.AutoBean<IConfig>
     
    com.google.web.bindery.autobean.shared.AutoBean<IFullUser>
     
    com.google.web.bindery.autobean.shared.AutoBean<IUserProfile>
     

    Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory

    create, create
  • Method Details

    • 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()