public static class PersistenceTypeDictionary.Symbols extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
ARRAY_KEYWORD_ENUM |
protected static char[] |
ARRAY_KEYWORD_PRIMITIVE |
protected static char[] |
ARRAY_TYPE_BYTES |
protected static char[] |
ARRAY_TYPE_CHARS |
protected static char[] |
ARRAY_TYPE_COMPLEX |
protected static String |
KEYWORD_ENUM |
protected static String |
KEYWORD_PRIMITIVE |
protected static char |
MEMBER_COMPLEX_DEF_END |
protected static char |
MEMBER_COMPLEX_DEF_START |
protected static char |
MEMBER_FIELD_QUALIFIER_SEPERATOR |
protected static char |
MEMBER_TERMINATOR |
protected static String |
TYPE_BYTES |
protected static String |
TYPE_CHARS |
protected static String |
TYPE_COMPLEX |
protected static char |
TYPE_END |
protected static char |
TYPE_START |
| Modifier | Constructor and Description |
|---|---|
protected |
Symbols() |
| Modifier and Type | Method and Description |
|---|---|
static String |
typeBytes() |
static String |
typeChars() |
static String |
typeComplex() |
protected static final transient char TYPE_START
protected static final transient char TYPE_END
protected static final transient char MEMBER_FIELD_QUALIFIER_SEPERATOR
protected static final transient char MEMBER_TERMINATOR
protected static final transient char MEMBER_COMPLEX_DEF_START
protected static final transient char MEMBER_COMPLEX_DEF_END
protected static final transient String KEYWORD_PRIMITIVE
protected static final transient String KEYWORD_ENUM
protected static final transient String TYPE_CHARS
protected static final transient String TYPE_BYTES
protected static final transient String TYPE_COMPLEX
protected static final transient char[] ARRAY_KEYWORD_PRIMITIVE
protected static final transient char[] ARRAY_KEYWORD_ENUM
protected static final transient char[] ARRAY_TYPE_CHARS
protected static final transient char[] ARRAY_TYPE_BYTES
protected static final transient char[] ARRAY_TYPE_COMPLEX
Copyright © 2022 MicroStream Software. All rights reserved.