public class NameTokenizers extends Object
NameTokenizer
implementations.Modifier and Type | Field and Description |
---|---|
static NameTokenizer |
CAMEL_CASE
Tokenizes class and property names according to the CamelCase naming convention.
|
static NameTokenizer |
UNDERSCORE
Tokenizes class and property names according to the underscore naming convention.
|
Constructor and Description |
---|
NameTokenizers() |
public static final NameTokenizer CAMEL_CASE
public static final NameTokenizer UNDERSCORE
Copyright © 2011–2024. All rights reserved.