Class StrategyPropertyDef

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

public class StrategyPropertyDef extends AbstractPropertyInfo
Extendable Strategy property definition
  • Field Details

  • Constructor Details

    • StrategyPropertyDef

      public StrategyPropertyDef(String name, String description, Class type)
    • StrategyPropertyDef

      public StrategyPropertyDef(String name, String description, Class type, String beanProperty)
    • StrategyPropertyDef

      public StrategyPropertyDef(String name, String description, Class type, String beanProperty, boolean reflected)
    • StrategyPropertyDef

      public StrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty)
    • StrategyPropertyDef

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

      public StrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints)