public class AttachmentsInOrderParser extends Object
Constructor and Description |
---|
AttachmentsInOrderParser() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
parseAttachmentNames(com.fasterxml.jackson.core.JsonParser documentJsonParser)
Parses a CouchDB document in the form of a JsonParser to get the
attachments order.
|
public static List<String> parseAttachmentNames(com.fasterxml.jackson.core.JsonParser documentJsonParser) throws IOException
documentJsonParser
- a JsonParser which is at the very root of a JSON CouchDB documentIOException
Copyright © 2013. All Rights Reserved.