Class ExportedBeanProcessor
java.lang.Object
io.jenkins.plugins.generic.event.json.ExportedBeanProcessor
- All Implemented Interfaces:
net.sf.json.processors.JsonBeanProcessor
public class ExportedBeanProcessor
extends Object
implements net.sf.json.processors.JsonBeanProcessor
ExportedBeanProcessor is a JSON bean processor for object
annotated @ExportedBean.
- Author:
- johnniang
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.json.JSONObject
processBean
(Object value, net.sf.json.JsonConfig jsonConfig)
-
Constructor Details
-
ExportedBeanProcessor
public ExportedBeanProcessor()
-
-
Method Details
-
processBean
- Specified by:
processBean
in interfacenet.sf.json.processors.JsonBeanProcessor
-