Uses of Interface
org.soulwing.prospecto.api.template.ArrayOfObjectsNode
-
Packages that use ArrayOfObjectsNode Package Description org.soulwing.prospecto.api.template Template and node API -
-
Uses of ArrayOfObjectsNode in org.soulwing.prospecto.api.template
Subinterfaces of ArrayOfObjectsNode in org.soulwing.prospecto.api.template Modifier and Type Interface Description interface
ArrayOfReferencesNode
AViewNode
representing an array-of-objects structure where each object is a resolvable reference.Methods in org.soulwing.prospecto.api.template with parameters of type ArrayOfObjectsNode Modifier and Type Method Description Object
AbstractViewNodeVisitor. visitArrayOfObjects(ArrayOfObjectsNode node, Object state)
Object
ViewNodeVisitor. visitArrayOfObjects(ArrayOfObjectsNode node, Object state)
Visits an array-of-objects node.
-