Class ParameterMetadata

java.lang.Object
org.springframework.data.rest.core.mapping.ParameterMetadata

public final class ParameterMetadata extends Object
Value object to capture metadata for query method parameters.
Author:
Oliver Gierke
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Return sthe name of the method parameter.
      Returns:
      the name
    • getDescription

      public ResourceDescription getDescription()
      Returns the description for the method parameter.
      Returns:
      the description
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object