public class PropertiesArgs extends Object
| Constructor and Description |
|---|
PropertiesArgs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(Object target,
Properties arguments)
Parse properties instead of String arguments.
|
public static void parse(Object target, Properties arguments)
target - Either an instance or a classarguments - The properties that contain the argumentsCopyright © 2014–2021 码农场. All rights reserved.