Class BuildableType.IsBuildMethod
java.lang.Object
org.inferred.freebuilder.processor.BuildableType.IsBuildMethod
- All Implemented Interfaces:
Predicate<ExecutableElement>
- Enclosing class:
BuildableType
private static final class BuildableType.IsBuildMethod
extends Object
implements Predicate<ExecutableElement>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final TypeMirror(package private) final String(package private) final Types -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodName
-
builtType
-
types
-
-
Constructor Details
-
IsBuildMethod
IsBuildMethod(String methodName, TypeMirror builtType, Types types)
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ExecutableElement>
-