Package io.quarkus.hal
Class HalCollectionWrapperJsonbSerializer
java.lang.Object
io.quarkus.hal.HalCollectionWrapperJsonbSerializer
- All Implemented Interfaces:
jakarta.json.bind.serializer.JsonbSerializer<HalCollectionWrapper>
public class HalCollectionWrapperJsonbSerializer
extends Object
implements jakarta.json.bind.serializer.JsonbSerializer<HalCollectionWrapper>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(HalCollectionWrapper wrapper, jakarta.json.stream.JsonGenerator generator, jakarta.json.bind.serializer.SerializationContext context)
-
Constructor Details
-
HalCollectionWrapperJsonbSerializer
public HalCollectionWrapperJsonbSerializer()
-
-
Method Details
-
serialize
public void serialize(HalCollectionWrapper wrapper, jakarta.json.stream.JsonGenerator generator, jakarta.json.bind.serializer.SerializationContext context) - Specified by:
serializein interfacejakarta.json.bind.serializer.JsonbSerializer<HalCollectionWrapper>
-