Uses of Class
org.jooq.meta.jaxb.MatchersFieldType
-
Packages that use MatchersFieldType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersFieldType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersFieldType Modifier and Type Field Description protected List<MatchersFieldType>Matchers. fieldsMethods in org.jooq.meta.jaxb that return MatchersFieldType Modifier and Type Method Description MatchersFieldTypeObjectFactory. createMatchersFieldType()Create an instance ofMatchersFieldTypeMatchersFieldTypeMatchersFieldType. withExpression(String value)This field matcher applies to all unqualified or qualified field names matched by this expression.MatchersFieldTypeMatchersFieldType. withFieldGetter(MatcherRule value)This rule influences the naming of generated getters (e.g. inTableRecordand/or POJOs) corresponding to thisFieldMatchersFieldTypeMatchersFieldType. withFieldIdentifier(MatcherRule value)This rule influences the naming of the generatedFieldidentifier.MatchersFieldTypeMatchersFieldType. withFieldMember(MatcherRule value)This rule influences the naming of generated members (e.g. in POJOs) corresponding to thisFieldMatchersFieldTypeMatchersFieldType. withFieldSetter(MatcherRule value)This rule influences the naming of generated setters (e.g. inTableRecordand/or POJOs) corresponding to thisFieldMethods in org.jooq.meta.jaxb that return types with arguments of type MatchersFieldType Modifier and Type Method Description List<MatchersFieldType>Matchers. getFields()Methods in org.jooq.meta.jaxb with parameters of type MatchersFieldType Modifier and Type Method Description MatchersMatchers. withFields(MatchersFieldType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersFieldType Modifier and Type Method Description voidMatchers. setFields(List<MatchersFieldType> fields)MatchersMatchers. withFields(Collection<MatchersFieldType> values)MatchersMatchers. withFields(List<MatchersFieldType> fields)
-