Uses of Interface
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.UnmarshallingContext

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

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.annotations
 

Methods in edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters
 

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

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.basic
 

Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.basic with parameters of type UnmarshallingContext
 Object CharConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object AbstractBasicConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
          Deprecated.  
 Object NullConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.collections
 

Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.collections with parameters of type UnmarshallingContext
protected  void CollectionConverter.populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection)
           
protected  void MapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map)
           
protected  Object AbstractCollectionConverter.readItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current)
           
 Object MapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
abstract  Object AbstractCollectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object CharArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object TreeSetConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object TreeMapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object PropertiesConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object CollectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object BitSetConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.enums
 

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

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.extended
 

Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.extended with parameters of type UnmarshallingContext
protected  Set SubjectConverter.populateSet(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object GregorianCalendarConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object FontConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ColorConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object JavaMethodConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object EncodedByteArrayConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object RegexPatternConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SubjectConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object DynamicProxyConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ThrowableConverter.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 edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.javabean
 

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

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection
 

Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection with parameters of type UnmarshallingContext
 Object SerializableConverter.doUnmarshal(Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object AbstractReflectionConverter.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 CGLIBEnhancedConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object SelfStreamingInstanceChecker.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object AbstractReflectionConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 Object ExternalizableConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
protected  Object AbstractReflectionConverter.unmarshallField(UnmarshallingContext context, Object result, Class type, Field field)
           
 

Uses of UnmarshallingContext in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core that implement UnmarshallingContext
 class AbstractReferenceUnmarshaller
          Abstract base class for a TreeUnmarshaller, that resolves refrences.
 class ReferenceByIdUnmarshaller
           
 class ReferenceByXPathUnmarshaller
           
 class TreeUnmarshaller
           
 



Copyright © 2010 Internet2. All Rights Reserved.