Class AbstractPropertyInfo

java.lang.Object
com.wualabs.qtsurfer.engine.core.AbstractPropertyInfo
All Implemented Interfaces:
PropertyInfo
Direct Known Subclasses:
StrategyPropertyDef

public abstract class AbstractPropertyInfo extends Object implements PropertyInfo
  • Constructor Details

    • AbstractPropertyInfo

      protected AbstractPropertyInfo(String name, Class type)
    • AbstractPropertyInfo

      protected AbstractPropertyInfo(String name, String description, Class type, String beanProperty, boolean reflected)
    • AbstractPropertyInfo

      protected AbstractPropertyInfo(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty)
    • AbstractPropertyInfo

      protected AbstractPropertyInfo(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected)
    • AbstractPropertyInfo

      protected AbstractPropertyInfo(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints)
  • Method Details