io.github.benas.easybatch.tutorials.recipes
Class RecipeMapper

java.lang.Object
  extended by io.github.benas.easybatch.tutorials.recipes.RecipeMapper
All Implemented Interfaces:
RecordMapper<Recipe>

public class RecipeMapper
extends Object
implements RecordMapper<Recipe>

Recipe Mapper.


Constructor Summary
RecipeMapper()
           
 
Method Summary
 Recipe mapRecord(Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeMapper

public RecipeMapper()
Method Detail

mapRecord

public Recipe mapRecord(Record record)
                 throws Exception
Specified by:
mapRecord in interface RecordMapper<Recipe>
Throws:
Exception


Copyright © 2014. All Rights Reserved.