truthy property

Set<String> truthy
final

A set of case-insensitive string tokens that resolve to true.

Defaults include 'true', '1', 'yes', 'y', 'on', 'ok', 't'.

Implementation

final Set<String> truthy;