public class JSONPathFieldSpec extends Object
Constructor and Description |
---|
JSONPathFieldSpec(JSONPathFieldType type,
String name,
String expr) |
Modifier and Type | Method and Description |
---|---|
static JSONPathFieldSpec |
createNestedField(String name,
String expr) |
static JSONPathFieldSpec |
createRootField(String name) |
static JSONPathFieldSpec |
fromString(String name) |
String |
getExpr() |
String |
getName() |
JSONPathFieldType |
getType() |
public JSONPathFieldSpec(JSONPathFieldType type, String name, String expr)
public JSONPathFieldType getType()
public String getName()
public String getExpr()
public static JSONPathFieldSpec fromString(String name)
public static JSONPathFieldSpec createNestedField(String name, String expr)
public static JSONPathFieldSpec createRootField(String name)
Copyright © 2011–2017. All rights reserved.