Class BytecodeInjection


  • public class BytecodeInjection
    extends java.lang.Object
    Configuration model used in the BytecodeInjectionMojo to list the bytecode injections to perform.
    • Field Detail

      • expression

        private java.lang.String expression
    • Constructor Detail

      • BytecodeInjection

        public BytecodeInjection()
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • getTargetMembers

        public TargetMember[] getTargetMembers()
      • setTargetMembers

        public void setTargetMembers​(TargetMember[] targetMembers)