@MessageBundle(projectCode="HSEARCH")
public interface ElasticsearchValidationMessages
| Modifier and Type | Method and Description |
|---|---|
String |
errorIntro(String indexName) |
String |
errorIntro(String indexName,
String mappingName) |
String |
errorIntro(String indexName,
String mappingName,
String path) |
String |
errorIntro(String indexName,
String mappingName,
String path,
String field) |
String |
invalidAttributeValue(String string,
Object expectedValue,
Object actualValue) |
String |
invalidInputFormat(String string,
List<String> expectedValue,
List<String> actualValue,
List<String> missingFormats,
List<String> unexpectedFormats) |
String |
invalidOutputFormat(String string,
String expectedValue,
String actualValue) |
String |
mappingMissing() |
String |
propertyFieldMissing() |
String |
propertyMissing() |
@Message(value="Index \'%1$s\', mapping \'%2$s\':") String errorIntro(String indexName, String mappingName)
@Message(value="Index \'%1$s\', mapping \'%2$s\', property \'%3$s\':") String errorIntro(String indexName, String mappingName, String path)
@Message(value="Index \'%1$s\', mapping \'%2$s\', property \'%3$s\', field \'%4$s\':") String errorIntro(String indexName, String mappingName, String path, String field)
@Message(value="Missing type mapping") String mappingMissing()
@Message(value="Missing property mapping") String propertyMissing()
@Message(value="Missing field mapping") String propertyFieldMissing()
@Message(value="Invalid value for attribute \'%1$s\'. Expected \'%2$s\', actual is \'%3$s\'") String invalidAttributeValue(String string, Object expectedValue, Object actualValue)
@Message(value="The output format (the first format in the \'%1$s\' attribute) is invalid. Expected \'%2$s\', actual is \'%3$s\'") String invalidOutputFormat(String string, String expectedValue, String actualValue)
@Message(value="Invalid formats for attribute \'%1$s\'. Every required formats must be in the list, though it\'s not required to provide them in the same order, and the list must not contain unexpected formats. Expected \'%2$s\', actual is \'%3$s\', missing elements are \'%4$s\', unexpected elements are \'%5$s\'.") String invalidInputFormat(String string, List<String> expectedValue, List<String> actualValue, List<String> missingFormats, List<String> unexpectedFormats)
Copyright © 2006–2016 Hibernate. All rights reserved.