public class BinaryBasicNameMapper extends Object implements BinaryNameMapper
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DFLT_SIMPLE_NAME
Default use simple name flag setting.
|
| Constructor and Description |
|---|
BinaryBasicNameMapper()
Default constructor.
|
BinaryBasicNameMapper(boolean isSimpleName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
fieldName(String fieldName)
Gets field name.
|
int |
hashCode() |
boolean |
isSimpleName()
Gets whether to use simple name of class or not.
|
void |
setSimpleName(boolean isSimpleName)
Sets whether to use simple name of class or not.
|
String |
toString() |
String |
typeName(String clsName)
Gets type clsName.
|
public static final boolean DFLT_SIMPLE_NAME
public BinaryBasicNameMapper()
public BinaryBasicNameMapper(boolean isSimpleName)
isSimpleName - Whether to use simple name of class or not.
Defaults to DFLT_SIMPLE_NAME.
public boolean isSimpleName()
public void setSimpleName(boolean isSimpleName)
isSimpleName - Whether to use simple name of class or not.public String typeName(String clsName)
typeName in interface BinaryNameMapperclsName - Class camepublic String fieldName(String fieldName)
fieldName in interface BinaryNameMapperfieldName - Field name.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016