Class ObjectGuidHandler

    • Field Detail

      • HASH_CODE_SEED

        private static final int HASH_CODE_SEED
        hash code seed.
        See Also:
        Constant Field Values
      • withBrackets

        private boolean withBrackets
        whether to enclose the guid in brackets.
    • Constructor Detail

      • ObjectGuidHandler

        public ObjectGuidHandler()
        Creates a new object guid handler.
      • ObjectGuidHandler

        public ObjectGuidHandler​(boolean brackets)
        Creates a new object guid handler.
        Parameters:
        brackets - whether to enclose the GUID in brackets
      • ObjectGuidHandler

        public ObjectGuidHandler​(String attrName)
        Creates a new object guid handler.
        Parameters:
        attrName - name of the attribute which is encoded as an objectGUID
      • ObjectGuidHandler

        public ObjectGuidHandler​(String attrName,
                                 boolean brackets)
        Creates a new object guid handler.
        Parameters:
        attrName - name of the attribute which is encoded as an objectGUID
        brackets - whether to enclose the GUID in brackets