Uses of Class
org.jooq.meta.jaxb.MatcherTransformType
-
Packages that use MatcherTransformType Package Description org.jooq.meta.jaxb -
-
Uses of MatcherTransformType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as MatcherTransformType Modifier and Type Field Description protected MatcherTransformTypeMatcherRule. transformMethods in org.jooq.meta.jaxb that return MatcherTransformType Modifier and Type Method Description static MatcherTransformTypeMatcherTransformType. fromValue(String v)MatcherTransformTypeMatcherRule. getTransform()A pre-defined transformation type that transforms this rule's output into a specific format.static MatcherTransformTypeMatcherTransformType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatcherTransformType[]MatcherTransformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type MatcherTransformType Modifier and Type Method Description voidMatcherRule. setTransform(MatcherTransformType value)A pre-defined transformation type that transforms this rule's output into a specific format.MatcherRuleMatcherRule. withTransform(MatcherTransformType value)A pre-defined transformation type that transforms this rule's output into a specific format.
-