Searched refs:convObj (Results 1 – 1 of 1) sorted by relevance
649 Object convObj= null; in convertPropertyValue() local656 convObj= setVal; in convertPropertyValue()668 convObj= new Any(new Type(XInterface.class), xint); in convertPropertyValue()675 convObj= new Any(new Type(), null); in convertPropertyValue()679 convObj= new Any( ((Any)curVal[0]).getType(), null); in convertPropertyValue()683 convObj= new Any(new Type(setVal.getClass()), setVal); in convertPropertyValue()687 convObj= convert(memberClass, setVal); in convertPropertyValue()688 newVal[0]= convObj; in convertPropertyValue()
Completed in 23 milliseconds