Uses of Class
com.cosium.openapi.annotation_processor.option.Options
-
Packages that use Options Package Description com.cosium.openapi.annotation_processor.option -
-
Uses of Options in com.cosium.openapi.annotation_processor.option
Methods in com.cosium.openapi.annotation_processor.option that return Options Modifier and Type Method Description OptionsOptions.Builder. build()Builds a newOptions.OptionsOptions.BuildFinal. build()Builds a newOptions.static OptionsOptions. copyOf(IOptions instance)Creates an immutable copy of aIOptionsvalue.OptionsOptions. withBaseGenerationPackage(String value)Copy the current immutable object by setting a value for thebaseGenerationPackageattribute.OptionsOptions. withCodeGenerator(ICodeGeneratorOptions value)Copy the current immutable object by setting a value for thecodeGeneratorattribute.OptionsOptions. withSpecificationGenerator(ISpecificationGeneratorOptions value)Copy the current immutable object by setting a value for thespecificationGeneratorattribute.
-