Uses of Interface
com.google.web.bindery.autobean.shared.AutoBeanVisitor.Context
-
Packages that use AutoBeanVisitor.Context Package Description com.google.web.bindery.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. -
-
Uses of AutoBeanVisitor.Context in com.google.web.bindery.autobean.shared
Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanVisitor.Context Modifier and Type Method Description voidAutoBeanVisitor. endVisit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)Called after visiting anAutoBean.booleanAutoBeanVisitor. visit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)Called when visiting anAutoBean.
-