public class MethodBuilder extends MethodFluentImpl<MethodBuilder> implements VisitableBuilder<Method,MethodBuilder>
MethodFluentImpl.AnnotationsNestedImpl<N>, MethodFluentImpl.ArgumentsNestedImpl<N>, MethodFluentImpl.BlockNestedImpl<N>, MethodFluentImpl.ClassRefReturnTypeNestedImpl<N>, MethodFluentImpl.ExceptionsNestedImpl<N>, MethodFluentImpl.ParametersNestedImpl<N>, MethodFluentImpl.PrimitiveRefReturnTypeNestedImpl<N>, MethodFluentImpl.TypeParamRefReturnTypeNestedImpl<N>, MethodFluentImpl.VoidRefReturnTypeNestedImpl<N>, MethodFluentImpl.WildcardRefReturnTypeNestedImpl<N>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>_visitables| Constructor and Description |
|---|
MethodBuilder() |
MethodBuilder(java.lang.Boolean validationEnabled) |
MethodBuilder(Method instance) |
MethodBuilder(Method instance,
java.lang.Boolean validationEnabled) |
MethodBuilder(MethodFluent<?> fluent) |
MethodBuilder(MethodFluent<?> fluent,
java.lang.Boolean validationEnabled) |
MethodBuilder(MethodFluent<?> fluent,
Method instance) |
MethodBuilder(MethodFluent<?> fluent,
Method instance,
java.lang.Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableMethod |
build() |
boolean |
equals(java.lang.Object o) |
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, editBlock, editOrNewBlock, editOrNewBlockLike, getAnnotations, getArguments, getBlock, getComment, getComments, getExceptions, getFirstComment, getLastComment, getMatchingComment, getName, getParameters, getReturnType, hasAnnotations, hasArguments, hasBlock, hasComments, hasExceptions, hasName, hasParameters, hasReturnType, hasVarArgPreferred, isVarArgPreferred, removeAllFromAnnotations, removeAllFromArguments, removeAllFromComments, removeAllFromExceptions, removeAllFromParameters, removeFromAnnotations, removeFromArguments, removeFromComments, removeFromExceptions, removeFromParameters, setToAnnotations, setToArguments, setToComments, setToExceptions, setToParameters, withAnnotations, withAnnotations, withArguments, withArguments, withBlock, withClassRefReturnType, withComments, withComments, withExceptions, withExceptions, withName, withNewBlock, withNewBlockLike, withNewClassRefReturnType, withNewClassRefReturnTypeLike, withNewPrimitiveRefReturnType, withNewPrimitiveRefReturnTypeLike, withNewTypeParamRefReturnType, withNewTypeParamRefReturnTypeLike, withNewVoidRefReturnType, withNewVoidRefReturnTypeLike, withNewWildcardRefReturnType, withNewWildcardRefReturnTypeLike, withParameters, withParameters, withPrimitiveRefReturnType, withReturnType, withTypeParamRefReturnType, withVarArgPreferred, withVoidRefReturnType, withWildcardRefReturnTypegetModifiers, hasModifiers, withModifiersaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModifiers, hasModifiers, withModifiersaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic MethodBuilder()
public MethodBuilder(java.lang.Boolean validationEnabled)
public MethodBuilder(MethodFluent<?> fluent)
public MethodBuilder(MethodFluent<?> fluent, java.lang.Boolean validationEnabled)
public MethodBuilder(MethodFluent<?> fluent, Method instance)
public MethodBuilder(MethodFluent<?> fluent, Method instance, java.lang.Boolean validationEnabled)
public MethodBuilder(Method instance)
public MethodBuilder(Method instance, java.lang.Boolean validationEnabled)
public EditableMethod build()
public boolean equals(java.lang.Object o)
equals in class MethodFluentImpl<MethodBuilder>Copyright © 2018. All Rights Reserved.