Uses of Interface
io.mateo.cxf.codegen.workers.Option
Packages that use Option
Package
Description
Central classes for the CXF Codegen Gradle plugin configuration.
The package contains the worker implementation for code generation.
-
Uses of Option in io.mateo.cxf.codegen.dsl
Methods in io.mateo.cxf.codegen.dsl that return types with arguments of type OptionModifier and TypeMethodDescriptionCxfCodegenExtension.getOptions()The options for the code generation.Method parameters in io.mateo.cxf.codegen.dsl with type arguments of type OptionModifier and TypeMethodDescriptiondefault voidCxfCodegenExtension.options(Action<ExtensiblePolymorphicDomainObjectContainer<Option>> configurer) Configures the code generation options of this projects -
Uses of Option in io.mateo.cxf.codegen.workers
Subinterfaces of Option in io.mateo.cxf.codegen.workersModifier and TypeInterfaceDescriptioninterfaceOptions for thewsdl2javacode generation tool.interfaceOptions for thewsdl2javacode generation tool.Methods in io.mateo.cxf.codegen.workers that return types with arguments of type Option