Uses of Interface
com.iizigo.ws.prop.IWrappedElement
Packages that use IWrappedElement Package Description com.iizigo.ws.prop com.iizigo.ws.prop.json Uses of IWrappedElement in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return types with arguments of type IWrappedElement Modifier and Type Method Description java.util.List<IWrappedElement>
EditorOutputProps. getWrappedElements(java.lang.String ref)
Gets all wrapped fields that has the reference specified.Uses of IWrappedElement in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IWrappedElement Modifier and Type Class Description class
EditorJSONElementWrapper
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.