ma.glasnost.orika.test.extensibility
Class PropertyResolverExtensibilityTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.extensibility.PropertyResolverExtensibilityTestCase

public class PropertyResolverExtensibilityTestCase
extends Object

Author:
matt.deboer@gmail.com

Nested Class Summary
static class PropertyResolverExtensibilityTestCase.Element
           
static class PropertyResolverExtensibilityTestCase.ElementPropertyResolver
          For my next trick, this is a custom Property Resolver which automatically attempts a dynamic definition of type Element (after normal resolution has failed)
static class PropertyResolverExtensibilityTestCase.Person
           
 
Constructor Summary
PropertyResolverExtensibilityTestCase()
           
 
Method Summary
 void testAdHocResolution_integration_customResolverUsingDeclarativeProperties()
          This test demonstrates how you might implement a custom property resolver which provides a proprietary definition of properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResolverExtensibilityTestCase

public PropertyResolverExtensibilityTestCase()
Method Detail

testAdHocResolution_integration_customResolverUsingDeclarativeProperties

public void testAdHocResolution_integration_customResolverUsingDeclarativeProperties()
This test demonstrates how you might implement a custom property resolver which provides a proprietary definition of properties



Copyright © 2012 Glasnost. All Rights Reserved.