Class DslField


  • public final class DslField
    extends Object
    Single field definition. (preBody)(fieldName)(postBody)
    Author:
    npiedeloup
    • Constructor Detail

      • DslField

        public DslField​(String preBody,
                        String fieldName,
                        String postBody)
        Parameters:
        preBody - String before body
        fieldName - Index's fieldName
        postBody - String after body
    • Method Detail

      • getPreBody

        public String getPreBody()
        Returns:
        preBody
      • getFieldName

        public String getFieldName()
        Returns:
        fieldName
      • getPostBody

        public String getPostBody()
        Returns:
        postBody