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,
int start,
int offset,
boolean subcompile,
Class colType,
ParserContext pCtx) |
Object |
parseCollection(char[] property,
int start,
int offset,
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, int start, int offset, boolean subcompile, ParserContext pCtx)
public Object parseCollection(char[] property, int start, int offset, boolean subcompile, Class colType, ParserContext pCtx)
public int getCursor()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.