public final class Adapters extends Object
| Modifier and Type | Method and Description | 
|---|---|
| Axis | getAxis()Returns the axis instance. | 
| <T extends DateAdapterOptions> | getDate(DateAdaptersOptionsFactory<T> factory)Returns the date adapter options, if exist. It uses a factory instance to create a date adapter options. If factory argument is not consistent, nullis returned. | 
| <T extends DateAdapterOptions> | setDate(T options)Sets the date adapters options. | 
public <T extends DateAdapterOptions> void setDate(T options)
T - type of date adapters options to storeoptions - date adapters options used to configure the adapterpublic <T extends DateAdapterOptions> T getDate(DateAdaptersOptionsFactory<T> factory)
null is returned.T - type of date adapter options to returnfactory - factory instance to create a date adapter optionsnull is returned.public final Axis getAxis()