public class MockMethodMetadata extends Object implements org.springframework.core.type.MethodMetadata
MethodMetadata
-Mock.Constructor and Description |
---|
MockMethodMetadata() |
Modifier and Type | Method and Description |
---|---|
org.springframework.util.MultiValueMap<String,Object> |
getAllAnnotationAttributes(String annotationName) |
org.springframework.util.MultiValueMap<String,Object> |
getAllAnnotationAttributes(String annotationName,
boolean classValuesAsString) |
Map<String,Object> |
getAnnotationAttributes(String annotationName) |
Map<String,Object> |
getAnnotationAttributes(String annotationName,
boolean classValuesAsString) |
String |
getDeclaringClassName() |
String |
getMethodName() |
String |
getReturnTypeName() |
boolean |
isAbstract() |
boolean |
isAnnotated(String annotationName) |
boolean |
isFinal() |
boolean |
isOverridable() |
boolean |
isStatic() |
public String getMethodName()
getMethodName
in interface org.springframework.core.type.MethodMetadata
public String getDeclaringClassName()
getDeclaringClassName
in interface org.springframework.core.type.MethodMetadata
public String getReturnTypeName()
getReturnTypeName
in interface org.springframework.core.type.MethodMetadata
public boolean isAbstract()
isAbstract
in interface org.springframework.core.type.MethodMetadata
public boolean isStatic()
isStatic
in interface org.springframework.core.type.MethodMetadata
public boolean isFinal()
isFinal
in interface org.springframework.core.type.MethodMetadata
public boolean isOverridable()
isOverridable
in interface org.springframework.core.type.MethodMetadata
public boolean isAnnotated(String annotationName)
isAnnotated
in interface org.springframework.core.type.AnnotatedTypeMetadata
public Map<String,Object> getAnnotationAttributes(String annotationName)
getAnnotationAttributes
in interface org.springframework.core.type.AnnotatedTypeMetadata
public Map<String,Object> getAnnotationAttributes(String annotationName, boolean classValuesAsString)
getAnnotationAttributes
in interface org.springframework.core.type.AnnotatedTypeMetadata
public org.springframework.util.MultiValueMap<String,Object> getAllAnnotationAttributes(String annotationName)
getAllAnnotationAttributes
in interface org.springframework.core.type.AnnotatedTypeMetadata
Copyright © 2016–2018 JoinFaces. All rights reserved.