ma.glasnost.orika.test.converter
Class ConverterInheritanceTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.converter.ConverterInheritanceTestCase

public class ConverterInheritanceTestCase
extends Object


Nested Class Summary
static class ConverterInheritanceTestCase.ListConverter
           
static class ConverterInheritanceTestCase.Person
           
static class ConverterInheritanceTestCase.PersonGroup
           
 
Constructor Summary
ConverterInheritanceTestCase()
           
 
Method Summary
 void testConverterInheritanceGenerics()
           
 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'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterInheritanceTestCase

public ConverterInheritanceTestCase()
Method Detail

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.