Uses of Class
io.quarkus.hal.HalEntityWrapper
-
Uses of HalEntityWrapper in io.quarkus.hal
Methods in io.quarkus.hal that return HalEntityWrapperModifier and TypeMethodDescription<T> HalEntityWrapper<T>HalService.toHalWrapper(T 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 HalEntityWrapperMethods in io.quarkus.hal with parameters of type HalEntityWrapperModifier and TypeMethodDescriptionvoidHalEntityWrapperJacksonSerializer.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 HalEntityWrapperModifierConstructorDescriptionHalCollectionWrapper(Collection<HalEntityWrapper<T>> collection, String collectionName, jakarta.ws.rs.core.Link... links) HalCollectionWrapper(Collection<HalEntityWrapper<T>> collection, String collectionName, Map<String, HalLink> links)