com.thoughtworks.xstream.mapper.ClassAliasingMapper.addClassAttributeAlias(String, Class)
since 1.3, method was a leftover of an old implementation
|
com.thoughtworks.xstream.mapper.MapperWrapper.aliasForAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.Mapper.aliasForAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.DefaultMapper.aliasForAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForAlias(Class, String)
|
com.thoughtworks.xstream.mapper.Mapper.attributeForAlias(Class, String)
|
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForAlias(Class, String)
|
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForClassDefiningField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.Mapper.attributeForClassDefiningField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForClassDefiningField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForEnumType()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.Mapper.attributeForEnumType()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForEnumType()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForImplementationClass()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.Mapper.attributeForImplementationClass()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForImplementationClass()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForReadResolveField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.Mapper.attributeForReadResolveField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForReadResolveField()
since 1.2, use aliasForAttribute instead.
|
com.thoughtworks.xstream.annotations.Annotations.configureAliases(XStream, Class>...)
|
com.thoughtworks.xstream.alias.NameMapper.fromXML(String)
As of 1.2
|
com.thoughtworks.xstream.annotations.AnnotationProvider.getAnnotation(Field, Class)
since 1.3
|
com.thoughtworks.xstream.XStream.getClassMapper()
|
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.Mapper.getConverterFromAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromAttribute(Class, String)
|
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromAttribute(String)
|
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromAttribute(String)
|
com.thoughtworks.xstream.mapper.Mapper.getConverterFromAttribute(String)
|
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromAttribute(String)
|
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromItemType(Class)
|
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromItemType(Class)
|
com.thoughtworks.xstream.mapper.Mapper.getConverterFromItemType(Class)
|
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromItemType(Class)
|
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromItemType(String, Class)
|
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromItemType(String, Class)
|
com.thoughtworks.xstream.mapper.Mapper.getConverterFromItemType(String, Class)
|
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromItemType(String, Class)
|
com.thoughtworks.xstream.io.path.PathTracker.getCurrentPath()
|
com.thoughtworks.xstream.io.xml.JDomWriter.getResult()
|
com.thoughtworks.xstream.MarshallingStrategy.marshal(HierarchicalStreamWriter, Object, DefaultConverterLookup, ClassMapper, DataHolder)
|
com.thoughtworks.xstream.io.xml.AbstractDocumentReader.peekUnderlyingNode()
|
com.thoughtworks.xstream.converters.reflection.FieldDictionary.serializableFieldsFor(Class)
|
com.thoughtworks.xstream.mapper.AttributeMapper.setConverterLookup(ConverterLookup)
since 1.3
|
com.thoughtworks.xstream.io.json.JsonWriter.startNode(String)
since 1.2, use startNode(String name, Class clazz) instead.
|
com.thoughtworks.xstream.alias.NameMapper.toXML(String)
As of 1.2
|
com.thoughtworks.xstream.MarshallingStrategy.unmarshal(Object, HierarchicalStreamReader, DataHolder, DefaultConverterLookup, ClassMapper)
|