Class RelaxedPropertyNames

java.lang.Object
org.apereo.cas.configuration.support.RelaxedPropertyNames
All Implemented Interfaces:
Iterable<String>

public class RelaxedPropertyNames extends Object implements Iterable<String>
Since:
5.3.0
  • Constructor Details

    • RelaxedPropertyNames

      public RelaxedPropertyNames(String name)
  • Method Details

    • forCamelCase

      public static RelaxedPropertyNames forCamelCase(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 Iterator<String> iterator()
      Specified by:
      iterator in interface Iterable<String>