createDouble

Create a new AnnotationEncodeValueMatcher from the specified Double. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.

根据指定的 Double 创建一个新的 AnnotationEncodeValueMatcher。 由于浮点数受到精度影响,所以 abs(value - realValue) < 1e-6 时会匹配成功。

Return

AnnotationEncodeValueMatcher

Parameters

value

double value / 双精度浮点型值