Class CMSVersionPayloadAnalyzer


  • public class CMSVersionPayloadAnalyzer
    extends java.lang.Object
    Analyzer is used to parse a JSON payload and prepare a data structure usable for analysis.
    • Method Detail

      • analyse

        public void analyse​(java.lang.String payload)
      • isCustomAttributeType

        protected boolean isCustomAttributeType​(java.lang.String payloadType)
      • isVersionPK

        protected boolean isVersionPK​(java.lang.String pkFromVersion)
      • isPK

        protected boolean isPK​(java.lang.String pkFromVersion)
      • isPKAttributeType

        protected boolean isPKAttributeType​(java.lang.String payloadType)