Package io.quarkus.test.junit.internal
Class CustomSetConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
io.quarkus.test.junit.internal.CustomSetConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class CustomSetConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
A custom Set converter that always uses HashSet for unmarshalling.
This is probably not semantically correct 100% of the time, but it's likely fine
for all the cases where we are using marshalling / unmarshalling.
The reason for doing this is to avoid XStream causing illegal access issues
for internal JDK sets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Class type) protected ObjectcreateCollection(Class type) Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
addCurrentElementToCollection, marshal, populateCollection, populateCollection, unmarshalMethods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
-
Constructor Details
-
CustomSetConverter
public CustomSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
-
-
Method Details
-
canConvert
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher- Overrides:
canConvertin classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-
createCollection
- Overrides:
createCollectionin classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-