Index

A B C G I M O P R S 
All Classes and Interfaces|All Packages

A

addToClass(Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the type declaration.
addToConstructor(AnnotatedConstructor, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructor(Constructor, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructorParameter(Constructor, int, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor parameter.
addToField(AnnotatedField, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToField(Field, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToMethod(AnnotatedMethod, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethod(Method, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethodParameter(Method, int, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method parameter.
addToParameter(AnnotatedParameter, Annotation) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified parameter.
AnnotatedTypeBuilder<X> - Class in com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder
Builder to aid in creation of a new AnnotatedType for use in CDI life cycle events.
AnnotatedTypeBuilder() - Constructor for class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Create a new builder.

B

BeanProvider - Class in com.github.hazendaz.beanprovider
Customized BeanProvider which allows to perform field-injection on non-CDI managed classes.

C

com.github.hazendaz.beanprovider - package com.github.hazendaz.beanprovider
 
com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder - package com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder
Provides restored DeltaSpike 2.0 classes, such as AnnotatedTypeBuilder, to enable advanced CDI type and annotation manipulation.
create() - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Create an AnnotatedType.

G

getJavaClass() - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
getter for the class

I

injectFields(T, Map) - Static method in class com.github.hazendaz.beanprovider.BeanProvider
Allows to perform dependency injection for instances which aren't managed by CDI.

M

mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
 

O

overrideConstructorParameterType(Constructor, int, Type) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a constructor parameter
overrideFieldType(AnnotatedField, Type) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a field
overrideFieldType(Field, Type) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a field
overrideMethodParameterType(Method, int, Type) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a method parameter
overrideParameterType(AnnotatedParameter, Type) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a parameter.

P

PostInject - Annotation Type in com.github.hazendaz.beanprovider
The PostInject annotation to be used with Bean Provider to post inject object.

R

readFromType(AnnotatedType) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType, boolean) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class, boolean) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
removeFromAll(Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove annotations from the type, and all of it's members.
removeFromClass(Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromConstructor(AnnotatedConstructor, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructor(Constructor, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructorParameter(Constructor, int, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor parameter.
removeFromField(AnnotatedField, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(Field, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(AnnotatedMethod, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(Method, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFromParameter(AnnotatedParameter, Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified parameter.

S

setJavaClass(Class) - Method in class com.github.hazendaz.beanprovider.internal.deltaspike.metadata.builder.AnnotatedTypeBuilder
setter for the class
A B C G I M O P R S 
All Classes and Interfaces|All Packages