Uses of Class
io.ebean.test.DbJson.PrettyJson
-
Packages that use DbJson.PrettyJson Package Description io.ebean.test -
-
Uses of DbJson.PrettyJson in io.ebean.test
Methods in io.ebean.test that return DbJson.PrettyJson Modifier and Type Method Description static DbJson.PrettyJsonDbJson. of(Object bean)Create a PrettyJson object that has the JSON form of the entity bean or beans.DbJson.PrettyJsonDbJson.PrettyJson. replace(String... propertyNames)Replace the values of the given properties with a placeholder value.DbJson.PrettyJsonDbJson.PrettyJson. withPlaceholder(String placeHolder)Set the placeHolder to use when replacing property values.
-