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

java.lang.Object
  extended by com.googlecode.icegem.serialization.codegen.impl.wrapper.ToDataFieldWrapperProcessor
      extended by com.googlecode.icegem.serialization.codegen.impl.wrapper.ToDataFieldWBooleanProcessor
All Implemented Interfaces:
ToDataProcessor

public class ToDataFieldWBooleanProcessor
extends ToDataFieldWrapperProcessor

Generate code that 1) read 'Boolean' field value from bean getter 2) write it to DataOutput for method DataSerializer.toData(...)

Author:
igolovach

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

Constructor Detail

ToDataFieldWBooleanProcessor

public ToDataFieldWBooleanProcessor()


Copyright © 2011. All Rights Reserved.