| Package | Description |
|---|---|
| com.api.jsonata4java.expressions | |
| com.api.jsonata4java.expressions.generated | |
| com.api.jsonata4java.expressions.utils |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionsVisitor.visitObject_constructor(MappingExpressionParser.Object_constructorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingExpressionListener.enterObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Enter a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.enterObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Enter a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionListener.exitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Exit a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
void |
MappingExpressionBaseListener.exitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Exit a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionBaseVisitor.visitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Visit a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
T |
MappingExpressionVisitor.visitObject_constructor(MappingExpressionParser.Object_constructorContext ctx)
Visit a parse tree produced by the
object_constructor
labeled alternative in MappingExpressionParser.expr(). |
| Modifier and Type | Method and Description |
|---|---|
static MappingExpressionParser.Object_constructorContext |
FunctionUtils.getObjectConstructorContext(MappingExpressionParser.ExprContext ctx,
com.fasterxml.jackson.databind.node.ObjectNode object)
Creates an
MappingExpressionParser.Object_constructorContext from the supplied context and
object |
Copyright © 2022. All rights reserved.