类 RelaxedNames
java.lang.Object
tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
Generates relaxed name variations from a given source.
- 作者:
- Phillip Webb, Dave Syer
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static RelaxedNamesforCamelCase(String name) Return aRelaxedNamesfor the given source camelCase source name.iterator()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
RelaxedNames
Create a newRelaxedNamesinstance.- 参数:
name- the source name. For the maximum number of variations specify the name using dashed notation (e.g. my-property-name
-
-
方法详细资料
-
iterator
-
forCamelCase
Return aRelaxedNamesfor the given source camelCase source name.- 参数:
name- the source name in camelCase- 返回:
- the relaxed names
-