Uses of Class
org.jooq.meta.jaxb.MatchersRoutineType
Packages that use MatchersRoutineType
-
Uses of MatchersRoutineType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersRoutineTypeMethods in org.jooq.meta.jaxb that return MatchersRoutineTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersRoutineType()Create an instance ofMatchersRoutineTypeMatchersRoutineType.withExpression(String value) This routine matcher applies to all unqualified or qualified routine names matched by this expression.MatchersRoutineType.withRoutineClass(MatcherRule value) This rule influences the naming of the generatedRoutineobject.MatchersRoutineType.withRoutineImplements(String value) This string provides additional interfaces that a generatedRoutineshould implement.MatchersRoutineType.withRoutineMethod(MatcherRule value) This rule influences the naming of generated convenience methods used to call theRoutine.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersRoutineTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersRoutineTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersRoutineTypeModifier and TypeMethodDescriptionvoidMatchers.setRoutines(List<MatchersRoutineType> routines) Matchers.withRoutines(Collection<MatchersRoutineType> values) Matchers.withRoutines(List<MatchersRoutineType> routines)