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