Uses of Class
com.thoughtworks.xstream.core.util.MemberStore
Packages that use MemberStore
-
Uses of MemberStore in com.thoughtworks.xstream.core.util
Fields in com.thoughtworks.xstream.core.util declared as MemberStoreModifier and TypeFieldDescriptionprivate final MemberStore
SerializationMembers.declaredCache
private final MemberStore
SerializationMembers.resRepCache
Methods in com.thoughtworks.xstream.core.util that return MemberStoreModifier and TypeMethodDescriptionstatic MemberStore
MemberStore.newInstance()
Creates a new instance of a MemberStore.static MemberStore
MemberStore.newSynchronizedInstance()
Creates a new synchronized instance of a MemberStore. -
Uses of MemberStore in com.thoughtworks.xstream.mapper
Fields in com.thoughtworks.xstream.mapper declared as MemberStoreModifier and TypeFieldDescriptionprivate final MemberStore
FieldAliasingMapper.aliasToFieldMap
private final MemberStore
FieldAliasingMapper.fieldToAliasMap
private final MemberStore
LocalConversionMapper.localConverters
Methods in com.thoughtworks.xstream.mapper with parameters of type MemberStoreModifier and TypeMethodDescriptionprivate String
FieldAliasingMapper.getMember
(Class type, String name, MemberStore store)