com.mchange.v2.codegen.bean
Interface PropertyBeanGenerator

All Known Implementing Classes:
InnerBeanPropertyBeanGenerator, SimplePropertyBeanGenerator

public interface PropertyBeanGenerator


Method Summary
 void generate(ClassInfo info, Property[] props, Writer w)
           
 

Method Detail

generate

void generate(ClassInfo info,
              Property[] props,
              Writer w)
              throws IOException
Throws:
IOException