Uses of Class
io.quarkus.hal.HalEntityWrapper
-
-
Uses of HalEntityWrapper in io.quarkus.hal
Methods in io.quarkus.hal that return HalEntityWrapper Modifier and Type Method Description HalEntityWrapperHalService. toHalWrapper(Object entity)Wrap an entity into a Hal instance by including the entity itself and the Hal links.Methods in io.quarkus.hal that return types with arguments of type HalEntityWrapper Modifier and Type Method Description Collection<HalEntityWrapper>HalCollectionWrapper. getCollection()Methods in io.quarkus.hal with parameters of type HalEntityWrapper Modifier and Type Method Description voidHalEntityWrapperJacksonSerializer. serialize(HalEntityWrapper wrapper, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers)voidHalEntityWrapperJsonbSerializer. serialize(HalEntityWrapper wrapper, jakarta.json.stream.JsonGenerator generator, jakarta.json.bind.serializer.SerializationContext context)Constructor parameters in io.quarkus.hal with type arguments of type HalEntityWrapper Constructor Description HalCollectionWrapper(Collection<HalEntityWrapper> collection, String collectionName, jakarta.ws.rs.core.Link... links)HalCollectionWrapper(Collection<HalEntityWrapper> collection, String collectionName, Map<String,HalLink> links)
-