Uses of Class
io.quarkus.hal.HalCollectionWrapper
-
-
Uses of HalCollectionWrapper in io.quarkus.hal
Methods in io.quarkus.hal that return HalCollectionWrapper Modifier and Type Method Description HalCollectionWrapperHalService. toHalCollectionWrapper(Collection<Object> 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 HalCollectionWrapper Modifier and Type Method Description voidHalCollectionWrapperJacksonSerializer. serialize(HalCollectionWrapper wrapper, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers)voidHalCollectionWrapperJsonbSerializer. serialize(HalCollectionWrapper wrapper, javax.json.stream.JsonGenerator generator, javax.json.bind.serializer.SerializationContext context)
-