Class LargeStringProperty

    • Constructor Detail

      • LargeStringProperty

        public LargeStringProperty()
    • Method Detail

      • mergeValue

        protected MergeManagerResult<Object,​Object> mergeValue​(Object previousValue,
                                                                     Object newValue,
                                                                     MergeConfiguration configuration)
        Description copied from class: BaseProperty
        Try to apply 3 ways merge on property value. Note that this method does not modify the internal value of the property.
        Overrides:
        mergeValue in class BaseProperty
        Parameters:
        previousValue - the previous version of the value
        newValue - the new version of the value
        configuration - the merge configuration to use