Uses of Enum Class
org.jooq.meta.jaxb.MatcherTransformType
Packages that use MatcherTransformType
-
Uses of MatcherTransformType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as MatcherTransformTypeMethods in org.jooq.meta.jaxb that return MatcherTransformTypeModifier and TypeMethodDescriptionstatic MatcherTransformTypeMatcherRule.getTransform()A pre-defined transformation type that transforms this rule's output into a specific format.static MatcherTransformTypeReturns the enum constant of this class with the specified name.static MatcherTransformType[]MatcherTransformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type MatcherTransformTypeModifier and TypeMethodDescriptionvoidMatcherRule.setTransform(MatcherTransformType value) A pre-defined transformation type that transforms this rule's output into a specific format.MatcherRule.withTransform(MatcherTransformType value) A pre-defined transformation type that transforms this rule's output into a specific format.