Skip navigation links
C D F G I N O R S V 

C

ClassType - Enum in de.alpharogroup.lang
The enum ClassType defines the types a class can have.
copyFieldValue(T, T, String) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Copies the field value of the given source object to the given target object.

D

de.alpharogroup.lang - package de.alpharogroup.lang
 
de.alpharogroup.reflection - package de.alpharogroup.reflection
This package contains helper classes for the reflection.
DefaultValue - Class in de.alpharogroup.lang
The class DefaultValue provide the default values of the primitive types, as defined by the JLS.
DefaultValue() - Constructor for class de.alpharogroup.lang.DefaultValue
 

F

firstCharacterToUpperCase(String) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Sets the first character from the given string to upper case and returns it.

G

getClassType(Class<?>) - Static method in class de.alpharogroup.lang.ObjectExtensions
Gets the ClassType from the given class.
getDeclaredField(T, String) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Gets the Field that match to the given field name that exists in the given object.
getDeclaredField(Class<?>, String) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Gets the Field that match to the given field name that exists in the given class.
getDefaultValue(Class<T>) - Static method in class de.alpharogroup.lang.DefaultValue
Gets the default value from the given Class.
getFieldNames(Class<?>) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Gets all fieldnames from the given class as an String array.
getMethodNames(Class<?>) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Gets all methodnames from the given class as an String array.
getMethodNamesWithPrefixFromFieldNames(List<String>, String) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Generates a Map with the fieldName as key and the method as value.
getModifiers(Field) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Gets the modifiers from the given Field as a list of String objects.
getNewInstance(T) - Static method in class de.alpharogroup.reflection.ReflectionExtensions

I

isDefaultValue(T) - Static method in class de.alpharogroup.lang.ObjectExtensions
Checks if the given object has the default value.
isNotDefaultValue(T) - Static method in class de.alpharogroup.lang.ObjectExtensions
Checks if the given object has not the default value.

N

newInstance(T) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Creates a new instance from the same type as the given object.
newInstance(Class<T>) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Creates a new instance from the same type as the given Class.

O

ObjectExtensions - Class in de.alpharogroup.lang
The class ObjectExtensions provides extension methods to check if the object is the default value.
ObjectExtensions() - Constructor for class de.alpharogroup.lang.ObjectExtensions
 

R

ReflectionExtensions - Class in de.alpharogroup.reflection
ReflectionExtensions() - Constructor for class de.alpharogroup.reflection.ReflectionExtensions
 

S

setFieldValue(T, String, Object) - Static method in class de.alpharogroup.reflection.ReflectionExtensions
Sets the field value of the given source object over the field name.

V

valueOf(String) - Static method in enum de.alpharogroup.lang.ClassType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.lang.ClassType
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G I N O R S V 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.