Class FactMappingValue


  • public class FactMappingValue
    extends Object
    FactMappingValue contains the identifier of a fact mapping + the raw value - collectionPathToValue: In case of an error occurred in a collection (List or Map), it contains the path which describes how to reach the wrong field (eg. Item #1 | field | ... ).
    • Method Detail

      • setRawValue

        public void setRawValue​(Object rawValue)
      • getRawValue

        public Object getRawValue()
      • getErrorValue

        public Object getErrorValue()
      • setErrorValue

        public void setErrorValue​(Object errorValue)
      • getExceptionMessage

        public String getExceptionMessage()
      • setExceptionMessage

        public void setExceptionMessage​(String exceptionMessage)
      • getCollectionPathToValue

        public List<String> getCollectionPathToValue()
      • setCollectionPathToValue

        public void setCollectionPathToValue​(List<String> collectionPathToValue)
      • resetStatus

        public void resetStatus()