Class ReadConcernPropertyEditor

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

public class ReadConcernPropertyEditor extends PropertyEditorSupport
Parse a String to a ReadConcern. If it is a well know String as identified by the ReadConcernLevel.fromString(String).
Since:
3.0
Author:
Christoph Strobl