public static interface TypeConversion.Conversion<T>
String value of a flag into the desired type. This is requirement for
pre-Java 8 clients and @FunctionalInterface can not be used here.| Modifier and Type | Method and Description |
|---|---|
T |
apply(String value) |
Copyright © 2016. All rights reserved.