Searched refs:BooleanHandler (Results 1 – 2 of 2) 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
78 handlers.put(boolean.class, new BooleanHandler()); in handlers.put() argument79 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put() argument1008 private static class BooleanHandler extends Handler<Boolean> { class in OptionSetter