public abstract class AbstractHibernateCollectionConverter extends AbstractXStreamConverterAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHibernateCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
Class<? extends com.thoughtworks.xstream.converters.Converter> converterClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
protected abstract boolean |
isSupportedType(@NotNull Class type) |
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
unmarshalprotected AbstractHibernateCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
Class<? extends com.thoughtworks.xstream.converters.Converter> converterClass)
public boolean canConvert(Class type)
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class AbstractXStreamConverterAdapterprotected abstract boolean isSupportedType(@NotNull
@NotNull Class type)
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.