| Home >> All >> com >> mjh >> [ util Javadoc ] |
com.mjh.util: Javadoc index of package com.mjh.util.
Package Samples:
com.mjh.util
Classes:
BeanMap: BeanMap provides an adaptor for Java Beans to allow them to be treated as a java.util.Map. BeanMap is pretty good at coercing string values into the appropriate primitive type for a bean setter method argument. For example: MyBean myBean = new MyBean(); BeanMap myMap = new BeamMap(myBean); myMap.put("totalCount", "100"); Number value = (Number)myMap.get("totalCount"); The above code will call the setTotalCount() method on myBean with the string value of "100" coerced to the required integer argument. Then call the getTotalCount() method on myBean and convert the int return value to the Java primitive ...
UrlInfo
JUnitUrlInfo
| Home | Contact Us | Privacy Policy | Terms of Service |