Class MatchersFieldType

    • Constructor Detail

      • MatchersFieldType

        public MatchersFieldType()
    • Method Detail

      • getExpression

        public String getExpression()
        This field matcher applies to all unqualified or qualified field names matched by this expression. If left empty, this matcher applies to all fields.
      • setExpression

        public void setExpression​(String value)
        This field matcher applies to all unqualified or qualified field names matched by this expression. If left empty, this matcher applies to all fields.
      • getFieldIdentifier

        public MatcherRule getFieldIdentifier()
        This rule influences the naming of the generated Field identifier.
      • setFieldIdentifier

        public void setFieldIdentifier​(MatcherRule value)
        This rule influences the naming of the generated Field identifier.
      • getFieldMember

        public MatcherRule getFieldMember()
        This rule influences the naming of generated members (e.g. in POJOs) corresponding to this Field
      • setFieldMember

        public void setFieldMember​(MatcherRule value)
        This rule influences the naming of generated members (e.g. in POJOs) corresponding to this Field
      • getFieldSetter

        public MatcherRule getFieldSetter()
        This rule influences the naming of generated setters (e.g. in TableRecord and/or POJOs) corresponding to this Field
      • setFieldSetter

        public void setFieldSetter​(MatcherRule value)
        This rule influences the naming of generated setters (e.g. in TableRecord and/or POJOs) corresponding to this Field
      • getFieldGetter

        public MatcherRule getFieldGetter()
        This rule influences the naming of generated getters (e.g. in TableRecord and/or POJOs) corresponding to this Field
      • setFieldGetter

        public void setFieldGetter​(MatcherRule value)
        This rule influences the naming of generated getters (e.g. in TableRecord and/or POJOs) corresponding to this Field
      • withExpression

        public MatchersFieldType withExpression​(String value)
        This field matcher applies to all unqualified or qualified field names matched by this expression. If left empty, this matcher applies to all fields.
      • withFieldMember

        public MatchersFieldType withFieldMember​(MatcherRule value)
        This rule influences the naming of generated members (e.g. in POJOs) corresponding to this Field
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object