public class ControllerUtils extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ControllerUtils.XapConnectionCache
Open ended thread safe cache for XAP connections 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
date_format  | 
static String | 
lookupGroups  | 
static String | 
lookupLocators  | 
static com.fasterxml.jackson.databind.ObjectMapper | 
mapper  | 
static SimpleDateFormat | 
simpleDateFormat  | 
static String | 
spaceName  | 
static ControllerUtils.XapConnectionCache | 
xapCache  | 
| Constructor and Description | 
|---|
ControllerUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
convertPropertyToPrimitiveType(String object,
                              Class type,
                              String propKey)  | 
static Map<String,Object>[] | 
createPropertiesResult(SpaceDocument[] docs)  | 
static SpaceDocument[] | 
createSpaceDocuments(String type,
                    String body,
                    GigaSpace gigaSpace)  | 
static Class | 
getPrimitiveType(String typeName)  | 
static boolean | 
isAllowedField(String fieldName)  | 
public static final ControllerUtils.XapConnectionCache xapCache
public static String spaceName
public static String lookupLocators
public static String lookupGroups
public static String date_format
public static SimpleDateFormat simpleDateFormat
public static com.fasterxml.jackson.databind.ObjectMapper mapper
public static boolean isAllowedField(String fieldName)
public static SpaceDocument[] createSpaceDocuments(String type, String body, GigaSpace gigaSpace) throws TypeNotFoundException
TypeNotFoundExceptionpublic static Map<String,Object>[] createPropertiesResult(SpaceDocument[] docs)
Copyright © GigaSpaces.