mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
! is ommitted
This commit is contained in:
@@ -1307,7 +1307,7 @@ public class BeanProperty implements ElPropertyValue {
|
||||
}
|
||||
|
||||
public void jsonRead(ReadJsonContext ctx, Object bean) {
|
||||
if(jsonDeserialize){
|
||||
if(!jsonDeserialize){
|
||||
return;
|
||||
}
|
||||
String jsonValue;
|
||||
|
||||
Reference in New Issue
Block a user