Uses of Class
org.jooq.meta.jaxb.MatchersUDTType
Packages that use MatchersUDTType
-
Uses of MatchersUDTType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersUDTTypeMethods in org.jooq.meta.jaxb that return MatchersUDTTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersUDTType()Create an instance ofMatchersUDTTypeMatchersUDTType.withExpression(String value) This table matcher applies to all unqualified or qualified UDT names matched by this expression.MatchersUDTType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO.MatchersUDTType.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement.MatchersUDTType.withPathClass(MatcherRule value) This rule influences the naming of the generated UDT path object.MatchersUDTType.withPathExtends(String value) This string provides a super class that a generated UDT path object should extend.MatchersUDTType.withPathImplements(String value) This string provides additional interfaces that a generated UDT path object should implement.MatchersUDTType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersUDTType.withPojoExtends(String value) This string provides a super class that a generated POJO should extend.MatchersUDTType.withPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.MatchersUDTType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedUDTRecordobject.MatchersUDTType.withRecordExtends(String value) This string provides a super class that a generatedUDTRecordshould extend.MatchersUDTType.withRecordImplements(String value) This string provides additional interfaces that a generatedUDTRecordshould implement.MatchersUDTType.withRecordTypeClass(MatcherRule value) This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects.MatchersUDTType.withRecordTypeImplements(String value) This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement.MatchersUDTType.withUdtClass(MatcherRule value) This rule influences the naming of the generatedUDTobject.MatchersUDTType.withUdtExtends(String value) This string provides a super class that a generatedUDTshould extend.MatchersUDTType.withUdtIdentifier(MatcherRule value) This rule influences the naming of the generatedUDTidentifier.MatchersUDTType.withUdtImplements(String value) This string provides additional interfaces that a generatedUDTshould implement.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersUDTTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersUDTTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersUDTTypeModifier and TypeMethodDescriptionvoidMatchers.setUdts(List<MatchersUDTType> udts) Matchers.withUdts(Collection<MatchersUDTType> values) Matchers.withUdts(List<MatchersUDTType> udts)