Package io.sundr.model
Class TypeDefFluent.ConstructorsNested<N>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.ModifierSupportFluent<A>
-
- io.sundr.model.MethodFluent<TypeDefFluent.ConstructorsNested<N>>
-
- io.sundr.model.TypeDefFluent.ConstructorsNested<N>
-
- All Implemented Interfaces:
io.sundr.builder.Nested<N>
- Enclosing class:
- TypeDefFluent<A extends TypeDefFluent<A>>
public class TypeDefFluent.ConstructorsNested<N> extends MethodFluent<TypeDefFluent.ConstructorsNested<N>> implements io.sundr.builder.Nested<N>
-
-
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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nand()NendConstructor()-
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
-
-