Package org.assertj.core.api
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
private boolean
isExtractingMethod
(Method method) private boolean
isFilteredOnMethod
(Method method) private boolean
isOptionalAssertFlatMap
(Method method) private boolean
isOptionalAssertMap
(Method method) private boolean
keepProxifying
(Method method) Returns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.sf.cglib.proxy.CallbackFilter
equals
-
Enum Constant Details
-
FILTER
-
-
Field Details
-
ERROR_COLLECTOR_INDEX
private static final int ERROR_COLLECTOR_INDEX- See Also:
-
PROXIFY_RESULT_INDEX
private static final int PROXIFY_RESULT_INDEX- See Also:
-
-
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 nameNullPointerException
- if the argument is null
-
accept
- Specified by:
accept
in interfacenet.sf.cglib.proxy.CallbackFilter
-
keepProxifying
-
isExtractingMethod
-
isFilteredOnMethod
-
isOptionalAssertMap
-
isOptionalAssertFlatMap
-