Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -394,18 +394,13 @@
|
|||||||
<artifactId>utility-barcode</artifactId>
|
<artifactId>utility-barcode</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>it.integry</groupId>
|
|
||||||
<artifactId>utilityImage</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- IntegryUtility (Barcodes, ecc) -->
|
<!-- IntegryUtility (Barcodes, ecc) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.integry</groupId>
|
<groupId>it.integry</groupId>
|
||||||
<artifactId>Utility</artifactId>
|
<artifactId>Utility</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
package it.integry.ems_model.entity;
|
package it.integry.ems_model.entity;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||||
import com.fasterxml.jackson.annotation.JsonTypeName;
|
import com.fasterxml.jackson.annotation.JsonTypeName;
|
||||||
import com.fasterxml.jackson.annotation.JsonValue;
|
import com.fasterxml.jackson.annotation.JsonValue;
|
||||||
import it.integry.ems_model.annotation.Identity;
|
import it.integry.ems_model.annotation.Identity;
|
||||||
@@ -128,6 +129,7 @@ public class WtbJreptSetup extends EntityBase {
|
|||||||
this.value = value;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JsonCreator
|
||||||
public static Tipo from(Object value) {
|
public static Tipo from(Object value) {
|
||||||
int castValue = (int) value;
|
int castValue = (int) value;
|
||||||
for (Tipo b : Tipo.values()) {
|
for (Tipo b : Tipo.values()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user