Uses of Interface
io.ebeaninternal.server.deploy.visitor.BeanPropertyVisitor
Packages that use BeanPropertyVisitor
-
Uses of BeanPropertyVisitor in io.ebeaninternal.server.deploy.visitor
Classes in io.ebeaninternal.server.deploy.visitor that implement BeanPropertyVisitorModifier and TypeClassDescriptionclassUsed to help mark PropertyVisitor methods that need to be implemented to visit base table properties.Methods in io.ebeaninternal.server.deploy.visitor with parameters of type BeanPropertyVisitorModifier and TypeMethodDescriptionstatic voidVisitProperties.visit(BeanDescriptor<?> descriptor, BeanPropertyVisitor visitor) Visit a single Descriptor using the given visitor.protected voidVisitProperties.visit(BeanPropertyVisitor pv, BeanProperty p) Visit the property.protected voidVisitProperties.visitProperties(BeanDescriptor<?> desc, BeanPropertyVisitor propertyVisitor)