Uses of Class
org.jooq.meta.jaxb.MatchersEnumType
-
Packages that use MatchersEnumType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersEnumType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersEnumType Modifier and Type Field Description protected List<MatchersEnumType>Matchers. enumsMethods in org.jooq.meta.jaxb that return MatchersEnumType Modifier and Type Method Description MatchersEnumTypeObjectFactory. createMatchersEnumType()Create an instance ofMatchersEnumTypeMatchersEnumTypeMatchersEnumType. withEnumClass(MatcherRule value)This rule influences the naming of the generatedEnumTypeobject.MatchersEnumTypeMatchersEnumType. withEnumImplements(String value)This string provides additional interfaces that a generatedEnumTypeshould implement.MatchersEnumTypeMatchersEnumType. 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 MatchersEnumType Modifier and Type Method Description List<MatchersEnumType>Matchers. getEnums()Methods in org.jooq.meta.jaxb with parameters of type MatchersEnumType Modifier and Type Method Description MatchersMatchers. withEnums(MatchersEnumType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersEnumType Modifier and Type Method Description voidMatchers. setEnums(List<MatchersEnumType> enums)MatchersMatchers. withEnums(Collection<MatchersEnumType> values)MatchersMatchers. withEnums(List<MatchersEnumType> enums)
-