@HashCodeAndEqualsPlugin.Enhance protected static class MethodCall.TerminationHandler.FieldSetting.Implicit extends Object implements MethodCall.TerminationHandler.Factory
| Modifier | Constructor and Description |
|---|---|
protected |
Implicit(ElementMatcher<? super FieldDescription> matcher)
Creates a factory for a field-setting termination handler.
|
| Modifier and Type | Method and Description |
|---|---|
MethodCall.TerminationHandler |
make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type.
|
protected Implicit(ElementMatcher<? super FieldDescription> matcher)
matcher - The matcher being used for locating a field.public MethodCall.TerminationHandler make(TypeDescription instrumentedType)
make in interface MethodCall.TerminationHandler.FactoryinstrumentedType - The instrumented type.Copyright © 2014–2023. All rights reserved.