public final class ParserFramework extends Object
FieldPredicates.| Modifier and Type | Method and Description |
|---|---|
static FieldPredicate |
parseFieldsExpression(String fieldsExpression)
Returns a FieldPredicate consistent with the semantics of the supplied Json Fields expression.
|
static FieldPredicate |
parseFieldsExpressionOrFail(String fieldsExpression)
Returns a FieldPredicate consistent with the semantics of the supplied Json Fields expression.
|
public static FieldPredicate parseFieldsExpression(@Nonnull String fieldsExpression)
NullPointerException - if null is passed inpublic static FieldPredicate parseFieldsExpressionOrFail(@Nonnull String fieldsExpression)
IllegalArgumentException will be thrown.NullPointerException - if null is passed inIllegalArgumentException - if the expression has invalid syntaxCopyright © 2015. All rights reserved.