Class MethodMetadata
java.lang.Object
ru.cg.webbpm.script_metadata.models.MethodMetadata
- All Implemented Interfaces:
Serializable
- Author:
- Abdulin Ildar
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodMetadata
(String methodName, ClassMetadata returnType) MethodMetadata
(String methodName, ClassMetadata returnType, List<ParameterMetadata> parameters) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAnnotation
(Class<?> annotation) getAnnotation
(String className) int
hashCode()
boolean
isAnnotationPresent
(Class<?> annotation) boolean
isAnnotationPresent
(String className) void
setAnnotations
(List<AnnotationMetadata> annotations) void
setDeclaringClass
(ClassMetadata declaringClass) void
setParameters
(List<ParameterMetadata> parameters)
-
Constructor Details
-
MethodMetadata
public MethodMetadata(String methodName, ClassMetadata returnType, List<ParameterMetadata> parameters) -
MethodMetadata
-
-
Method Details
-
getMethodName
-
getReturnType
-
getDeclaringClass
-
setDeclaringClass
-
getParameterTypes
-
getParameters
-
setParameters
-
getAnnotations
-
setAnnotations
-
isAnnotationPresent
-
isAnnotationPresent
-
getAnnotation
-
getAnnotation
-
equals
-
hashCode
public int hashCode()
-