Class AbstractAttributeValueMutator

    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
        Logger for this class.
    • Constructor Detail

      • AbstractAttributeValueMutator

        public AbstractAttributeValueMutator​(java.lang.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
    • Method Detail

      • getReflectionTranscoder

        protected ReflectionTranscoder getReflectionTranscoder()
        Returns the reflection transcoder.
        Returns:
        reflection transcoder