Uses of Class
org.openapitools.codegen.languages.KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE
-
Packages that use KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE Package Description org.openapitools.codegen.languages -
-
Uses of KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE in org.openapitools.codegen.languages
Fields in org.openapitools.codegen.languages declared as KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE Modifier and Type Field Description protected KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPEKotlinClientCodegen. serializationLibraryMethods in org.openapitools.codegen.languages that return KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE Modifier and Type Method Description static KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPEKotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE[]KotlinClientCodegen.SERIALIZATION_LIBRARY_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-