public final class DslField
extends Object
Single field definition.
(preBody)(fieldName)(postBody)
- Author:
- npiedeloup
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
DslField
- Parameters:
preBody - String before body
fieldName - Index's fieldName
postBody - String after body
-
Method Details
-
-
getPreBody
- Returns:
- preBody
-
getFieldName
- Returns:
- fieldName
-
getPostBody
- Returns:
- postBody