com.googlecode.icegem.serialization.codegen.impl.wrapper
Class FromDataFieldWDoubleProcessor

java.lang.Object
  extended by com.googlecode.icegem.serialization.codegen.impl.wrapper.FromDataFieldWrapperProcessor
      extended by com.googlecode.icegem.serialization.codegen.impl.wrapper.FromDataFieldWDoubleProcessor
All Implemented Interfaces:
FromDataProcessor

public class FromDataFieldWDoubleProcessor
extends FromDataFieldWrapperProcessor

Generate code that 1) read 'Double' field value from DataInput 2) set it to bean for method DataSerializer.fromData(...)

Author:
igolovach

Constructor Summary
FromDataFieldWDoubleProcessor()
           
 
Method Summary
 
Methods inherited from class com.googlecode.icegem.serialization.codegen.impl.wrapper.FromDataFieldWrapperProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromDataFieldWDoubleProcessor

public FromDataFieldWDoubleProcessor()


Copyright © 2011. All Rights Reserved.