Uses of Class
io.quarkus.hal.HalCollectionWrapper
-
Uses of HalCollectionWrapper in io.quarkus.hal
Methods in io.quarkus.hal that return HalCollectionWrapperModifier and TypeMethodDescription<T> HalCollectionWrapper<T>HalService.toHalCollectionWrapper(Collection<T> collection, String collectionName, Class<?> entityClass) Wrap a collection of objects into a Hal collection wrapper by resolving the Hal links.Methods in io.quarkus.hal with parameters of type HalCollectionWrapperModifier and TypeMethodDescriptionvoidHalCollectionWrapperJacksonSerializer.serialize(HalCollectionWrapper<?> wrapper, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers) voidHalCollectionWrapperJsonbSerializer.serialize(HalCollectionWrapper wrapper, jakarta.json.stream.JsonGenerator generator, jakarta.json.bind.serializer.SerializationContext context)