Example usage for org.joda.time.convert InstantConverter interface-usage

List of usage examples for org.joda.time.convert InstantConverter interface-usage

Introduction

In this page you can find the example usage for org.joda.time.convert InstantConverter interface-usage.

Usage

From source file com.helger.datetime.config.PDTJodaNumberConverter.java

/**
 * A generic Joda converter that is based on Joda's LongConverter but works with
 * arbitrary {@link Number} objects. This makes it easier to use
 * {@link java.math.BigInteger} and the like for type conversion.
 * 
 * @author Philip Helger

From source file com.phloc.datetime.config.PDTJodaNumberConverter.java

/**
 * A generic Joda converter that is based on Joda's LongConverter but works with
 * arbitrary {@link Number} objects. This makes it easier to use
 * {@link java.math.BigInteger} and the like for type conversion.
 * 
 * @author Philip Helger