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 void
AutoBeanVisitor. endVisit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
Called after visiting anAutoBean
.boolean
AutoBeanVisitor. visit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
Called when visiting anAutoBean
.
-