Java org.apache.commons.cli TypeHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.cli TypeHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.cli TypeHandler.

The text is from its open source code.

Method

ObjectcreateValue(String str, Object obj)
Returns the Object of type obj with the value of str.
ObjectcreateValue(String str, Class clazz)
Returns the Object of type clazz with the value of str.