|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.thoughtworks.xstream.mapper.MapperWrapper com.atlassian.bamboo.serialization.xstream.PluginsAwareMapper
public class PluginsAwareMapper
Mapper
that is able to load classes from the plugin system.
Must be used on the both ends of the serialization process to work properly.
Nested Class Summary | |
---|---|
static class |
PluginsAwareMapper.Factory
|
Nested classes/interfaces inherited from interface com.thoughtworks.xstream.mapper.Mapper |
---|
com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping, com.thoughtworks.xstream.mapper.Mapper.Null |
Constructor Summary | |
---|---|
PluginsAwareMapper(com.thoughtworks.xstream.mapper.Mapper wrapped,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
|
PluginsAwareMapper(com.thoughtworks.xstream.mapper.Mapper wrapped,
com.atlassian.plugin.PluginAccessor pluginAccessor,
boolean enforceVersionCompatibility)
|
Method Summary | |
---|---|
java.lang.Class |
realClass(java.lang.String elementName)
|
java.lang.String |
serializedClass(java.lang.Class type)
|
Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper |
---|
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, lookupMapperOfType, realMember, serializedMember, shouldSerializeMember |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginsAwareMapper(@NotNull com.thoughtworks.xstream.mapper.Mapper wrapped, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor)
public PluginsAwareMapper(@NotNull com.thoughtworks.xstream.mapper.Mapper wrapped, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, boolean enforceVersionCompatibility)
Method Detail |
---|
public java.lang.String serializedClass(java.lang.Class type)
serializedClass
in interface com.thoughtworks.xstream.mapper.Mapper
serializedClass
in class com.thoughtworks.xstream.mapper.MapperWrapper
public java.lang.Class realClass(java.lang.String elementName)
realClass
in interface com.thoughtworks.xstream.mapper.Mapper
realClass
in class com.thoughtworks.xstream.mapper.MapperWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |