NameConverter.Standard
public interface NameConverter
Modifier and Type | Interface | Description |
---|---|---|
static class |
NameConverter.Standard |
Modifier and Type | Field | Description |
---|---|---|
static NameConverter |
jaxrpcCompatible |
JAX-PRC compatible name converter implementation.
|
static NameConverter |
smart |
Smarter converter used for RELAX NG support.
|
static NameConverter |
standard |
The name converter implemented by Code Model.
|
Modifier and Type | Method | Description |
---|---|---|
String |
toClassName(String token) |
converts a string into an identifier suitable for classes.
|
String |
toConstantName(String token) |
converts a string into an identifier suitable for constants.
|
String |
toInterfaceName(String token) |
converts a string into an identifier suitable for interfaces.
|
String |
toPackageName(String namespaceUri) |
Converts a namespace URI into a package name.
|
String |
toPropertyName(String token) |
converts a string into an identifier suitable for properties.
|
String |
toVariableName(String token) |
Converts a string into an identifier suitable for variables.
|
static final NameConverter standard
static final NameConverter jaxrpcCompatible
static final NameConverter smart
String toClassName(String token)
String toInterfaceName(String token)
String toPropertyName(String token)
String toConstantName(String token)
String toVariableName(String token)
Copyright © 2018 Oracle Corporation. All rights reserved.