ma.glasnost.orika.test.converter
Class ConverterInheritanceTestCase
java.lang.Object
ma.glasnost.orika.test.converter.ConverterInheritanceTestCase
public class ConverterInheritanceTestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterInheritanceTestCase
public ConverterInheritanceTestCase()
testConverterInheritanceRaw
public void testConverterInheritanceRaw()
- Note: mapping by raw type doesn't work, because there's no way to know at
runtime that an ArrayList has been parameterized by 'Person'; it just looks
like an ArrayList of 'Object'
testConverterInheritanceGenerics
public void testConverterInheritanceGenerics()
Copyright © 2012 Glasnost. All Rights Reserved.