Class BaseEmailConfirmationState

    • Field Detail

      • mapper

        protected final com.fasterxml.jackson.databind.ObjectMapper mapper
      • facilityId

        protected String facilityId
      • value

        protected String value
      • locale

        protected String locale
    • Method Detail

      • getFacilityId

        public String getFacilityId()
      • getType

        public String getType()
      • getValue

        public String getValue()
      • getLocale

        public String getLocale()
      • createState

        protected com.fasterxml.jackson.databind.node.ObjectNode createState()
      • setSerializedConfiguration

        protected void setSerializedConfiguration​(String json)
      • setSerializedConfiguration

        protected void setSerializedConfiguration​(com.fasterxml.jackson.databind.node.ObjectNode main)