MethodInfo

org.beangle.commons.lang.reflect.BeanInfo.MethodInfo
case class MethodInfo(method: Method, returnType: TypeInfo, parameters: ArraySeq[ParamInfo]) extends Ordered[MethodInfo]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[MethodInfo]
trait Comparable[MethodInfo]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(o: MethodInfo): Int

Attributes

Definition Classes
Ordered
def isOver(o: MethodInfo): Boolean

check this method if is preferred over given method

check this method if is preferred over given method

Attributes

def matches(args: Any*): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: MethodInfo): Boolean

Attributes

Inherited from:
Ordered
def <=(that: MethodInfo): Boolean

Attributes

Inherited from:
Ordered
def >(that: MethodInfo): Boolean

Attributes

Inherited from:
Ordered
def >=(that: MethodInfo): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: MethodInfo): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product