Package | Description |
---|---|
org.jboss.ws.common.injection.finders | |
org.jboss.ws.common.reflection |
Modifier and Type | Class and Description |
---|---|
class |
PostConstructMethodFinder |
class |
PreDestroyMethodFinder |
class |
ResourceFieldFinder
Field based resource injection.
|
class |
ResourceMethodFinder
Setter based resource injection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotatedClassProcessor<AO extends AccessibleObject,A extends Annotation>
All annotation aware class processors should extend this class.
|
class |
AnnotatedFieldFinder<A extends Annotation>
Finder that looks for fields annotated with specified annotation.
|
class |
AnnotatedMethodFinder<A extends Annotation>
Finder that looks for methods annotated with specified annotation.
|
class |
FieldFinder
A finder that looks for fields matching the criteria.
|
class |
MethodFinder
A finder that looks for methods matching the criteria.
|
Copyright © 2014 JBoss, by Red Hat. All rights reserved.