0.1.2 • Published 5 years ago

@openapi-generator-plus/java-cxf-cdi-client-generator v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

Java CXF + CDI Client API generator for OpenAPI Generator+

An OpenAPI Generator+ module for a Java API server using CXF and CDI annotations

See java-jaxrs-client-generator for documentation.

The Java CXF + CDI client API includes interfaces and default implementations to invoke the API. These are created in the invokerPackage package.

Config file

See java-jaxrs-client-generator for config file documentation. Below are additional config file options supported by this generator.

Project layout

PropertyTypeDescriptionDefault
invokerPackagestringPackage for API invoker classes."${package}.invoker"
invokerImplPackagestringPackage for API invoker implementation classes."${invokerPackage}.impl"