Package io.sundr.model
Class MethodBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.ModifierSupportFluent<A>
-
- io.sundr.model.MethodFluent<MethodBuilder>
-
- io.sundr.model.MethodBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.Method>,io.sundr.builder.Visitable<MethodBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.Method,MethodBuilder>
public class MethodBuilder extends MethodFluent<MethodBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.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>
-
-
Constructor Summary
Constructors Constructor Description MethodBuilder()MethodBuilder(io.sundr.model.Method instance)MethodBuilder(MethodFluent<?> fluent)MethodBuilder(MethodFluent<?> fluent, io.sundr.model.Method instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.Methodbuild()-
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, withVarArgPreferred
-
Methods inherited from class io.sundr.model.ModifierSupportFluent
buildModifiers, copyInstance, editModifiers, editOrNewModifiers, editOrNewModifiersLike, hasModifiers, withModifiers, withNewModifiers, withNewModifiersLike
-
Methods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
MethodBuilder
public MethodBuilder()
-
MethodBuilder
public MethodBuilder(MethodFluent<?> fluent)
-
MethodBuilder
public MethodBuilder(MethodFluent<?> fluent, io.sundr.model.Method instance)
-
MethodBuilder
public MethodBuilder(io.sundr.model.Method instance)
-
-