STIX-Java icon indicating copy to clipboard operation
STIX-Java copied to clipboard

Review Redactable annotation usage on Map fields

Open StephenOTT opened this issue 7 years ago • 1 comments

    @JsonProperty("hashes") @JsonInclude(NON_EMPTY)
    @Size(min = 1, message = "Must have at least 1 hash value")
    Map<@Length(min = 3, max = 256) @HashingVocab(HashingAlgorithms.class) String, String> getHashes();

StephenOTT avatar Jan 18 '19 17:01 StephenOTT

example from Autonomous System COO

StephenOTT avatar Jan 18 '19 17:01 StephenOTT