Class ServerAddressPropertyEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.data.mongodb.config.ServerAddressPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class ServerAddressPropertyEditor extends PropertyEditorSupport
Parse a String to a ServerAddress array. The format is host1:port1,host2:port2,host3:port3.
Author:
Mark Pollack, Oliver Gierke, Thomas Darimont, Christoph Strobl