|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.hk2.component.InhabitantIntrospectionScanner
@Deprecated public class InhabitantIntrospectionScanner
Inhabitant scanner based on introspection information rather than statically generated inhabitant file
Constructor Summary | |
---|---|
InhabitantIntrospectionScanner(ParsingContext context)
Deprecated. |
Method Summary | |
---|---|
void |
findContracts(ClassModel cm,
Set<String> contracts,
Set<String> annotationTypeInterfaces)
Deprecated. |
void |
findContractsFromAnnotations(AnnotatedElement ae,
Set<String> interfaces,
Set<String> annInterfaces)
Deprecated. |
void |
findInterfaceContracts(InterfaceModel im,
Set<String> interfaces,
Set<String> annInterfaces)
Deprecated. |
boolean |
isContract(AnnotatedElement type)
Deprecated. |
Iterator<InhabitantParser> |
iterator()
Deprecated. |
static void |
populateExtraInhabitantMetaData(Map<String,List<String>> dest,
AnnotatedElement ae)
Deprecated. Retrieves the "extra" meta data from drilling into each annotation's methods. |
static String |
scrub(Object obj)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InhabitantIntrospectionScanner(ParsingContext context)
Method Detail |
---|
public boolean isContract(AnnotatedElement type)
public void findInterfaceContracts(InterfaceModel im, Set<String> interfaces, Set<String> annInterfaces)
public void findContractsFromAnnotations(AnnotatedElement ae, Set<String> interfaces, Set<String> annInterfaces)
public static String scrub(Object obj)
public void findContracts(ClassModel cm, Set<String> contracts, Set<String> annotationTypeInterfaces)
public static void populateExtraInhabitantMetaData(Map<String,List<String>> dest, AnnotatedElement ae)
dest
- ae
- public Iterator<InhabitantParser> iterator()
iterator
in interface Iterable<InhabitantParser>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |