public class MatchersFieldType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
fieldGetter |
protected MatcherRule |
fieldIdentifier |
protected MatcherRule |
fieldMember |
protected MatcherRule |
fieldSetter |
| Constructor and Description |
|---|
MatchersFieldType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getExpression()
This field matcher applies to all unqualified or qualified field names matched by this expression.
|
MatcherRule |
getFieldGetter()
This rule influences the naming of generated getters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatcherRule |
getFieldIdentifier()
This rule influences the naming of the generated
Field identifier. |
MatcherRule |
getFieldMember()
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field |
MatcherRule |
getFieldSetter()
This rule influences the naming of generated setters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
int |
hashCode() |
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setFieldGetter(MatcherRule value)
Sets the value of the fieldGetter property.
|
void |
setFieldIdentifier(MatcherRule value)
Sets the value of the fieldIdentifier property.
|
void |
setFieldMember(MatcherRule value)
Sets the value of the fieldMember property.
|
void |
setFieldSetter(MatcherRule value)
Sets the value of the fieldSetter property.
|
String |
toString() |
MatchersFieldType |
withExpression(String value) |
MatchersFieldType |
withFieldGetter(MatcherRule value) |
MatchersFieldType |
withFieldIdentifier(MatcherRule value) |
MatchersFieldType |
withFieldMember(MatcherRule value) |
MatchersFieldType |
withFieldSetter(MatcherRule value) |
protected String expression
protected MatcherRule fieldIdentifier
protected MatcherRule fieldMember
protected MatcherRule fieldSetter
protected MatcherRule fieldGetter
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getFieldIdentifier()
Field identifier.MatcherRulepublic void setFieldIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldMember()
FieldMatcherRulepublic void setFieldMember(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldSetter()
TableRecord and/or POJOs) corresponding to this FieldMatcherRulepublic void setFieldSetter(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldGetter()
TableRecord and/or POJOs) corresponding to this FieldMatcherRulepublic void setFieldGetter(MatcherRule value)
value - allowed object is
MatcherRulepublic MatchersFieldType withExpression(String value)
public MatchersFieldType withFieldIdentifier(MatcherRule value)
public MatchersFieldType withFieldMember(MatcherRule value)
public MatchersFieldType withFieldSetter(MatcherRule value)
public MatchersFieldType withFieldGetter(MatcherRule value)
Copyright © 2019. All rights reserved.