Class Camel.LowCamel

  • All Implemented Interfaces:
    Macro
    Enclosing class:
    Camel

    public static class Camel.LowCamel
    extends java.lang.Object
    implements Macro
    Camel case the input starting with a lower case letter. Note that the macro that lower cases all characters is called Case.Lower
    • Constructor Summary

      Constructors 
      Constructor Description
      LowCamel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String evaluate​(Input in, Processor processor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax0.jamal.api.Macro

        getId
    • Constructor Detail

      • LowCamel

        public LowCamel()