ma.glasnost.orika.test.community
Class Issue68TestCase

java.lang.Object
  extended by ma.glasnost.orika.test.community.Issue68TestCase

public class Issue68TestCase
extends Object


Nested Class Summary
static class Issue68TestCase.BeanFactory
           
static class Issue68TestCase.InvoiceItem
           
static interface Issue68TestCase.InvoiceItemProxy
           
static class Issue68TestCase.InvoiceItemVO
           
static class Issue68TestCase.Project
           
static class Issue68TestCase.ProjectItem
           
static interface Issue68TestCase.ProjectItemProxy
           
 class Issue68TestCase.ProjectItemProxyFactory
           
static class Issue68TestCase.ProjectItemVO
           
static interface Issue68TestCase.ProjectProxy
           
static class Issue68TestCase.ProjectVO
           
 
Constructor Summary
Issue68TestCase()
           
 
Method Summary
static
<T,E> Set<T>
castSet(Set<E> sourceSet, Class<T> clazz)
           
static
<T> Set<T>
convertSet(Set<? extends T> sourceSet, Class<T> targetType)
           
 void testSimpleReverceCase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue68TestCase

public Issue68TestCase()
Method Detail

testSimpleReverceCase

public void testSimpleReverceCase()

convertSet

public static <T> Set<T> convertSet(Set<? extends T> sourceSet,
                                    Class<T> targetType)

castSet

public static <T,E> Set<T> castSet(Set<E> sourceSet,
                                   Class<T> clazz)


Copyright © 2012 Glasnost. All Rights Reserved.