Package io.micronaut.inject.writer
Class BeanDefinitionWriter.MethodVisitData
- java.lang.Object
-
- io.micronaut.inject.writer.BeanDefinitionWriter.MethodVisitData
-
- Enclosing class:
- BeanDefinitionWriter
@Internal public static final class BeanDefinitionWriter.MethodVisitData extends java.lang.Object
Data used when visiting method.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedElement
getBeanType()
MethodElement
getMethodElement()
boolean
isPostConstruct()
boolean
isPreDestroy()
boolean
isRequiresReflection()
-
-
-
Method Detail
-
getMethodElement
public MethodElement getMethodElement()
- Returns:
- The method element
-
getBeanType
public TypedElement getBeanType()
- Returns:
- The declaring type object.
-
isRequiresReflection
public boolean isRequiresReflection()
- Returns:
- is reflection required
-
isPostConstruct
public boolean isPostConstruct()
-
isPreDestroy
public boolean isPreDestroy()
-
-