Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.ITypeConverter
-
Packages that use CommandLine.ITypeConverter Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.ITypeConverter in org.apache.logging.log4j.core.tools.picocli
Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.ITypeConverter Modifier and Type Method Description <K> CommandLine
CommandLine. registerConverter(Class<K> cls, CommandLine.ITypeConverter<K> converter)
Registers the specified type converter for the specified class.
-