Enum SoftProxies.CollectErrorsOrCreateExtractedProxy

java.lang.Object
java.lang.Enum<SoftProxies.CollectErrorsOrCreateExtractedProxy>
org.assertj.core.api.SoftProxies.CollectErrorsOrCreateExtractedProxy
All Implemented Interfaces:
Serializable, Comparable<SoftProxies.CollectErrorsOrCreateExtractedProxy>, java.lang.constant.Constable, net.sf.cglib.proxy.CallbackFilter
Enclosing class:
SoftProxies

private static enum SoftProxies.CollectErrorsOrCreateExtractedProxy extends Enum<SoftProxies.CollectErrorsOrCreateExtractedProxy> implements net.sf.cglib.proxy.CallbackFilter
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • CollectErrorsOrCreateExtractedProxy

      private CollectErrorsOrCreateExtractedProxy()
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • accept

      public int accept(Method method)
      Specified by:
      accept in interface net.sf.cglib.proxy.CallbackFilter
    • keepProxifying

      private boolean keepProxifying(Method method)
    • isExtractingMethod

      private boolean isExtractingMethod(Method method)
    • isFilteredOnMethod

      private boolean isFilteredOnMethod(Method method)
    • isOptionalAssertMap

      private boolean isOptionalAssertMap(Method method)
    • isOptionalAssertFlatMap

      private boolean isOptionalAssertFlatMap(Method method)