java.lang.Object
org.bhn.promotion.core.model.personmanagement.Person

public class Person extends Object
Represents a person with personal and contact details. The class uses Jackson annotations for JSON serialization and deserialization. Fields with null values are excluded from the JSON representation.
  • Constructor Details

    • Person

      public Person()