ma.glasnost.orika.test.community
Class Issue148TestCase.Converter.Object2String

java.lang.Object
  extended by ma.glasnost.orika.CustomConverter<Issue148TestCase.WrapperObject,String>
      extended by ma.glasnost.orika.test.community.Issue148TestCase.Converter.Object2String
All Implemented Interfaces:
Converter<Issue148TestCase.WrapperObject,String>, MappedTypePair<Issue148TestCase.WrapperObject,String>
Enclosing class:
Issue148TestCase.Converter

public static class Issue148TestCase.Converter.Object2String
extends CustomConverter<Issue148TestCase.WrapperObject,String>


Field Summary
 
Fields inherited from class ma.glasnost.orika.CustomConverter
destinationType, mapperFacade, sourceType
 
Constructor Summary
Issue148TestCase.Converter.Object2String()
           
 
Method Summary
 String convert(Issue148TestCase.WrapperObject source, Type<? extends String> destinationType)
           
 
Methods inherited from class ma.glasnost.orika.CustomConverter
canConvert, equals, getAType, getBType, hashCode, setMapperFacade, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Issue148TestCase.Converter.Object2String

public Issue148TestCase.Converter.Object2String()
Method Detail

convert

public String convert(Issue148TestCase.WrapperObject source,
                      Type<? extends String> destinationType)


Copyright © 2014 Glasnost. All Rights Reserved.