Package io.vavr.match.model
Class MethodModel
java.lang.Object
io.vavr.match.model.MethodModel
Representation of a method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getParameter
(int index) int
hashCode()
<A extends Annotation>
booleanisAnnotatedWith
(Class<A> annotationType) toString()
-
Field Details
-
elementUtils
-
executableElement
-
-
Constructor Details
-
MethodModel
-
-
Method Details