public class CollectionParser extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY |
static int |
LIST |
static int |
MAP |
Constructor and Description |
---|
CollectionParser() |
CollectionParser(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getCursor() |
Object |
parseCollection(char[] property,
boolean subcompile,
Class colType,
ParserContext pCtx) |
Object |
parseCollection(char[] property,
boolean subcompile,
ParserContext pCtx) |
public static final int LIST
public static final int ARRAY
public static final int MAP
public CollectionParser()
public CollectionParser(int type)
public Object parseCollection(char[] property, boolean subcompile, ParserContext pCtx)
public Object parseCollection(char[] property, boolean subcompile, Class colType, ParserContext pCtx)
public int getCursor()
Copyright © 2013. All rights reserved.