Class SimpleField


  • public final class SimpleField
    extends BaseField
    Field holding a single scalar value.
    • Constructor Detail

      • SimpleField

        public SimpleField​(Object value)
      • SimpleField

        public SimpleField()
    • Method Detail

      • getValue

        public Object getValue()
        Value (string, boolean, number … or null).
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object