Uses of Package
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters

Packages that use edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream   
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   
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util   
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io   
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.binary   
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. 
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml   
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.mapper   
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterLookup
          Responsible for looking up the correct Converter implementation for a specific type.
ConverterRegistry
          An interface for the converter management.
DataHolder
          Holds generic data, to be used as seen fit by the user.
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.annotations
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
MarshallingContext
           
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
DataHolder
          Holds generic data, to be used as seen fit by the user.
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
MarshallingContext
           
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.basic
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
MarshallingContext
           
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.collections
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
MarshallingContext
           
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.enums
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
MarshallingContext
           
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.extended
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
MarshallingContext
           
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.javabean
ConversionException
          Thrown by Converter implementations when they cannot convert an object to/from textual data.
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
MarshallingContext
           
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection
ConversionException
          Thrown by Converter implementations when they cannot convert an object to/from textual data.
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterMatcher
          ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
MarshallingContext
           
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core
ConversionException
          Thrown by Converter implementations when they cannot convert an object to/from textual data.
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterLookup
          Responsible for looking up the correct Converter implementation for a specific type.
ConverterRegistry
          An interface for the converter management.
DataHolder
          Holds generic data, to be used as seen fit by the user.
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
MarshallingContext
           
UnmarshallingContext
           
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util
DataHolder
          Holds generic data, to be used as seen fit by the user.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.binary
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.path
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml
ErrorWriter
          To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
 

Classes in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters used by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.mapper
Converter
          Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterLookup
          Responsible for looking up the correct Converter implementation for a specific type.
ConverterRegistry
          An interface for the converter management.
SingleValueConverter
          SingleValueConverter implementations are marshallable to/from a single value String representation.
 



Copyright © 2012 Internet2. All Rights Reserved.