Package com.axelor.db.hibernate.type
Class JsonFunction
- java.lang.Object
-
- com.axelor.db.hibernate.type.JsonFunction
-
public final class JsonFunction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_TYPE
-
Constructor Summary
Constructors Constructor Description JsonFunction(String field, String attribute)JsonFunction(String field, String attribute, String type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonFunctionfromPath(String path)StringgetAttribute()StringgetField()StringgetType()StringtoString()
-
-
-
Field Detail
-
DEFAULT_TYPE
public static final String DEFAULT_TYPE
- See Also:
- Constant Field Values
-
-