Package org.openiam.elasticsearch.bridge
Class GroupBridge
- java.lang.Object
-
- org.openiam.elasticsearch.bridge.GroupBridge
-
- All Implemented Interfaces:
ElasticsearchBrigde
public class GroupBridge extends Object implements ElasticsearchBrigde
-
-
Constructor Summary
Constructors Constructor Description GroupBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringobjectToString(Object object)ObjectstringToObject(String stringValue)
-
-
-
Method Detail
-
objectToString
public String objectToString(Object object)
- Specified by:
objectToStringin interfaceElasticsearchBrigde
-
stringToObject
public Object stringToObject(String stringValue)
- Specified by:
stringToObjectin interfaceElasticsearchBrigde
-
-