public class JSONPathSpec extends Object
| Modifier and Type | Field and Description | 
|---|---|
static JSONPathSpec | 
DEFAULT  | 
| Constructor and Description | 
|---|
JSONPathSpec(Boolean useFieldDiscovery,
            List<JSONPathFieldSpec> fields)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
List<JSONPathFieldSpec> | 
getFields()  | 
int | 
hashCode()  | 
boolean | 
isUseFieldDiscovery()  | 
String | 
toString()  | 
public static final JSONPathSpec DEFAULT
public JSONPathSpec(Boolean useFieldDiscovery, List<JSONPathFieldSpec> fields)
public boolean isUseFieldDiscovery()
public List<JSONPathFieldSpec> getFields()
Copyright © 2011–2018. All rights reserved.