Class BuilderMethodParameter

All Implemented Interfaces:
CharSequence, Comparable<CharSequence>, LocalInfo, MethodParameter, Reference, TypeReference

public class BuilderMethodParameter extends BaseMethodParameter
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public String getType()
      Description copied from interface: MethodParameter
      The type of this method parameter. This may be any type, including primitive or array types, other than the void (V) type.
      Returns:
      The type of this method parameter
    • getName

      @Nullable public String getName()
      Description copied from interface: MethodParameter
      Gets the name of this parameter, if available.
      Returns:
      The name of this parameter, or null if the name is not available.
    • getAnnotations

      @Nonnull public BuilderAnnotationSet getAnnotations()
      Description copied from interface: MethodParameter
      Gets a set of the annotations that are applied to this parameter. The annotations in the returned set are guaranteed to have unique types.
      Returns:
      A set of the annotations that are applied to this parameter