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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
ConverterImpl
-
-
Method Details
-
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>
-