forked from loafle/openapi-generator-original
removed old refs
This commit is contained in:
parent
87ebc8a7f3
commit
36f4239c93
@ -16,8 +16,6 @@
|
||||
|
||||
import com.wordnik.swagger.codegen.BasicJavaGenerator
|
||||
|
||||
import com.wordnik.swagger.core._
|
||||
|
||||
object JavaPetstoreCodegen extends BasicJavaGenerator {
|
||||
def main(args: Array[String]) = generateClient(args)
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
import com.wordnik.swagger.codegen.BasicJavaGenerator
|
||||
|
||||
import com.wordnik.swagger.core._
|
||||
|
||||
object JavaWordnikApiCodegen extends BasicJavaGenerator {
|
||||
def main(args: Array[String]) = generateClient(args)
|
||||
|
||||
|
@ -28,7 +28,7 @@ case class ApiListingReference(path:String, description: String)
|
||||
|
||||
case object Any extends AllowableValues
|
||||
case class AllowableListValues (values: List[String] = List(), valueType: String = "LIST") extends AllowableValues
|
||||
case class AllowableRangeValues(min: Int, max: Int) extends AllowableValues
|
||||
case class AllowableRangeValues(min: String, max: String) extends AllowableValues
|
||||
|
||||
// using java.util.Map because Jackon 2 isn't deserializing ListMap correctly, and ordered
|
||||
// insertion is required
|
||||
|
Loading…
x
Reference in New Issue
Block a user