Class RelaxedPropertyNames

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.String>

    public class RelaxedPropertyNames
    extends java.lang.Object
    implements java.lang.Iterable<java.lang.String>
    Since:
    5.3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      RelaxedPropertyNames​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RelaxedPropertyNames forCamelCase​(java.lang.String name)
      Return a relaxed name for the given source camelCase source name.
      java.util.Iterator<java.lang.String> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • RelaxedPropertyNames

        public RelaxedPropertyNames​(java.lang.String name)
    • Method Detail

      • forCamelCase

        public static RelaxedPropertyNames forCamelCase​(java.lang.String name)
        Return a relaxed name for the given source camelCase source name.
        Parameters:
        name - the source name in camelCase
        Returns:
        the relaxed names
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.String>