Class Delegate

java.lang.Object
com.querydsl.codegen.Delegate

public class Delegate extends Object
Delegate defines a delegate method which dispatches to an external static method
Author:
tiwe
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getDeclaringType

      public Type getDeclaringType()
    • getDelegateType

      public Type getDelegateType()
    • getName

      public String getName()
    • getParameters

      public List<Parameter> getParameters()
    • getReturnType

      public Type getReturnType()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object