java.lang.Object
org.jooq.meta.jaxb.Strategy
- All Implemented Interfaces:
Serializable,XMLAppendable
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe matcher strategy configuration used when applying an XML-based strategy.getName()The class used to provide a naming strategy for generated source code.inthashCode()voidsetMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.voidThe class used to provide a naming strategy for generated source code.toString()withMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.The class used to provide a naming strategy for generated source code.
-
Field Details
-
name
-
matchers
-
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
getName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
setName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
getMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
setMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
withName
The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration. -
withMatchers
The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-