public final class RelaxedNames extends Object implements Iterable<String>
RelaxedDataBinder
,
RelaxedPropertyResolver
Constructor and Description |
---|
RelaxedNames(String name)
Create a new
RelaxedNames instance. |
Modifier and Type | Method and Description |
---|---|
static RelaxedNames |
forCamelCase(String name)
Return a
RelaxedNames for the given source camelCase source name. |
Iterator<String> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RelaxedNames(String name)
RelaxedNames
instance.name
- the source name. For the maximum number of variations specify the name
using dashed notation (e.g. my-property-namepublic static RelaxedNames forCamelCase(String name)
RelaxedNames
for the given source camelCase source name.name
- the source name in camelCaseCopyright © 2016 Pivotal Software, Inc.. All rights reserved.