Package io.sundr.model
Class MethodBuilder
java.lang.Object
- All Implemented Interfaces:
Builder<Method>,Visitable<MethodBuilder>,VisitableBuilder<Method,MethodBuilder>
public class MethodBuilder
extends MethodFluent<MethodBuilder>
implements VisitableBuilder<Method,MethodBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.sundr.model.MethodFluent
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>Nested classes/interfaces inherited from class io.sundr.model.ModifierSupportFluent
ModifierSupportFluent.ModifiersNested<N> -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionMethodBuilder(Method instance) MethodBuilder(MethodFluent<?> fluent) MethodBuilder(MethodFluent<?> fluent, Method instance) -
Method Summary
Methods inherited from class io.sundr.model.MethodFluent
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, builder, buildException, buildExceptions, buildFirstAnnotation, buildFirstArgument, buildFirstException, buildFirstParameter, buildLastAnnotation, buildLastArgument, buildLastException, buildLastParameter, buildMatchingAnnotation, buildMatchingArgument, buildMatchingException, buildMatchingParameter, buildParameter, buildParameters, buildReturnType, copyInstance, editAnnotation, editArgument, editBlock, editException, editFirstAnnotation, editFirstArgument, editFirstException, editFirstParameter, editLastAnnotation, editLastArgument, editLastException, editLastParameter, editMatchingAnnotation, editMatchingArgument, editMatchingException, editMatchingParameter, editOrNewBlock, editOrNewBlockLike, editParameter, equals, getComment, getComments, getFirstComment, getLastComment, getMatchingComment, getName, 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, withComments, withComments, withDefaultMethod, withDefaultMethod, withExceptions, withExceptions, withName, withNewBlock, withNewBlockLike, withNewClassRefReturnType, withNewClassRefReturnTypeLike, withNewPrimitiveRefReturnType, withNewPrimitiveRefReturnTypeLike, withNewTypeParamRefReturnType, withNewTypeParamRefReturnTypeLike, withNewVoidRefReturnType, withNewVoidRefReturnTypeLike, withNewWildcardRefReturnType, withNewWildcardRefReturnTypeLike, withParameters, withParameters, withReturnType, withVarArgPreferred, withVarArgPreferredMethods inherited from class io.sundr.model.ModifierSupportFluent
buildModifiers, copyInstance, editModifiers, editOrNewModifiers, editOrNewModifiersLike, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLikeMethods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap