A B C D E G I L N R S 

A

annotationValueOnClass(Class<T>, String, Class<?>) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation attribute/method on a Class.
annotationValueOnClass(Class<T>, Class<?>) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a Class.
annotationValueOnMethod(Class<T>, Method, String) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a Method.
annotationValueOnMethod(Class<T>, String, Class<?>, String, Class<?>...) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a Method.
annotationValueOnMethod(Class<T>, Method) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a Method.
annotationValueOnMethod(Class<T>, Class<?>, String, Class<?>...) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a Method.
annotationValueOnParameter(Class<T>, String, Class<?>, String, String, Class<?>...) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a method parameter.
annotationValueOnParameter(Class<T>, Class<?>, String, String, Class<?>...) - Static method in class de.javanarior.utils.lang.reflect.Retrieve
Retrieve the value of an Annotation on a method parameter.

B

ByteCodeClassLoader - Class in de.javanarior.utils.lang
Classloader to load bytecode directly from byte array.
ByteCodeContainer - Class in de.javanarior.utils.lang
Container for a generated class.
ByteCodeContainer(String, byte[]) - Constructor for class de.javanarior.utils.lang.ByteCodeContainer
Create a new ByteCodeContainer instance.

C

comparable(Comparable<T>) - Static method in class de.javanarior.utils.Speaking
compareTo(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 

D

de.javanarior.utils - package de.javanarior.utils
Speaking API's.
de.javanarior.utils.compare - package de.javanarior.utils.compare
Extension for Comparing.
de.javanarior.utils.example.lang - package de.javanarior.utils.example.lang
 
de.javanarior.utils.lang - package de.javanarior.utils.lang
Utilities related to classes from java.lang.
de.javanarior.utils.lang.reflect - package de.javanarior.utils.lang.reflect
Reflection Utilities and Helper.

E

equalsTo(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is equals other.
equalsTo(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 

G

getByteCode() - Method in class de.javanarior.utils.lang.ByteCodeContainer
Returns the byte code for the class.
getClassLoader() - Static method in class de.javanarior.utils.lang.ByteCodeClassLoader
Create a new ByteCodeClassLoader instance.
getClassName() - Method in class de.javanarior.utils.lang.ByteCodeContainer
Returns the class name for the byte code.
greaterOrEqualsThan(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is greater or equals than other.
greaterOrEqualsThan(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 
greaterThan(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is greater than other.
greaterThan(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 

I

Invoke - Class in de.javanarior.utils.lang.reflect
Reflection Invocation helper.
invokeAnnotation(T, String) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the method with the name attributeName on the annotation.
invokeConstructor(Class<T>, Class<?>[], Object[]) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the constructor from toInstantiate with the parameter specified by parameterTypes and provides parameterValues as parameters.
invokeConstructor(Class<T>) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the default/non-arg constructor from toInstantiate.
invokeConstructor(Class<T>, Class<?>, Object) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the constructor from toInstantiate with the parameter specified by parameterTypes and provides parameterValues as parameters.
invokeConstructor(Class<T>, int) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the int constructor from toInstantiate with parameterValues as parameters.
invokeConstructor(Class<T>, Integer) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Integer constructor from toInstantiate with parameterValues as parameters.
invokeConstructor(Class<T>, boolean) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the boolean constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Boolean) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Boolean constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, byte) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the byte constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Byte) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Byte constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, char) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the char constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Character) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Character constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, double) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the double constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Double) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Double constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, long) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the long constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Long) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Long constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, short) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the short constructor from toInstantiate with parameterValues as parameter.
invokeConstructor(Class<T>, Short) - Static method in class de.javanarior.utils.lang.reflect.Invoke
Invoke the Short constructor from toInstantiate with parameterValues as parameter.

L

lessOrEqualsThan(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is less or equals than other.
lessOrEqualsThan(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 
lessThan(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is less than other.
lessThan(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 
load(String, byte[]) - Method in class de.javanarior.utils.lang.ByteCodeClassLoader
Load class with name binaryName with bytecode byteCode.
load(ByteCodeContainer) - Method in class de.javanarior.utils.lang.ByteCodeClassLoader
Load the class from a ByteCodeContainer container.

N

notEqualsTo(T) - Method in interface de.javanarior.utils.compare.SpeakingComparable
Returns true if this is not equals other.
notEqualsTo(T) - Method in class de.javanarior.utils.compare.SpeakingComparableAdapter
 

R

ReflectionException - Exception in de.javanarior.utils.lang.reflect
Indicates a error when working with Reflections.
ReflectionException() - Constructor for exception de.javanarior.utils.lang.reflect.ReflectionException
Indicates a error when working with Reflections.
ReflectionException(String) - Constructor for exception de.javanarior.utils.lang.reflect.ReflectionException
Indicates a error when working with Reflections.
ReflectionException(Throwable) - Constructor for exception de.javanarior.utils.lang.reflect.ReflectionException
Indicates a error when working with Reflections.
ReflectionException(String, Throwable) - Constructor for exception de.javanarior.utils.lang.reflect.ReflectionException
Indicates a error when working with Reflections.
ReflectionException(String, Throwable, boolean, boolean) - Constructor for exception de.javanarior.utils.lang.reflect.ReflectionException
Indicates a error when working with Reflections.
Retrieve - Class in de.javanarior.utils.lang.reflect
Retrieve values from Java Elements e.g.

S

Speaking - Class in de.javanarior.utils
Factory to create speaking API instances.
SpeakingComparable<T> - Interface in de.javanarior.utils.compare
A more speaking Comparable interface.
SpeakingComparableAdapter<T> - Class in de.javanarior.utils.compare
Abstract implementation of SpeakingComparable which rely on Comparable#compareTo(Object).
SpeakingComparableAdapter() - Constructor for class de.javanarior.utils.compare.SpeakingComparableAdapter
 
A B C D E G I L N R S 

Copyright © 2014–2015. All rights reserved.