Class Property<T,​B extends Bean>

    • Method Detail

      • getBeanType

        public Class<B> getBeanType()
      • getName

        public String getName()
      • getTextMode

        public TextMode getTextMode()
      • getTrimMode

        public TrimMode getTrimMode()
      • getType

        public Class<T> getType()
      • getTypeName

        public String getTypeName()
      • getValueWhenNull

        public T getValueWhenNull()
        Returns the value that should be used for nulls. Null by default.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object