public class NameTransformers extends Object
NameTransformer implementations.| Modifier and Type | Field and Description |
|---|---|
static NameTransformer |
JAVABEANS_ACCESSOR
Transforms accessor names to their simple property name according to the JavaBeans convention.
|
static NameTransformer |
JAVABEANS_MUTATOR
Transforms mutator names to their simple property name according to the JavaBeans convention.
|
| Constructor and Description |
|---|
NameTransformers() |
public static final NameTransformer JAVABEANS_ACCESSOR
public static final NameTransformer JAVABEANS_MUTATOR
Copyright © 2011–2018. All rights reserved.