Uses of Interface
com.cosium.openapi.annotation_processor.code.ICodeGeneratorOptions
-
Packages that use ICodeGeneratorOptions Package Description com.cosium.openapi.annotation_processor.code com.cosium.openapi.annotation_processor.option -
-
Uses of ICodeGeneratorOptions in com.cosium.openapi.annotation_processor.code
Classes in com.cosium.openapi.annotation_processor.code that implement ICodeGeneratorOptions Modifier and Type Class Description classCodeGeneratorOptionsCreated on 12/07/17.Methods in com.cosium.openapi.annotation_processor.code with parameters of type ICodeGeneratorOptions Modifier and Type Method Description static CodeGeneratorOptionsCodeGeneratorOptions. copyOf(ICodeGeneratorOptions instance)Creates an immutable copy of aICodeGeneratorOptionsvalue.Constructors in com.cosium.openapi.annotation_processor.code with parameters of type ICodeGeneratorOptions Constructor Description CodeGeneratorFactory(ICodeGeneratorOptions options, ServiceLoader serviceLoader) -
Uses of ICodeGeneratorOptions in com.cosium.openapi.annotation_processor.option
Methods in com.cosium.openapi.annotation_processor.option that return ICodeGeneratorOptions Modifier and Type Method Description ICodeGeneratorOptionsIOptions. codeGenerator()ICodeGeneratorOptionsOptions. codeGenerator()Methods in com.cosium.openapi.annotation_processor.option with parameters of type ICodeGeneratorOptions Modifier and Type Method Description Options.BuilderOptions.Builder. codeGenerator(ICodeGeneratorOptions codeGenerator)Initializes the value for thecodeGeneratorattribute.Options.BuildFinalOptions.CodeGeneratorBuildStage. codeGenerator(ICodeGeneratorOptions codeGenerator)Initializes the value for thecodeGeneratorattribute.OptionsOptions. withCodeGenerator(ICodeGeneratorOptions value)Copy the current immutable object by setting a value for thecodeGeneratorattribute.
-