Interface BeanVisitor
- All Known Implementing Classes:
ModelBuildBeanVisitor
public interface BeanVisitor
Visitor pattern for visiting a BeanDescriptor and potentially all its bean
properties.
-
Method Summary
Modifier and TypeMethodDescriptionvisitBean(io.ebeaninternal.server.deploy.BeanDescriptor<?> descriptor) Visit a BeanDescriptor and return a PropertyVisitor to use to visit each property on the entity bean (return null to skip visiting this bean).
-
Method Details
-
visitBean
Visit a BeanDescriptor and return a PropertyVisitor to use to visit each property on the entity bean (return null to skip visiting this bean).
-