Interface BeanDataAdapter

All Superinterfaces:
ClasspathAwareDataAdapter, DataAdapter
All Known Implementing Classes:
BeanDataAdapterImpl

public interface BeanDataAdapter extends ClasspathAwareDataAdapter
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • isUseFieldDescription

      boolean isUseFieldDescription()
    • setUseFieldDescription

      void setUseFieldDescription(boolean isUseFieldDescription)
    • getFactoryClass

      String getFactoryClass()
    • setFactoryClass

      void setFactoryClass(String factoryClass)
    • getMethodName

      String getMethodName()
    • setMethodName

      void setMethodName(String methodName)