Uses of Class
org.codehaus.modello.plugin.stax.GeneratorNode
Packages that use GeneratorNode
-
Uses of GeneratorNode in org.codehaus.modello.plugin.stax
Fields in org.codehaus.modello.plugin.stax with type parameters of type GeneratorNodeModifier and TypeFieldDescriptionprivate List
<GeneratorNode> GeneratorNode.children
private Map
<String, GeneratorNode> GeneratorNode.nodesWithReferencableChildren
Methods in org.codehaus.modello.plugin.stax that return GeneratorNodeModifier and TypeMethodDescriptionprivate GeneratorNode
StaxReaderGenerator.findRequiredReferenceResolvers
(ModelClass modelClass, GeneratorNode parent) Methods in org.codehaus.modello.plugin.stax that return types with arguments of type GeneratorNodeModifier and TypeMethodDescriptionGeneratorNode.getChildren()
GeneratorNode.getNodesWithReferencableChildren()
Methods in org.codehaus.modello.plugin.stax with parameters of type GeneratorNodeModifier and TypeMethodDescriptionvoid
GeneratorNode.addChild
(GeneratorNode child) private GeneratorNode
StaxReaderGenerator.findRequiredReferenceResolvers
(ModelClass modelClass, GeneratorNode parent) private void
StaxReaderGenerator.writeReferenceResolvers
(GeneratorNode node, JClass jClass) Method parameters in org.codehaus.modello.plugin.stax with type arguments of type GeneratorNodeModifier and TypeMethodDescriptionvoid
GeneratorNode.addNodesWithReferencableChildren
(Map<String, GeneratorNode> allChildNodes) Constructors in org.codehaus.modello.plugin.stax with parameters of type GeneratorNodeModifierConstructorDescription(package private)
GeneratorNode
(String to, GeneratorNode parent) private
GeneratorNode
(String to, GeneratorNode parent, ModelAssociation association) (package private)
GeneratorNode
(ModelAssociation association, GeneratorNode parent)