Class AbstractAttributeValueMutator

    • Field Detail

      • logger

        protected final Logger logger
        Logger for this class.
      • attributeName

        private final String attributeName
        Name of the attribute.
      • attributeBinary

        private final boolean attributeBinary
        Whether this attribute is binary.
      • valueTranscoder

        private final ReflectionTranscoder valueTranscoder
        Transcoder for modifying this attribute.
    • Constructor Detail

      • AbstractAttributeValueMutator

        public AbstractAttributeValueMutator​(String name,
                                             boolean binary,
                                             ReflectionTranscoder transcoder)
        Creates a new abstract attribute value mutator.
        Parameters:
        name - of the attribute
        binary - whether this attribute is binary
        transcoder - for mutating the attribute