setInto(ReadWritablePeriod duration, Object object, Chronology chrono) Extracts duration values from an object of this converter's type, and
sets them into the given ReadWritablePeriod.
Selects a suitable period type for the given object.
Parameters: object - the object to examine, must not be null the period type from the readable duration throws: NullPointerException - if the object is null throws: ClassCastException - if the object is an invalid type
Extracts duration values from an object of this converter's type, and
sets them into the given ReadWritablePeriod.
Parameters: duration - duration to get modified Parameters: object - the object to convert, must not be null Parameters: chrono - the chronology to use throws: NullPointerException - if the duration or object is null throws: ClassCastException - if the object is an invalid type throws: IllegalArgumentException - if the object is invalid
Methods inherited from org.joda.time.convert.AbstractConverter