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

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

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


Field Summary
 
Fields inherited from class ma.glasnost.orika.CustomConverter
destinationType, mapperFacade, sourceType
 
Constructor Summary
Issue148TestCase.Converter.String2Object()
           
 
Method Summary
 Issue148TestCase.WrapperObject convert(String source, Type<? extends Issue148TestCase.WrapperObject> 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.String2Object

public Issue148TestCase.Converter.String2Object()
Method Detail

convert

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


Copyright © 2014 Glasnost. All Rights Reserved.