Uses of Class
io.apicurio.hub.api.codegen.jaxrs.CodegenTarget
-
Packages that use CodegenTarget Package Description io.apicurio.hub.api.codegen.jaxrs -
-
Uses of CodegenTarget in io.apicurio.hub.api.codegen.jaxrs
Methods in io.apicurio.hub.api.codegen.jaxrs that return CodegenTarget Modifier and Type Method Description static CodegenTargetCodegenTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static CodegenTarget[]CodegenTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.apicurio.hub.api.codegen.jaxrs with parameters of type CodegenTarget Constructor Description OpenApi2CodegenVisitor(String packageName, List<InterfaceInfo> interfaces, CodegenTarget target)Constructor.
-