java.lang.Object
org.jooq.meta.jaxb.MatchersFieldType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Declarative naming strategy configuration for field names.
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected MatcherRuleprotected MatcherRuleprotected MatcherRuleprotected MatcherRule -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThis field matcher applies to all unqualified or qualified field names matched by this expression.This rule influences the naming of generated getters (e.g.This rule influences the naming of the generatedFieldidentifier.This rule influences the naming of generated members (e.g.This rule influences the naming of generated setters (e.g.inthashCode()voidsetExpression(String value) This field matcher applies to all unqualified or qualified field names matched by this expression.voidsetFieldGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.voidsetFieldIdentifier(MatcherRule value) This rule influences the naming of the generatedFieldidentifier.voidsetFieldMember(MatcherRule value) This rule influences the naming of generated members (e.g.voidsetFieldSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.toString()withExpression(String value) This field matcher applies to all unqualified or qualified field names matched by this expression.withFieldGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.withFieldIdentifier(MatcherRule value) This rule influences the naming of the generatedFieldidentifier.withFieldMember(MatcherRule value) This rule influences the naming of generated members (e.g.withFieldSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.
-
Felddetails
-
expression
-
fieldIdentifier
-
fieldMember
-
fieldSetter
-
fieldGetter
-
-
Konstruktordetails
-
MatchersFieldType
public MatchersFieldType()
-
-
Methodendetails
-
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
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
This rule influences the naming of the generatedFieldidentifier. -
setFieldIdentifier
This rule influences the naming of the generatedFieldidentifier. -
getFieldMember
This rule influences the naming of generated members (e.g. in POJOs) corresponding to thisField -
setFieldMember
This rule influences the naming of generated members (e.g. in POJOs) corresponding to thisField -
getFieldSetter
This rule influences the naming of generated setters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
setFieldSetter
This rule influences the naming of generated setters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
getFieldGetter
This rule influences the naming of generated getters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
setFieldGetter
This rule influences the naming of generated getters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
withExpression
This field matcher applies to all unqualified or qualified field names matched by this expression. If left empty, this matcher applies to all fields. -
withFieldIdentifier
This rule influences the naming of the generatedFieldidentifier. -
withFieldMember
This rule influences the naming of generated members (e.g. in POJOs) corresponding to thisField -
withFieldSetter
This rule influences the naming of generated setters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
withFieldGetter
This rule influences the naming of generated getters (e.g. inTableRecordand/or POJOs) corresponding to thisField -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-