listResultWrapperDTO

Namespace: (default namespace)
XML Schema: ns0.xsd

Used to wrap Lists in an object if we would otherwise produce a JSON array instead of an object

We need to wrap a java.util.List before returning it from a resource so that the JSON array is actually received as a JSON object wrapping a JSON array

XML

Elements

name (type) min/max
occurs
description
results (anyType) 0/unbounded

JSON

property type description
results array of results (anyType)