You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated code with error:
`
import ru.rhonda.dvr.cloudclient.camera.rest.jsonPojo.Event; -- THIS IS PACKAGE!
@SuppressWarnings("unsafe,unchecked")
public final class Data$$JsonObjectMapper extends JsonMapper {
private static final JsonMapper<Event.Device> RU_XXXXXX_XX_XXX_XXX_REST_JSONPOJO_EVENT_DEVICE__JSONOBJECTMAPPER = LoganSquare.mapperFor(Event.Device.class);
Generated code with error:
`
import ru.rhonda.dvr.cloudclient.camera.rest.jsonPojo.Event; -- THIS IS PACKAGE!
@SuppressWarnings("unsafe,unchecked")
public final class Data$$JsonObjectMapper extends JsonMapper {
private static final JsonMapper<Event.Device> RU_XXXXXX_XX_XXX_XXX_REST_JSONPOJO_EVENT_DEVICE__JSONOBJECTMAPPER = LoganSquare.mapperFor(Event.Device.class);
...
}
`
Its generated when used model like this :
`
@JsonObject
public class Event
{
...
}
@JsonObject
public class Data
{
...
@JsonField(name = "device")
public Device device;
...
}
`
The text was updated successfully, but these errors were encountered: