| Modifier and Type | Field and Description |
|---|---|
protected DruidJsonFilter.Type |
DruidJsonFilter.type |
| Modifier and Type | Method and Description |
|---|---|
static DruidJsonFilter.Type |
DruidJsonFilter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidJsonFilter.Type[] |
DruidJsonFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DruidJsonFilter(DruidJsonFilter.Type type) |
JsonCompositeFilter(DruidJsonFilter.Type type,
DruidJsonFilter... fields) |
JsonCompositeFilter(DruidJsonFilter.Type type,
Iterable<? extends DruidJsonFilter> fields) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.