Class BytecodeReadingParanamer.TypeCollector

  • Enclosing class:
    BytecodeReadingParanamer

    private static class BytecodeReadingParanamer.TypeCollector
    extends java.lang.Object
    The type collector waits for an specific method in order to start a method collector.
    • Field Detail

      • methodName

        private final java.lang.String methodName
      • parameterTypes

        private final java.lang.Class<?>[] parameterTypes
      • throwExceptionIfMissing

        private final boolean throwExceptionIfMissing
    • Constructor Detail

      • TypeCollector

        private TypeCollector​(java.lang.String methodName,
                              java.lang.Class<?>[] parameterTypes,
                              boolean throwExceptionIfMissing)