Uses of Interface
com.thoughtworks.xstream.converters.UnmarshallingContext
Packages that use UnmarshallingContext
Package
Description
Converters for common basic types in Java.
Converters for collection objects that write their items as
nested elements, such as arrays, Lists, Sets and Maps.
Extra converters that may not be enabled in XStream by default.
Extra converters for the java.time package.
-
Uses of UnmarshallingContext in com.thoughtworks.xstream.annotations
Methods in com.thoughtworks.xstream.annotations with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionprotected 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 UnmarshallingContextModifier and TypeMethodDescriptionConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) Convert textual data back into an 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 UnmarshallingContextModifier and TypeMethodDescriptionCharConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) 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 UnmarshallingContextModifier and TypeMethodDescriptionprotected 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.readBareItem
(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Read a bare item of the collection from the reader.protected Object
AbstractCollectionConverter.readCompleteItem
(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Read an item of the collection including the tags from the reader.protected Object
AbstractCollectionConverter.readItem
(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Deprecated.abstract Object
AbstractCollectionConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ArrayConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) BitSetConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) CharArrayConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) CollectionConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) MapConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) PropertiesConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) SingletonCollectionConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) SingletonMapConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) TreeMapConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) 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 UnmarshallingContextModifier and TypeMethodDescriptionEnumConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) EnumMapConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) 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 UnmarshallingContextModifier and TypeMethodDescriptionprotected void
NamedMapConverter.populateMap
(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target) protected Set
SubjectConverter.populateSet
(HierarchicalStreamReader reader, UnmarshallingContext context) protected Object
NamedCollectionConverter.readBareItem
(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) protected Object
NamedMapConverter.readItem
(Class type, HierarchicalStreamReader reader, UnmarshallingContext context, Object current) ActivationDataFlavorConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) AtomicBooleanConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) AtomicIntegerConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) AtomicLongConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) AtomicReferenceConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ColorConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) DynamicProxyConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) EncodedByteArrayConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) FontConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) GregorianCalendarConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) JavaFieldConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) JavaMethodConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) NamedArrayConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) OptionalConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) OptionalDoubleConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) OptionalIntConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) OptionalLongConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) RegexPatternConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) SubjectConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ThrowableConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ToAttributedValueConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) private Object
EncodedByteArrayConverter.unmarshalIndividualByteElements
(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 UnmarshallingContextModifier and TypeMethodDescriptionprivate Object
JavaBeanConverter.instantiateNewInstance
(UnmarshallingContext context) 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 UnmarshallingContextModifier and TypeMethodDescriptionAbstractReflectionConverter.doUnmarshal
(Object result, HierarchicalStreamReader reader, UnmarshallingContext context) 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) private void
CGLIBEnhancedConverter.readCallback
(HierarchicalStreamReader reader, UnmarshallingContext context, List callbacksToEnhance, List callbacks) AbstractReflectionConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) CGLIBEnhancedConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ExternalizableConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) protected Object
AbstractReflectionConverter.unmarshallField
(UnmarshallingContext context, Object result, Class type, Field field) -
Uses of UnmarshallingContext in com.thoughtworks.xstream.converters.time
Methods in com.thoughtworks.xstream.converters.time with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionSystemClockConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) ValueRangeConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) WeekFieldsConverter.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context) -
Uses of UnmarshallingContext in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement UnmarshallingContextModifier and TypeClassDescriptionclass
Abstract base class for a TreeUnmarshaller, that resolves references.class
class
class
Methods in com.thoughtworks.xstream.core with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionstatic void
SecurityUtils.checkForCollectionDoSAttack
(UnmarshallingContext context, long start) Check the consumed time adding elements to collections or maps. -
Uses of UnmarshallingContext in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionSelfStreamingInstanceChecker.unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context)
AbstractCollectionConverter.readBareItem(HierarchicalStreamReader, UnmarshallingContext, Object)
orAbstractCollectionConverter.readCompleteItem(HierarchicalStreamReader, UnmarshallingContext, Object)
instead.