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() |
Modifier and Type | Method and Description |
---|---|
static NamingConvention |
builder()
Creates NameTransformer for builder.
|
static NamingConvention |
builder(String prefix)
Creates NamingConvention for builder.
|
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.public static NamingConvention builder()
public static NamingConvention builder(String prefix)
prefix
- the prefix for the setter of the builderCopyright © 2011–2024. All rights reserved.