public class MethodBuilder extends MethodFluentImpl<MethodBuilder> implements VisitableBuilder<Method,MethodBuilder>
MethodFluent.AnnotationsNested<N>, MethodFluent.ArgumentsNested<N>, MethodFluent.BlockNested<N>, MethodFluent.ClassRefReturnTypeNested<N>, MethodFluent.ExceptionsNested<N>, MethodFluent.ParametersNested<N>, MethodFluent.PrimitiveRefReturnTypeNested<N>, MethodFluent.TypeParamRefReturnTypeNested<N>, MethodFluent.VoidRefReturnTypeNested<N>, MethodFluent.WildcardRefReturnTypeNested<N>ModifierSupportFluent.ModifiersNested<N>_visitables| Constructor and Description |
|---|
MethodBuilder() |
MethodBuilder(Boolean validationEnabled) |
MethodBuilder(Method instance) |
MethodBuilder(Method instance,
Boolean validationEnabled) |
MethodBuilder(MethodFluent<?> fluent) |
MethodBuilder(MethodFluent<?> fluent,
Boolean validationEnabled) |
MethodBuilder(MethodFluent<?> fluent,
Method instance) |
MethodBuilder(MethodFluent<?> fluent,
Method instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Method |
build() |
addAllToAnnotations, addAllToArguments, addAllToComments, addAllToExceptions, addAllToParameters, addNewAnnotation, addNewAnnotationLike, addNewArgument, addNewArgumentLike, addNewException, addNewExceptionLike, addNewParameter, addNewParameterLike, addToAnnotations, addToAnnotations, addToArguments, addToArguments, addToComments, addToComments, addToExceptions, addToExceptions, addToParameters, addToParameters, buildAnnotation, buildAnnotations, buildArgument, buildArguments, buildBlock, buildException, buildExceptions, buildFirstAnnotation, buildFirstArgument, buildFirstException, buildFirstParameter, buildLastAnnotation, buildLastArgument, buildLastException, buildLastParameter, buildMatchingAnnotation, buildMatchingArgument, buildMatchingException, buildMatchingParameter, buildParameter, buildParameters, buildReturnType, editAnnotation, editArgument, editBlock, editException, editFirstAnnotation, editFirstArgument, editFirstException, editFirstParameter, editLastAnnotation, editLastArgument, editLastException, editLastParameter, editMatchingAnnotation, editMatchingArgument, editMatchingException, editMatchingParameter, editOrNewBlock, editOrNewBlockLike, editParameter, equals, getAnnotations, getArguments, getBlock, getComment, getComments, getExceptions, getFirstComment, getLastComment, getMatchingComment, getName, getParameters, getReturnType, hasAnnotations, hasArguments, hasBlock, hasComments, hasDefaultMethod, hasExceptions, hashCode, hasMatchingAnnotation, hasMatchingArgument, hasMatchingComment, hasMatchingException, hasMatchingParameter, hasName, hasParameters, hasReturnType, hasVarArgPreferred, isDefaultMethod, isVarArgPreferred, removeAllFromAnnotations, removeAllFromArguments, removeAllFromComments, removeAllFromExceptions, removeAllFromParameters, removeFromAnnotations, removeFromArguments, removeFromComments, removeFromExceptions, removeFromParameters, removeMatchingFromAnnotations, removeMatchingFromArguments, removeMatchingFromExceptions, removeMatchingFromParameters, setNewAnnotationLike, setNewArgumentLike, setNewExceptionLike, setNewParameterLike, setToAnnotations, setToArguments, setToComments, setToExceptions, setToParameters, toString, withAnnotations, withAnnotations, withArguments, withArguments, withBlock, withClassRefReturnType, withComments, withComments, withDefaultMethod, withDefaultMethod, withExceptions, withExceptions, withName, withNewBlock, withNewBlockLike, withNewClassRefReturnType, withNewClassRefReturnTypeLike, withNewPrimitiveRefReturnType, withNewPrimitiveRefReturnTypeLike, withNewTypeParamRefReturnType, withNewTypeParamRefReturnTypeLike, withNewVoidRefReturnType, withNewVoidRefReturnTypeLike, withNewWildcardRefReturnType, withNewWildcardRefReturnTypeLike, withParameters, withParameters, withPrimitiveRefReturnType, withReturnType, withTypeParamRefReturnType, withVarArgPreferred, withVarArgPreferred, withVoidRefReturnType, withWildcardRefReturnTypebuildModifiers, editModifiers, editOrNewModifiers, editOrNewModifiersLike, getModifiers, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLikeaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, accept, accept, getTargetbuildModifiers, editModifiers, editOrNewModifiers, editOrNewModifiersLike, getModifiers, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLikeaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic MethodBuilder()
public MethodBuilder(Boolean validationEnabled)
public MethodBuilder(MethodFluent<?> fluent)
public MethodBuilder(MethodFluent<?> fluent, Boolean validationEnabled)
public MethodBuilder(MethodFluent<?> fluent, Method instance)
public MethodBuilder(MethodFluent<?> fluent, Method instance, Boolean validationEnabled)
public MethodBuilder(Method instance)
Copyright © 2023. All rights reserved.