Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
O
P
R
S
T
W
A
addMetadata(Map<String, List<String>>, String, String)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Adds a value to the list of values associated with this key
array(Object[])
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
C
clazz(Class<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
Makes a nice, pretty class (without the package name)
collection(Collection<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
constructor(Constructor<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
Make a nice pretty string out of the constructor and all its parameters
D
debug(String)
- Method in class org.glassfish.hk2.utilities.reflection.
Logger
Sends this message to the Debug channel (FINER level in JDK parlance)
debug(String, String, Throwable)
- Method in class org.glassfish.hk2.utilities.reflection.
Logger
Sends this message to the Debug channel (FINER level in JDK parlance)
deepCopyMetadata(Map<String, List<String>>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
This method does a deep copy of the incoming meta-data, (which basically means we will also make copies of the value list)
E
equals(Object)
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
F
field(Field)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
G
getActualTypeArguments()
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
getAdvertisedTypesFromClass(Type, Class<? extends Annotation>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns the set of types this class advertises
getAdvertisedTypesFromObject(Object, Class<? extends Annotation>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns the set of types this class advertises
getContractsFromClass(Class<?>, Class<? extends Annotation>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns the set of types this class advertises
getLogger()
- Static method in class org.glassfish.hk2.utilities.reflection.
Logger
Gets the singleton instance of the Logger
getName(Class<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns the name that should be associated with this class
getOwnerType()
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
getQualifierAnnotations(AnnotatedElement)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets all the qualifier annotations from the object
getQualifiersFromClass(Class<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets all the qualifiers from the object
getQualifiersFromObject(Object)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets all the qualifiers from the object
getRawClass(Type)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Given the type parameter gets the raw type represented by the type, or null if this has no associated raw class
getRawType()
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
getScopeAnnotationFromClass(Class<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets the scope annotation from the object
getScopeAnnotationFromObject(Object)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets the scope annotation from the object
getScopeFromClass(Class<?>, Class<? extends Annotation>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets the scope annotation from the object
getScopeFromObject(Object, Class<? extends Annotation>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Gets the scope annotation from the object
getTypeClosure(Type, Set<String>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns the type closure, as restricted by the classes listed in the set of contracts implemented
H
hashCode()
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
I
invoke(Object, Method, Object[])
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
This version of invoke is CCL neutral (it will return with the same CCL as what it went in with)
isAnnotationAQualifier(Annotation)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns true if the given annotation is a qualifier
isStatic(Member)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Returns true if the underlying member is static
L
Logger
- Class in
org.glassfish.hk2.utilities.reflection
A logger for HK2.
M
method(Method)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
Makes a nice pretty string of the method, with the method name and all parameters
O
org.glassfish.hk2.utilities.reflection
- package org.glassfish.hk2.utilities.reflection
P
ParameterizedTypeImpl
- Class in
org.glassfish.hk2.utilities.reflection
ParameterizedTypeImpl(Type, Type...)
- Constructor for class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
A new parameterized type
Pretty
- Class in
org.glassfish.hk2.utilities.reflection
Pretty()
- Constructor for class org.glassfish.hk2.utilities.reflection.
Pretty
printThrowable(Throwable)
- Static method in class org.glassfish.hk2.utilities.reflection.
Logger
Prints a throwable to stdout
pType(ParameterizedType)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
Prints a pretty parameterized type
R
readMetadataMap(String, Map<String, List<String>>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Writes a set in a way that can be read from an input stream as well
readSet(String, Collection<String>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Writes a set in a way that can be read from an input stream as well.
ReflectionHelper
- Class in
org.glassfish.hk2.utilities.reflection
ReflectionHelper()
- Constructor for class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
removeAllMetadata(Map<String, List<String>>, String)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Removes all the metadata values associated with key
removeMetadata(Map<String, List<String>>, String, String)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Removes the given value from the given key
S
setContextClassLoader(Thread, ClassLoader)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Sets the context classloader under the privileged of this class
T
toString()
- Method in class org.glassfish.hk2.utilities.reflection.
ParameterizedTypeImpl
type(Type)
- Static method in class org.glassfish.hk2.utilities.reflection.
Pretty
W
writeMetadata(Map<String, List<String>>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Used to write the metadata out
writeSet(Set<?>)
- Static method in class org.glassfish.hk2.utilities.reflection.
ReflectionHelper
Writes a set in a way that can be read from an input stream as well
A
C
D
E
F
G
H
I
L
M
O
P
R
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
Oracle Corporation
. All Rights Reserved.