fieldCount

Class field count.

----------------

类字段数量。

Return

ClassMatcher

Parameters

count

field count / 字段数量


Class field count range.

----------------

类字段数量范围。

fieldCount(IntRange(1, 2))

Return

ClassMatcher

Parameters

range

field count range / 字段数量范围


Class field count range.

----------------

类字段数量范围。

fieldCount(1..2)

Return

ClassMatcher

Parameters

range

field count range / 字段数量范围


fun fieldCount(min: Int = 0, max: Int = Int.MAX_VALUE): ClassMatcher

Class field count range.

----------------

类字段数量范围。

fieldCount(1, 2)

Return

ClassMatcher

Parameters

min

min field count / 最小字段数量

max

max field count / 最大字段数量