@Beta
public class IndexSettings
extends java.lang.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(java.lang.String string) |
static IndexSettings |
from(java.net.URL url) |
java.lang.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(java.net.URL url)
public static IndexSettings from(java.lang.String string)
public com.fasterxml.jackson.databind.JsonNode getNode()
public java.lang.String getAsString()