public final class DateAdapterModule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ID
Constants of date adapter identifier, "luxon".
|
Modifier and Type | Method and Description |
---|---|
static DateAdapterModule |
get()
Returns the singleton instance of module.
|
void |
injectionComplete(DateAdapterInjectionComplete injectionComplete)
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module. |
boolean |
isInjected()
Returns if the date adapter has been injected.
|
public static final String ID
public static DateAdapterModule get()
public boolean isInjected()
false
, the date adapter has not been injectedpublic void injectionComplete(DateAdapterInjectionComplete injectionComplete)
injectionComplete
- empty object which can be created only by resources type