Class DslField
- java.lang.Object
-
- io.vertigo.datafactory.impl.search.dsl.model.DslField
-
public final class DslField extends Object
Single field definition. (preBody)(fieldName)(postBody)- Author:
- npiedeloup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
String
getPostBody()
String
getPreBody()
String
toString()
-