Class StringValueConfig

    • Constructor Detail

      • StringValueConfig

        public StringValueConfig()
    • Method Detail

      • getClassValue

        protected Object getClassValue​(Class<?> type)
        Description copied from class: ValueConfig
        Get value, use type to narrow down exact value.
        Specified by:
        getClassValue in class ValueConfig
        Parameters:
        type - the injection point type
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • setReplaceProperties

        public void setReplaceProperties​(boolean replaceProperties)
      • setTrim

        public void setTrim​(boolean trim)