Java org.apache.commons.beanutils.converters DateTimeConverter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils.converters DateTimeConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils.converters DateTimeConverter.

The text is from its open source code.

Subclass

org.apache.commons.beanutils.converters.DateTimeConverter has subclasses.
Click this link to see all its subclasses.

Method

Objectconvert(Class type, Object value)
Convert the input object into an output object of the specified type.
voidsetPattern(String pattern)
Set a date format pattern to use to convert dates to/from a java.lang.String.
voidsetPatterns(String[] patterns)
Set the date format patterns to use to convert dates to/from a java.lang.String.