@Beta public class IndexSettings extends Object
Constructor and Description |
---|
IndexSettings(com.fasterxml.jackson.databind.JsonNode resourceNode) |
Modifier and Type | Method and Description |
---|---|
static IndexSettings |
from(PropertyTree propertyTree) |
static IndexSettings |
from(String string) |
static IndexSettings |
from(URL url) |
String |
getAsString() |
com.fasterxml.jackson.databind.JsonNode |
getNode() |
public IndexSettings(com.fasterxml.jackson.databind.JsonNode resourceNode)
public static IndexSettings from(PropertyTree propertyTree)
public static IndexSettings from(URL url)
public static IndexSettings from(String string)
public com.fasterxml.jackson.databind.JsonNode getNode()
public String getAsString()