Uses of Class
org.jooq.meta.jaxb.MatchersAttributeType
Packages that use MatchersAttributeType
-
Uses of MatchersAttributeType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersAttributeTypeMethods in org.jooq.meta.jaxb that return MatchersAttributeTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersAttributeType()Create an instance ofMatchersAttributeTypeMatchersAttributeType.withAttributeGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.MatchersAttributeType.withAttributeIdentifier(MatcherRule value) This rule influences the naming of the generatedUDTFieldidentifier.MatchersAttributeType.withAttributeMember(MatcherRule value) This rule influences the naming of generated members (e.g.MatchersAttributeType.withAttributeSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.MatchersAttributeType.withExpression(String value) This field matcher applies to all unqualified or qualified UDT attribute names matched by this expression.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersAttributeTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersAttributeTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersAttributeTypeModifier and TypeMethodDescriptionvoidMatchers.setAttributes(List<MatchersAttributeType> attributes) Matchers.withAttributes(Collection<MatchersAttributeType> values) Matchers.withAttributes(List<MatchersAttributeType> attributes)