Uses of Class
org.jooq.meta.jaxb.Target
-
Packages that use Target Package Description org.jooq.meta.jaxb -
-
Uses of Target in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Target Modifier and Type Field Description protected TargetGenerator. targetMethods in org.jooq.meta.jaxb that return Target Modifier and Type Method Description TargetObjectFactory. createTarget()Create an instance ofTargetTargetGenerator. getTarget()Options to define where the generated code should be located.TargetTarget. withClean(Boolean value)TargetTarget. withDirectory(String value)The destination directory of your generated classesTargetTarget. withEncoding(String value)The file encoding to be used with all output files.TargetTarget. withLocale(String value)The locale to be used with all locale specific operations.TargetTarget. withPackageName(String value)The destination package of your generated classes (within the destination directory)Methods in org.jooq.meta.jaxb with parameters of type Target Modifier and Type Method Description voidGenerator. setTarget(Target value)Options to define where the generated code should be located.GeneratorGenerator. withTarget(Target value)Options to define where the generated code should be located.
-