Uses of Interface
com.iizigo.ws.editor.IEditorReplyProcessor
Packages that use IEditorReplyProcessor Package Description com.iizigo.ws.prop com.iizigo.ws.prop.json Uses of IEditorReplyProcessor in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return IEditorReplyProcessor Modifier and Type Method Description IEditorReplyProcessor
EditorOutputProps. getMatchingProcessor(IReplyContent reply)
Verifies if the reply matches the current output properties.IEditorReplyProcessor
EditorOutputProps. getProcessor(GProp<?> gp)
Gets a reply processor from a property.Uses of IEditorReplyProcessor in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IEditorReplyProcessor Modifier and Type Class Description class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).