Uses of Class
com.emc.documentum.rest.wire.RestBindingConfigAware
Packages that use RestBindingConfigAware
-
Uses of RestBindingConfigAware in com.emc.documentum.rest.wire.json
Subclasses of RestBindingConfigAware in com.emc.documentum.rest.wire.jsonModifier and TypeClassDescriptionclassAn implementation ofStreamingMessageReaderwhich reads the JSON message and parse it as the annotated model instance.classAn implementation ofStreamingMessageWriterwhich writes the JSON message from the annotated model instance. -
Uses of RestBindingConfigAware in com.emc.documentum.rest.wire.xml
Subclasses of RestBindingConfigAware in com.emc.documentum.rest.wire.xmlModifier and TypeClassDescriptionclassAn implementation ofStreamingMessageReaderwhich reads the XML message and parse it as the annotated model instance.classAn implementation ofStreamingMessageWriterwhich writes the XML message from the annotated model instance.