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 Type
    Method
    Description
    visitBean(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

      ModelBuildPropertyVisitor visitBean(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).