Searched refs:BooleanHandler (Results 1 – 1 of 1) sorted by relevance
66 handlers.put(boolean.class, new BooleanHandler()); in handlers.put() argument67 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put() argument746 private static class BooleanHandler extends Handler { class in OptionSetter