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(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 |
---|---|
EditableMethod |
build() |
boolean |
equals(Object o) |
addAllToAnnotations, addAllToArguments, addAllToComments, addAllToExceptions, addAllToParameters, addNewAnnotation, addNewAnnotationLike, addNewArgument, addNewArgumentLike, addNewComment, addNewComment, addNewComment, 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, getAnnotations, getArguments, getBlock, getComment, getComments, getExceptions, getFirstComment, getLastComment, getMatchingComment, getName, getParameters, getReturnType, hasAnnotations, hasArguments, hasBlock, hasComments, hasExceptions, hasMatchingAnnotation, hasMatchingArgument, hasMatchingComment, hasMatchingException, hasMatchingParameter, hasName, hasParameters, hasReturnType, hasVarArgPreferred, isVarArgPreferred, removeAllFromAnnotations, removeAllFromArguments, removeAllFromComments, removeAllFromExceptions, removeAllFromParameters, removeFromAnnotations, removeFromArguments, removeFromComments, removeFromExceptions, removeFromParameters, setNewAnnotationLike, setNewArgumentLike, setNewExceptionLike, setNewParameterLike, setToAnnotations, setToArguments, setToComments, setToExceptions, setToParameters, withAnnotations, withAnnotations, withArguments, withArguments, withBlock, withClassRefReturnType, withComments, withComments, withExceptions, withExceptions, withName, withNewBlock, withNewBlockLike, withNewClassRefReturnType, withNewClassRefReturnTypeLike, withNewName, withNewName, withNewName, withNewPrimitiveRefReturnType, withNewPrimitiveRefReturnTypeLike, withNewTypeParamRefReturnType, withNewTypeParamRefReturnTypeLike, withNewVoidRefReturnType, withNewVoidRefReturnTypeLike, withNewWildcardRefReturnType, withNewWildcardRefReturnTypeLike, withParameters, withParameters, withPrimitiveRefReturnType, withReturnType, withTypeParamRefReturnType, withVarArgPreferred, withVoidRefReturnType, withWildcardRefReturnType
getModifiers, hasModifiers, withModifiers
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModifiers, hasModifiers, withModifiers
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
public 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)
public EditableMethod build()
public boolean equals(Object o)
equals
in class MethodFluentImpl<MethodBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.