| java.lang.Object org.ow2.easybeans.deployment.annotations.helper.ResolverHelper
ResolverHelper | final public class ResolverHelper (Code) | | This class handle some steps that need to be done after the meta-data
generation.
author: Florent Benoit |
getAllInterfacesFromClass | public static List<String> getAllInterfacesFromClass(ClassAnnotationMetadata sessionBean)(Code) | | Gets all interfaces used by a class.
Parameters: sessionBean - the metadata to analyze. the list of interfaces from a given class. |
getMethod | public static MethodAnnotationMetadata getMethod(ClassAnnotationMetadata bean, JMethod jMethod, boolean inherited, String interfaceName)(Code) | | Gets method metadata on the given class metadata for the given method.
Parameters: bean - the class metadata on which retrieve the method Parameters: jMethod - the method to get Parameters: inherited - get the correct method in super class, not inherited Parameters: interfaceName - the name of the interface that the class should have the method metadata, else exception |
|
|