Uses of Class
org.jooq.meta.jaxb.MatchersEnumType
Packages that use MatchersEnumType
-
Uses of MatchersEnumType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersEnumTypeMethods in org.jooq.meta.jaxb that return MatchersEnumTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersEnumType()Create an instance ofMatchersEnumTypeMatchersEnumType.withEnumClass(MatcherRule value) This rule influences the naming of the generatedEnumTypeobject.MatchersEnumType.withEnumImplements(String value) This string provides additional interfaces that a generatedEnumTypeshould implement.MatchersEnumType.withEnumLiteral(MatcherRule value) This rule influences the naming of the generatedEnumTypeliteral values.MatchersEnumType.withExpression(String value) This enum matcher applies to all unqualified or qualified enum names matched by this expression.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersEnumTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersEnumTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersEnumTypeModifier and TypeMethodDescriptionvoidMatchers.setEnums(List<MatchersEnumType> enums) Matchers.withEnums(Collection<MatchersEnumType> values) Matchers.withEnums(List<MatchersEnumType> enums)