sensitivity property

int sensitivity
final

The sensitivity of this converter.

The sensitivity of a SimpleConverter determines how similar the input must be to the String returned by stringify for this converter to succeed.

If sensitivity is 0, this converter will always succeed with the element most similar to the input provided provider at least one element. If sensitivity is 100, this converter will only succeed if the input matches exactly with one of the elements.

Implementation

final int sensitivity;