java.lang.Object
org.jooq.conf.ObjectFactory
This object contains factory methods for each 
 Java content interface and Java element interface 
 generated in the org.jooq.conf package. 
 
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.conf
- 
Method SummaryModifier and TypeMethodDescriptionCreate an instance ofInterpreterSearchSchemaCreate an instance ofMappedCatalogCreate an instance ofMappedSchemaCreate an instance ofMappedTableCreate an instance ofMigrationSchemaCreate an instance ofParseSearchSchemaCreate an instance ofRenderFormattingCreate an instance ofRenderMappingCreate an instance ofSettingsjakarta.xml.bind.JAXBElement<Settings>createSettings(Settings value) 
- 
Constructor Details- 
ObjectFactorypublic ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.conf
 
- 
- 
Method Details- 
createSettingsCreate an instance ofSettings
- 
createParseSearchSchemaCreate an instance ofParseSearchSchema
- 
createInterpreterSearchSchemaCreate an instance ofInterpreterSearchSchema
- 
createMigrationSchemaCreate an instance ofMigrationSchema
- 
createRenderMappingCreate an instance ofRenderMapping
- 
createMappedCatalogCreate an instance ofMappedCatalog
- 
createMappedSchemaCreate an instance ofMappedSchema
- 
createMappedTableCreate an instance ofMappedTable
- 
createRenderFormattingCreate an instance ofRenderFormatting
- 
createSettings- Parameters:
- value- Java instance representing xml element's value.
- Returns:
- the new instance of JAXBElement<Settings>
 
 
-