Class DecoupledInjectedAttribute


  • public final class DecoupledInjectedAttribute
    extends 

    Value class used for containing each of the attributes that should be injected during parsing into a template that is processed with associated decoupled logic.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • createAttribute

        public static DecoupledInjectedAttribute createAttribute​(char[] buffer,
                                                                 int nameOffset,
                                                                 int nameLen,
                                                                 int operatorOffset,
                                                                 int operatorLen,
                                                                 int valueContentOffset,
                                                                 int valueContentLen,
                                                                 int valueOuterOffset,
                                                                 int valueOuterLen)
      • getName

        public  getName()
      • getOperator

        public  getOperator()
      • getValueContent

        public  getValueContent()
      • getValueOuter

        public  getValueOuter()
      • toString

        public  toString()
        Overrides:
         in class