Interface BeanVisitor

  • All Known Implementing Classes:
    ModelBuildBeanVisitor

    public interface BeanVisitor
    Visitor pattern for visiting a BeanDescriptor and potentially all its bean properties.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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).
    • Method Detail

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