Uses of Interface
com.thoughtworks.xstream.converters.UnmarshallingContext

Packages that use UnmarshallingContext
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.basic Converters for common basic types in Java. 
com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps. 
com.thoughtworks.xstream.converters.enums   
com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default. 
com.thoughtworks.xstream.converters.javabean   
com.thoughtworks.xstream.converters.reflection   
com.thoughtworks.xstream.core   
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.annotations
 

Methods in com.thoughtworks.xstream.annotations with parameters of type UnmarshallingContext
protected  Object AnnotationReflectionConverter.unmarshallField(UnmarshallingContext context, Object result, Class type, Field field)
          Deprecated.  
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters
 

Methods in com.thoughtworks.xstream.converters with parameters of type UnmarshallingContext
 Object Converter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
          Convert textual data back into an object.
 Object SingleValueConverterWrapper.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.basic
 

Methods in com.thoughtworks.xstream.converters.basic with parameters of type UnmarshallingContext
 Object CharConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object NullConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.collections
 

Methods in com.thoughtworks.xstream.converters.collections with parameters of type UnmarshallingContext
protected  void CollectionConverter.addCurrentElementToCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection, Collection target)
           
protected  void CollectionConverter.populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection)
           
protected  void CollectionConverter.populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection, Collection target)
           
protected  void MapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map)
           
protected  void MapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target)
           
protected  void TreeMapConverter.populateTreeMap(HierarchicalStreamReader reader, UnmarshallingContext context, TreeMap result, Comparator comparator)
           
protected  void MapConverter.putCurrentEntryIntoMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target)
           
protected  Object AbstractCollectionConverter.readItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current)
           
 Object SingletonCollectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object CollectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
abstract  Object AbstractCollectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object BitSetConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object MapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object CharArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object PropertiesConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SingletonMapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object TreeMapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object TreeSetConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Comparator TreeMapConverter.unmarshalComparator(HierarchicalStreamReader reader, UnmarshallingContext context, TreeMap result)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.enums
 

Methods in com.thoughtworks.xstream.converters.enums with parameters of type UnmarshallingContext
 Object EnumMapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object EnumConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object EnumSetConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.extended
 

Methods in com.thoughtworks.xstream.converters.extended with parameters of type UnmarshallingContext
protected  Set SubjectConverter.populateSet(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ColorConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object FontConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SubjectConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object JavaMethodConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object RegexPatternConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ToAttributedValueConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object DynamicProxyConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object EncodedByteArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ThrowableConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object GregorianCalendarConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object JavaFieldConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Set SubjectConverter.unmarshalPrincipals(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Set SubjectConverter.unmarshalPrivateCredentials(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Set SubjectConverter.unmarshalPublicCredentials(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.javabean
 

Methods in com.thoughtworks.xstream.converters.javabean with parameters of type UnmarshallingContext
 Object JavaBeanConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.reflection
 

Methods in com.thoughtworks.xstream.converters.reflection with parameters of type UnmarshallingContext
 Object AbstractReflectionConverter.doUnmarshal(Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SerializableConverter.doUnmarshal(Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Object SerializableConverter.doUnmarshalConditionally(Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Object AbstractReflectionConverter.instantiateNewInstance(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object AbstractReflectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SelfStreamingInstanceChecker.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ExternalizableConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object CGLIBEnhancedConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Object AbstractReflectionConverter.unmarshallField(UnmarshallingContext context, Object result, Class type, Field field)
           
 

Uses of UnmarshallingContext in com.thoughtworks.xstream.core
 

Classes in com.thoughtworks.xstream.core that implement UnmarshallingContext
 class AbstractReferenceUnmarshaller
          Abstract base class for a TreeUnmarshaller, that resolves references.
 class ReferenceByIdUnmarshaller
           
 class ReferenceByXPathUnmarshaller
           
 class TreeUnmarshaller
           
 



Copyright © 2004-2014 XStream. All Rights Reserved.