InlineSchemaClassifier

data class InlineSchemaClassifier(var value: String? = null, var divider: String? = null, var priority: Priority? = null, var componentDivider: String = ".", var ignore: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(value: String? = null, divider: String? = null, priority: Priority? = null, componentDivider: String = ".", ignore: Boolean = false)

Properties

Link copied to clipboard

The symbol that is used to divide the version components, e.g. . or -

Link copied to clipboard

Priority of the classifier

Link copied to clipboard

Defines if the classifier should be ignored

Link copied to clipboard

The symbol that is used to divide the classifier and the Version, e.g. . or -

Link copied to clipboard

Complete classifier string