Package com.ethlo.zally.rules
Class WhiteListedPluralizeNamesForArraysRule
- java.lang.Object
-
- com.ethlo.zally.rules.WhiteListedPluralizeNamesForArraysRule
-
public class WhiteListedPluralizeNamesForArraysRule extends Object
-
-
Constructor Summary
Constructors Constructor Description WhiteListedPluralizeNamesForArraysRule(com.typesafe.config.Config config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.zalando.zally.rule.api.Violation>checkArrayPropertyNamesArePlural(org.zalando.zally.rule.api.Context context)static Map<String,io.swagger.v3.oas.models.media.Schema>getAllSchemas(io.swagger.v3.oas.models.OpenAPI openAPI)
-
-
-
Method Detail
-
getAllSchemas
public static Map<String,io.swagger.v3.oas.models.media.Schema> getAllSchemas(io.swagger.v3.oas.models.OpenAPI openAPI)
-
checkArrayPropertyNamesArePlural
public List<org.zalando.zally.rule.api.Violation> checkArrayPropertyNamesArePlural(org.zalando.zally.rule.api.Context context)
-
-