public static class DateAdapterOptions.DateAdaptersOptionsFactory extends Object implements NativeObjectContainerFactory<DateAdapterOptions>
Modifier and Type | Method and Description |
---|---|
DateAdapterOptions |
create(NativeObject nativeObject)
Creates a native object container instance by a native object.
|
DateAdapterOptions |
create(NativeObject nativeObject,
IsDefaultDateAdapterOptions defaultValues)
Creates a date adapter options by a native object and a default values instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public DateAdapterOptions create(NativeObject nativeObject)
NativeObjectContainerFactory
create
in interface NativeObjectContainerFactory<DateAdapterOptions>
nativeObject
- native objectpublic DateAdapterOptions create(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues)
nativeObject
- native object instance to be wrapped.defaultValues
- default values for the options