public class ConverterInheritanceTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConverterInheritanceTestCase.ListConverter |
static class |
ConverterInheritanceTestCase.Person |
static class |
ConverterInheritanceTestCase.PersonGroup |
| Constructor and Description |
|---|
ConverterInheritanceTestCase() |
| Modifier and Type | Method and Description |
|---|---|
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'
|
public void testConverterInheritanceRaw()
public void testConverterInheritanceGenerics()
Copyright © 2017 Glasnost. All Rights Reserved.