Class FieldConfig


  • public class FieldConfig
    extends AbstractQueryConfig
    This class represents a field configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldConfig​(java.lang.String fieldName)
      Constructs a FieldConfig
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getField()
      Returns the field name this configuration represents.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FieldConfig

        public FieldConfig​(java.lang.String fieldName)
        Constructs a FieldConfig
        Parameters:
        fieldName - the field name, it cannot be null
        Throws:
        java.lang.IllegalArgumentException - if the field name is null
    • Method Detail

      • getField

        public java.lang.String getField()
        Returns the field name this configuration represents.
        Returns:
        the field name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object