org.elasticsearch.common.settings.loader
Class JsonSettingsLoader

java.lang.Object
  extended by org.elasticsearch.common.settings.loader.XContentSettingsLoader
      extended by org.elasticsearch.common.settings.loader.JsonSettingsLoader
All Implemented Interfaces:
SettingsLoader

public class JsonSettingsLoader
extends XContentSettingsLoader

Settings loader that loads (parses) the settings in a json format by flattening them into a map.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.settings.loader.SettingsLoader
SettingsLoader.Helper
 
Constructor Summary
JsonSettingsLoader()
           
 
Method Summary
 XContentType contentType()
           
 
Methods inherited from class org.elasticsearch.common.settings.loader.XContentSettingsLoader
load, load, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSettingsLoader

public JsonSettingsLoader()
Method Detail

contentType

public XContentType contentType()
Specified by:
contentType in class XContentSettingsLoader


Copyright © 2009-2012. All Rights Reserved.