Class BooleanValueConverter

  • All Implemented Interfaces:
    ConfigValueConverter<java.lang.Boolean>

    public class BooleanValueConverter
    extends java.lang.Object
    implements ConfigValueConverter<java.lang.Boolean>
    Converts property value into Boolean Java object. Any not "true" representations of input value is considered as Boolean.FALSE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean convert​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanValueConverter

        public BooleanValueConverter()
    • Method Detail

      • convert

        public java.lang.Boolean convert​(java.lang.String input)
        Specified by:
        convert in interface ConfigValueConverter<java.lang.Boolean>