Class PlatformUserMapper

    • Constructor Detail

      • PlatformUserMapper

        public PlatformUserMapper()
    • Method Detail

      • convertHit

        public PlatformUserResponse convertHit​(com.fasterxml.jackson.databind.JsonNode hitNode)
        Specified by:
        convertHit in interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
      • convert

        public PlatformUserResponse convert​(com.fasterxml.jackson.databind.JsonNode sourceNode)
        Specified by:
        convert in interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
      • convertWithoutEnhancer

        protected PlatformUserResponse convertWithoutEnhancer​(com.fasterxml.jackson.databind.JsonNode jsonNode)