Class Camel


  • public class Camel
    extends java.lang.Object
    Macros defined in static inner classes that some way camel case the input.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Camel.CStyle
      Converts the input into Cstyle variable name.
      static class  Camel.LowCamel
      Camel case the input starting with a lower case letter.
      static class  Camel.Sentence
      Converts a camel cased word into a sentence.
      static class  Camel.UppCamel
      Camel case the input starting with an upper case letter.
    • Constructor Summary

      Constructors 
      Constructor Description
      Camel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Camel

        public Camel()