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 String
DEFAULT_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 JsonFunction
fromPath(String path)
String
getAttribute()
String
getField()
String
getType()
String
toString()
-
-
-
Field Detail
-
DEFAULT_TYPE
public static final String DEFAULT_TYPE
- See Also:
- Constant Field Values
-
-