public class NamingConventions extends Object
NamingConvention implementations.| Modifier and Type | Field and Description |
|---|---|
static NamingConvention |
JAVABEANS_ACCESSOR
JavaBeans naming convention for accessors.
|
static NamingConvention |
JAVABEANS_MUTATOR
JavaBeans naming convention for mutators.
|
static NamingConvention |
NONE
Represents no naming convention.
|
| Constructor and Description |
|---|
NamingConventions() |
public static final NamingConvention JAVABEANS_ACCESSOR
public static final NamingConvention JAVABEANS_MUTATOR
public static final NamingConvention NONE
applies to all property names, allowing
all properties to be eligible for matching.Copyright © 2011–2018. All rights reserved.