org.elasticsearch.index.mapper.xcontent
Class ObjectMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.xcontent.ObjectMapper.Defaults
Enclosing class:
ObjectMapper

public static class ObjectMapper.Defaults
extends java.lang.Object


Field Summary
static boolean DYNAMIC
           
static boolean ENABLED
           
static ContentPath.Type PATH_TYPE
           
 
Constructor Summary
ObjectMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLED

public static final boolean ENABLED
See Also:
Constant Field Values

DYNAMIC

public static final boolean DYNAMIC
See Also:
Constant Field Values

PATH_TYPE

public static final ContentPath.Type PATH_TYPE
Constructor Detail

ObjectMapper.Defaults

public ObjectMapper.Defaults()