public class BuilderMethodParameter extends BaseMethodParameter
Reference.InvalidReferenceException| Constructor and Description |
|---|
BuilderMethodParameter(BuilderTypeReference type,
BuilderStringReference name,
BuilderAnnotationSet annotations) |
| Modifier and Type | Method and Description |
|---|---|
BuilderAnnotationSet |
getAnnotations()
Gets a set of the annotations that are applied to this parameter.
|
java.lang.String |
getName()
Gets the name of this parameter, if available.
|
java.lang.String |
getType()
The type of this method parameter.
|
getSignaturecharAt, compareTo, equals, hashCode, length, subSequence, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, hashCodevalidateReferencepublic BuilderMethodParameter(@Nonnull
BuilderTypeReference type,
@Nullable
BuilderStringReference name,
@Nonnull
BuilderAnnotationSet annotations)
@Nonnull public java.lang.String getType()
MethodParameter@Nullable public java.lang.String getName()
MethodParameter@Nonnull public BuilderAnnotationSet getAnnotations()
MethodParameter