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 interfaceArrayOfReferencesNodeAViewNoderepresenting 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 ObjectAbstractViewNodeVisitor. visitArrayOfObjects(ArrayOfObjectsNode node, Object state)ObjectViewNodeVisitor. visitArrayOfObjects(ArrayOfObjectsNode node, Object state)Visits an array-of-objects node.
-