Class SystemGroovyChoiceListProvider.ConverterImpl
- java.lang.Object
-
- hudson.util.XStream2.PassthruConverter<SystemGroovyChoiceListProvider>
-
- jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.ConverterImpl
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- SystemGroovyChoiceListProvider
public static class SystemGroovyChoiceListProvider.ConverterImpl extends XStream2.PassthruConverter<SystemGroovyChoiceListProvider>
-
-
Constructor Summary
Constructors Constructor Description ConverterImpl(XStream2 xstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
callback(SystemGroovyChoiceListProvider obj, com.thoughtworks.xstream.converters.UnmarshallingContext context)
void
marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
-
Methods inherited from class hudson.util.XStream2.PassthruConverter
canConvert, unmarshal
-
-
-
-
Constructor Detail
-
ConverterImpl
public ConverterImpl(XStream2 xstream)
-
-
Method Detail
-
marshal
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
- Specified by:
marshal
in interfacecom.thoughtworks.xstream.converters.Converter
- Overrides:
marshal
in classXStream2.PassthruConverter<SystemGroovyChoiceListProvider>
-
callback
protected void callback(SystemGroovyChoiceListProvider obj, com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
callback
in classXStream2.PassthruConverter<SystemGroovyChoiceListProvider>
-
-