Class InlineDelegateByteBuddyMockMaker.InlineConstructionMockContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] arguments  
      private int count  
      private java.lang.String[] parameterTypeNames  
      private static java.util.Map<java.lang.String,​java.lang.Class<?>> PRIMITIVES  
      private java.lang.Class<?> type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InlineConstructionMockContext​(java.lang.Object[] arguments, java.lang.Class<?> type, java.lang.String[] parameterTypeNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> arguments()  
      java.lang.reflect.Constructor<?> constructor()  
      int getCount()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PRIMITIVES

        private static final java.util.Map<java.lang.String,​java.lang.Class<?>> PRIMITIVES
      • count

        private int count
      • arguments

        private final java.lang.Object[] arguments
      • type

        private final java.lang.Class<?> type
      • parameterTypeNames

        private final java.lang.String[] parameterTypeNames
    • Constructor Detail

      • InlineConstructionMockContext

        private InlineConstructionMockContext​(java.lang.Object[] arguments,
                                              java.lang.Class<?> type,
                                              java.lang.String[] parameterTypeNames)