Class HalCollectionWrapper<T>

java.lang.Object
io.quarkus.hal.HalWrapper
io.quarkus.hal.HalCollectionWrapper<T>

public class HalCollectionWrapper<T> extends HalWrapper
The Hal collection wrapper that includes the list of Hal entities HalEntityWrapper, the collection name and the Hal links. This type is serialized into Json using: - the JSON-B serializer: HalCollectionWrapperJsonbSerializer - the Jackson serializer: HalCollectionWrapperJacksonSerializer