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 ObjectAnnotationReflectionConverter.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 voidCollectionConverter.addCurrentElementToCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection, Collection target) protected voidCollectionConverter.populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection) protected voidCollectionConverter.populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, Collection collection, Collection target) protected voidMapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map) protected voidMapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target) protected voidTreeMapConverter.populateTreeMap(HierarchicalStreamReader reader, UnmarshallingContext context, TreeMap result, Comparator comparator) protected voidMapConverter.putCurrentEntryIntoMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target) protected ObjectAbstractCollectionConverter.readBareItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Read a bare item of the collection from the reader.protected ObjectAbstractCollectionConverter.readCompleteItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Read an item of the collection including the tags from the reader.protected ObjectAbstractCollectionConverter.readItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) Deprecated.abstract ObjectAbstractCollectionConverter.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) WeakHashMapConverter.unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) protected ComparatorTreeMapConverter.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 voidNamedMapConverter.populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, Map map, Map target) protected SetSubjectConverter.populateSet(HierarchicalStreamReader reader, UnmarshallingContext context) protected ObjectNamedCollectionConverter.readBareItem(HierarchicalStreamReader reader, UnmarshallingContext context, Object current) protected ObjectNamedMapConverter.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 ObjectEncodedByteArrayConverter.unmarshalIndividualByteElements(HierarchicalStreamReader reader, UnmarshallingContext context) protected SetSubjectConverter.unmarshalPrincipals(HierarchicalStreamReader reader, UnmarshallingContext context) protected SetSubjectConverter.unmarshalPrivateCredentials(HierarchicalStreamReader reader, UnmarshallingContext context) protected SetSubjectConverter.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 ObjectJavaBeanConverter.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 ObjectSerializableConverter.doUnmarshalConditionally(Object result, HierarchicalStreamReader reader, UnmarshallingContext context) protected ObjectAbstractReflectionConverter.instantiateNewInstance(HierarchicalStreamReader reader, UnmarshallingContext context) private voidCGLIBEnhancedConverter.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 ObjectAbstractReflectionConverter.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 TypeClassDescriptionclassAbstract base class for a TreeUnmarshaller, that resolves references.classclassclassMethods in com.thoughtworks.xstream.core with parameters of type UnmarshallingContextModifier and TypeMethodDescriptionstatic voidSecurityUtils.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.