<ips> <ip key="192.168.12.11" value="owner" /> <ip key="192.168.12.12" value="cus" /> </ips>
@XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "ip" }) public static class dBIp { protected Map<String,String> ip; public Map<String,String> getIp() { if (ip == null) { ip = new HashMap<String,String>(); } System.out.println("ip===="+this.ip); return this.ip; } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)