Uses of Class
org.jooq.meta.jaxb.Target
Packages that use Target
-
Uses of Target in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as TargetMethods in org.jooq.meta.jaxb that return TargetModifier and TypeMethodDescriptionObjectFactory.createTarget()Create an instance ofTargetGenerator.getTarget()Options to define where the generated code should be located.Target.withDirectory(String value) The destination directory of your generated classesTarget.withEncoding(String value) The file encoding to be used with all output files.Target.withLocale(String value) The locale to be used with all locale specific operations.Target.withPackageName(String value) The destination package of your generated classes (within the destination directory)Methods in org.jooq.meta.jaxb with parameters of type TargetModifier and TypeMethodDescriptionvoidOptions to define where the generated code should be located.Generator.withTarget(Target value) Options to define where the generated code should be located.