Class ValueParamConfig

java.lang.Object
mc.core.domain.base.aspect.ValueParamConfig

@ApplicationScoped public abstract class ValueParamConfig extends Object
optional EntityToAttributeParam configuration, implemented as application scoped bean. implement derived class and add configured properties through addConfig(String, Class) methods. do not inject and use this class directly cause the injection may not be resolved. instead use methods in ValueParamBean to safely access property configuration.
  • Constructor Details

    • ValueParamConfig

      public ValueParamConfig()