public class JavaTimeZoneIdArgumentFactory extends AbstractArgumentFactory<ZoneId>
| Constructor and Description |
|---|
JavaTimeZoneIdArgumentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Argument |
build(ZoneId value,
ConfigRegistry config)
Produce an argument object for the given value.
|
buildprotected Argument build(ZoneId value, ConfigRegistry config)
AbstractArgumentFactorybuild in class AbstractArgumentFactory<ZoneId>value - the value to convert to an argumentconfig - the config registryArgument for the given value.Copyright © 2017. All rights reserved.