Uses of Class
com.atlassian.oai.validator.report.LevelResolver
Packages that use LevelResolver
-
Uses of LevelResolver in com.atlassian.oai.validator
Methods in com.atlassian.oai.validator with parameters of type LevelResolverModifier and TypeMethodDescriptionOpenApiInteractionValidator.Builder.withLevelResolver(LevelResolver levelResolver) The resolver to use for resolving the level of validation messages (ERROR, WARN, IGNORE etc.). -
Uses of LevelResolver in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return LevelResolverModifier and TypeMethodDescriptionLevelResolver.Builder.build()Build and return a newLevelResolverinstance created from the configuration collected in this builder.static LevelResolverLevelResolver.defaultResolver()Create a new defaultLevelResolver.static LevelResolverLevelResolverFactory.withAdditionalPropertiesIgnored()Construct a newLevelResolverthat disables the additional properties validation.Constructors in com.atlassian.oai.validator.report with parameters of type LevelResolverModifierConstructorDescriptionMessageResolver(LevelResolver levelResolver) Create a new instance with the provided {LevelResolver}.