Package com.github.tadukoo.java.method
Class UneditableJavaMethod.UneditableJavaMethodBuilder
java.lang.Object
com.github.tadukoo.java.method.JavaMethodBuilder<UneditableJavaMethod>
com.github.tadukoo.java.method.UneditableJavaMethod.UneditableJavaMethodBuilder
- Enclosing class:
- UneditableJavaMethod
public static class UneditableJavaMethod.UneditableJavaMethodBuilder
extends JavaMethodBuilder<UneditableJavaMethod>
A builder used to make an
UneditableJavaMethod- Since:
- Alpha v.0.4
- Version:
- Beta v.0.6
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Field Summary
Fields inherited from class com.github.tadukoo.java.method.JavaMethodBuilder
annotations, isAbstract, isFinal, isStatic, javadoc, lines, name, parameters, returnType, throwTypes, typeParameters, visibility -
Method Summary
Modifier and TypeMethodDescriptionChecks for errors specific to the subclassprotected UneditableJavaMethodConstructs a newJavaMethodusing the set parametersMethods inherited from class com.github.tadukoo.java.method.JavaMethodBuilder
addTypeParameters, annotation, annotations, build, copy, isAbstract, isAbstract, isFinal, isFinal, isStatic, isStatic, javadoc, line, lines, name, parameter, parameter, parameters, returnType, returnType, throwType, throwTypes, typeParameter, typeParameters, visibility
-
Method Details
-
checkForSpecificErrors
Checks for errors specific to the subclass- Specified by:
checkForSpecificErrorsin classJavaMethodBuilder<UneditableJavaMethod>- Returns:
- The errors found in the subclass, or an empty List
-
constructMethod
Constructs a newJavaMethodusing the set parameters- Specified by:
constructMethodin classJavaMethodBuilder<UneditableJavaMethod>- Returns:
- The newly created
JavaMethod
-