Class ScriptlerBuilder.ConverterImpl
java.lang.Object
hudson.util.XStream2.PassthruConverter<ScriptlerBuilder>
org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder.ConverterImpl
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- ScriptlerBuilder
public static final class ScriptlerBuilder.ConverterImpl
extends XStream2.PassthruConverter<ScriptlerBuilder>
Automatically registered by XStream2.AssociatedConverterImpl#findConverter(Class)
Process the class regularly but add a check after that
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
callback
(ScriptlerBuilder obj, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class hudson.util.XStream2.PassthruConverter
canConvert, marshal, unmarshal
-
Constructor Details
-
ConverterImpl
-
-
Method Details
-
callback
protected void callback(ScriptlerBuilder obj, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
callback
in classXStream2.PassthruConverter<ScriptlerBuilder>
-