Uses of Class
org.jooq.meta.jaxb.MatchersFieldType
Packages that use MatchersFieldType
-
Uses of MatchersFieldType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersFieldTypeMethods in org.jooq.meta.jaxb that return MatchersFieldTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersFieldType()Create an instance ofMatchersFieldTypeMatchersFieldType.withExpression(String value) This field matcher applies to all unqualified or qualified field names matched by this expression.MatchersFieldType.withFieldGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.MatchersFieldType.withFieldIdentifier(MatcherRule value) This rule influences the naming of the generatedFieldidentifier.MatchersFieldType.withFieldMember(MatcherRule value) This rule influences the naming of generated members (e.g.MatchersFieldType.withFieldSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersFieldTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersFieldTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersFieldTypeModifier and TypeMethodDescriptionvoidMatchers.setFields(List<MatchersFieldType> fields) Matchers.withFields(Collection<MatchersFieldType> values) Matchers.withFields(List<MatchersFieldType> fields)