Package io.codemodder.remediation
Class LegacyFixCandidateSearcher.Builder<T>
java.lang.Object
io.codemodder.remediation.LegacyFixCandidateSearcher.Builder<T>
- Enclosing interface:
- LegacyFixCandidateSearcher<T>
Builder for
LegacyFixCandidateSearcher
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withMatcher
(Predicate<MethodOrConstructor> methodMatcher) withMethodName
(String methodName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withMethodName
-
withMatcher
public LegacyFixCandidateSearcher.Builder<T> withMatcher(Predicate<MethodOrConstructor> methodMatcher) -
build
-