Uses of Interface
org.synchronoss.cpo.core.MetaVisitor
Packages that use MetaVisitor
Package
Description
-
Uses of MetaVisitor in org.synchronoss.cpo.cassandra.exporter
Classes in org.synchronoss.cpo.cassandra.exporter that implement MetaVisitorModifier and TypeClassDescriptionclassExports the Cassandra metadata -
Uses of MetaVisitor in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core with parameters of type MetaVisitorModifier and TypeMethodDescriptionvoidMetaDFVisitable.acceptMetaDFVisitor(MetaVisitor visitor) Accepts a visitor, depth-first: this node is visited, then each child accepts the visitor in turn. -
Uses of MetaVisitor in org.synchronoss.cpo.core.exporter
Subinterfaces of MetaVisitor in org.synchronoss.cpo.core.exporterModifier and TypeInterfaceDescriptioninterfaceXmlObject exporter for meta objectsClasses in org.synchronoss.cpo.core.exporter that implement MetaVisitorModifier and TypeClassDescriptionclassBase class forMetaVisitorimplementations that generate Java source (interfaces, classes) fromCpoClassmeta model objects.classXmlObject exporter for meta objectsclassThe CpoClassSourceGenerator generates java source code to define the cpo classes.classThe CpoInterfaceSourceGenerator generates java source code to define the cpo interfaces.classThe CpoClassSourceGenerator generates java source code to define the cpo classes. -
Uses of MetaVisitor in org.synchronoss.cpo.core.meta.domain
Methods in org.synchronoss.cpo.core.meta.domain with parameters of type MetaVisitorModifier and TypeMethodDescriptionvoidCpoClass.acceptMetaDFVisitor(MetaVisitor visitor) Accepts a visitor, depth-first: this node is visited, then each child accepts the visitor in turn. -
Uses of MetaVisitor in org.synchronoss.cpo.jdbc.exporter
Classes in org.synchronoss.cpo.jdbc.exporter that implement MetaVisitorModifier and TypeClassDescriptionclassXmlObject exporter for jdbc meta objects