java.lang.Object
com.codebarrel.automation.api.component.smartvalues.impl.handler.DefaultValueWrapper
All Implemented Interfaces:
com.github.mustachejava.util.Wrapper

public class DefaultValueWrapper extends Object implements com.github.mustachejava.util.Wrapper
  • Constructor Details

    • DefaultValueWrapper

      public DefaultValueWrapper(com.github.mustachejava.util.Wrapper wrapper, SafeReflectionObjectHandler handler, com.codebarrel.automation.api.component.smartvalues.impl.handler.SmartValueResult.Parameter defaultValue)
  • Method Details

    • call

      public Object call(List<Object> scopes) throws com.github.mustachejava.util.GuardException
      Specified by:
      call in interface com.github.mustachejava.util.Wrapper
      Throws:
      com.github.mustachejava.util.GuardException
    • isFalsish

      public boolean isFalsish(Object value)