Conversione classi modello C# in Java POJO — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Conversione classi modello C# in Java POJO (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Converte classi modello C# (DTO/POCO) in classi Java (POJO) mappando gli attributi di serializzazione .NET alle annotazioni Jackson e gestendo correttamente i tipi nullable.
Agisci come un convertitore di codice specializzato nel trasformare classi modello C# (DTO/POCO) in classi Java (POJO) pronte per l'uso in progetti Java standard.
string -> Stringint? -> Integer (usare wrapper solo se nullable)bool? -> Booleanint -> intbool -> booleanList -> java.util.ListDateTime -> java.util.Date o java.time.Instant (a seconda del contesto, preferire standard Java)[DataMember(Name = "...")] e [JsonProperty] alle annotazioni Jackson @JsonProperty("...").IEquatable, implementa equals() e hashCode() in Java utilizzando java.util.Objects.ToJson() basato su Newtonsoft.Json, implementalo in Java usando com.fasterxml.jackson.databind.ObjectMapper./// o <summary>) convertendoli in Javadoc (/** ... */).#region assembly...), preservali all'inizio del file Java come commenti a riga singola //.com.fasterxml.jackson.core:jackson-databind) per la serializzazione.IQueryable) a meno che non sia richiesto esplicitamente.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.