|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odata4j.expression.ExpressionParser
public class ExpressionParser
Field Summary | |
---|---|
static DateTimeFormatter |
DATETIME_FORMATTER
|
static DateTimeFormatter |
DATETIMEOFFSET_FORMATTER
|
static boolean |
DUMP_EXPRESSION_INFO
|
static DateTimeFormatter |
TIME_FORMATTER
|
Constructor Summary | |
---|---|
ExpressionParser()
|
Method Summary | |
---|---|
static CommonExpression |
parse(String value)
|
static List<OrderByExpression> |
parseOrderBy(String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DateTimeFormatter DATETIME_FORMATTER
public static final DateTimeFormatter DATETIMEOFFSET_FORMATTER
public static boolean DUMP_EXPRESSION_INFO
public static final DateTimeFormatter TIME_FORMATTER
Constructor Detail |
---|
public ExpressionParser()
Method Detail |
---|
public static CommonExpression parse(String value)
public static List<OrderByExpression> parseOrderBy(String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |