Index

A C D E F G H I L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

ADD_PREFIX - Static variable in class org.brijframework.reflection.util.EventValidateUtil
 
adder(String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
AnnotationUtil - Interface in org.brijframework.reflection.resource
 
arrayByAddingObjAtZeroIndex(Object, Object...) - Method in class org.brijframework.reflection.data.DataUtil
 

C

call(Collection, String, Object...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
callLogic(Object, Method, Object...) - Static method in interface org.brijframework.reflection.accessor.LogicAccessorUtil
 
callLogic(Object, String, Object...) - Static method in interface org.brijframework.reflection.accessor.LogicAccessorUtil
 
callLogic(Object, String, ReflectionAccess, Object...) - Static method in interface org.brijframework.reflection.accessor.LogicAccessorUtil
 
callMethod(Class<?>, String, Object...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
callMethod(Object, Method, Object...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
callMethod(Object, String, Object...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
callMethod(Method, Object...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
CastingUtil - Interface in org.brijframework.reflection.casting
 
castObject(Object, Class<?>) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
castObject(Object, Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
castObject(Object, Type) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
castObject(Object, String) - Method in class org.brijframework.reflection.data.DataUtil
 
ClassUtil - Interface in org.brijframework.reflection.resource
 
CollectionAccessor - Interface in org.brijframework.reflection.data
 
collectionField(Collection, String) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
collectionParamType(AccessibleObject) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
collectionParamType(Field) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
collectionParamType(Method) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
constructor(Class<?>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get constructor with arguments
ConstructUtil - Interface in org.brijframework.reflection.resource
 
containEvent(Object, String) - Static method in interface org.brijframework.reflection.accessor.EventAccessorUtil
 
convertCollectionToMap(Collection<?>, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertHashtoVector(Hashtable) - Static method in class org.brijframework.reflection.data.DataUtil
 
ConvertStringArrayToVector(String[]) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertStringtoArray(String) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertStringtoArray(String, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertStringtoArray1(String) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertStringToVectorNoWhiteSpace(String, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
convertVectorToHash(Vector, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
ConvertVectorToStringArray(Vector) - Static method in class org.brijframework.reflection.data.DataUtil
 

D

DataUtil - Class in org.brijframework.reflection.data
 
DataUtil() - Constructor for class org.brijframework.reflection.data.DataUtil
 
defaultValue(Field) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 

E

EventAccessorUtil - Interface in org.brijframework.reflection.accessor
 
EventValidateUtil - Class in org.brijframework.reflection.util
 
EventValidateUtil() - Constructor for class org.brijframework.reflection.util.EventValidateUtil
 

F

field_getName - Static variable in interface org.brijframework.reflection.resource.FieldUtil
 
FieldUtil - Interface in org.brijframework.reflection.resource
 
fillMethods(Method[], ReflectionAccess, Class<?>...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
findEvent(Object, String) - Static method in interface org.brijframework.reflection.accessor.EventAccessorUtil
 
findFieldMeta(Class<?>, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
findGetterMeta(Class<?>, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
findMethod(Class<?>, String, ReflectionAccess, Class<?>...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
findSetterMeta(Class<?>, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
formatDate(Object) - Method in class org.brijframework.reflection.graph.GraphPrinter
 

G

GET_PREFIX - Static variable in class org.brijframework.reflection.util.EventValidateUtil
 
getAllField(Class<?>) - Static method in interface org.brijframework.reflection.resource.FieldUtil
Get all public fields current class
getAllField(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
get all fields current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getAllField(Object, String...) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
getAllFieldMap(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllManyRelField(Class<?>) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllManyRelField(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllMethod(Class<?>) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get all public methods current class
getAllMethod(Class<?>, Class<?>...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get all public methods current class
getAllMethod(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get methods of current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getAllOneRelField(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllOverloadMethod(Class<?>, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get all overloaded method of current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getAllOverrideMethod(Class<?>, String, ReflectionAccess, Object...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get all overloaded method of current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getAllPrimativeField(Class<?>) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllPrimativeField(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllRelField(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
getAllRelField(Class<?>) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllRelField(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
getAllSuperClass(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
get all supper class of current class
getAllSuperInterface(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
get all interface of current class
getAllWithOutRelField(Object) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
 
getAnnotation(Class<?>, Class<? extends Annotation>, String, String, String) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
 
getAnnotation(Class<?>, Class<A>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get annotation object from class
getAnnotation(AccessibleObject, Class<A>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get annotation object from field
getAnnotation(Parameter, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
 
getAnnotationData(Annotation) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all data from annotation
getAnnotationData(Class<?>, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all data from class
getAnnotationData(AccessibleObject, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
 
getAnnotationData(Constructor<?>, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
 
getAnnotationData(Parameter, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
 
getAnnotationDataForField(Field, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all data from field
getAnnotationDataForMethod(Method, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all data from method
getAnnotationField(Class<?>, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Check and get annotation is contain field
getAnnotationFields(Class<?>, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Check and get all annotation contain in field
getAnnotations(Class<?>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all annotation from class
getAnnotations(Field) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all annotation from field
getAnnotations(Method) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all annotation from method
getAnnotionData(Object, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Get all data from any object
getArrayFromHash(Map, String, boolean, ArrayList) - Static method in class org.brijframework.reflection.data.DataUtil
 
getBoolean(Map<String, Object>, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
getBooleanFromHash(Map, String, boolean, boolean) - Static method in class org.brijframework.reflection.data.DataUtil
 
getClass(String) - Static method in interface org.brijframework.reflection.resource.ClassUtil
get class from class name
getCollection() - Method in class org.brijframework.reflection.graph.GraphParser
 
getCollectionType(Collection<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
getConstructor(Class<?>, ReflectionAccess, Type...) - Static method in interface org.brijframework.reflection.resource.ConstructUtil
 
getConstructors(Class<?>) - Static method in interface org.brijframework.reflection.resource.ConstructUtil
 
getDefaultDgruments(Constructor<?>) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
getDoubleFromHash(Map, String, boolean, double, double, double) - Static method in class org.brijframework.reflection.data.DataUtil
 
getField(Class<?>, String) - Static method in interface org.brijframework.reflection.resource.FieldUtil
get public field current class
getField(Class<?>, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
Get field current class with following condition :
PRIVATE can access protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getField(Object, Field) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
getField(Object, String) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
getFieldList(Class<?>) - Static method in interface org.brijframework.reflection.resource.FieldUtil
get all names of fields current class
getFieldList(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.FieldUtil
Get all names field current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getFieldName(Method) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
getFieldsMapFromObject(Object) - Method in class org.brijframework.reflection.data.DataUtil
 
getFilteredList(Collection<?>, String, Object) - Static method in class org.brijframework.reflection.data.DataUtil
 
getGenericType(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
getHashFromHash(Map, String, boolean, Hashtable) - Static method in class org.brijframework.reflection.data.DataUtil
 
getHashtable() - Method in class org.brijframework.reflection.graph.GraphParser
 
getImpletationInstanse(Object) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
 
getInstance(Class<?>, Map) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get instance of class with arguments and init values map
getInstance(Class<?>, Map<String, Object>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get instance of class with arguments and init values map
getInstance(Class<T>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get instance of class with arguments
getInstance(Constructor<?>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
 
getInstance(String, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get instance of class with arguments
getIntFromHash(Map, String, boolean, int, int, int) - Static method in class org.brijframework.reflection.data.DataUtil
 
getLogicMeta(Class<?>, String, Object...) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getLogicMeta(Class<?>, String, ReflectionAccess, Object...) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getLogicsMeta(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getLogicsMeta(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getMethod(Class<?>, String, int, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
getMethod(Class<?>, String, Class<?>...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get public method of current class
getMethod(Class<?>, String, Object...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get method current class
getMethod(Class<?>, String, ReflectionAccess, Class<?>...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get field current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getMethod(Class<?>, String, ReflectionAccess, Object...) - Static method in interface org.brijframework.reflection.resource.MethodUtil
Get field current class with following condition :
PRIVATE can access all protected , public , private , default field
PROTECTED can access only protected , public
PUBLIC can access only public
DEFAULT can access only protected , public ,default
getMethodDescriptor(Class<?>, String, Object...) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getMethodMeta(Class<?>, ReflectionAccess, String, int) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getMethodMeta(Class<?>, ReflectionAccess, String, Object...) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getNameLogicsMeta(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getNameLogicsMeta(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getNamePropertiesMeta(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getNamePropertiesMeta(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getObject() - Method in class org.brijframework.reflection.graph.GraphParser
 
getObjectInfo(Object) - Static method in class org.brijframework.reflection.graph.GraphUtil
 
getParameterizedType(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
getParameterizedTypes(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
getParser(File) - Static method in class org.brijframework.reflection.graph.GraphParser
 
getParser(String) - Static method in class org.brijframework.reflection.graph.GraphParser
 
getPrinter(Object) - Static method in class org.brijframework.reflection.graph.GraphPrinter
initialize object and get instance of this
getProperties(Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperties(Object, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getPropertiesFromMap(Map<?, ?>, Object[]) - Static method in class org.brijframework.reflection.data.DataUtil
this method get Map of values of objects
getPropertiesMeta(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getPropertiesMeta(Class<?>, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
this get all properties of class
getProperty(Object, AccessibleObject, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperty(Object, Field) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperty(Object, Field, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperty(Object, Method, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperty(Object, String) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getProperty(Object, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getPropertyMeta(Class<?>, String) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getPropertyValue(Object[], String) - Static method in class org.brijframework.reflection.data.DataUtil
Iterates over all objects in the array, retrieves the value for the given key path and stores it into a new array in the same order.
getPropertyValue(Collection<?>, String) - Static method in interface org.brijframework.reflection.data.CollectionAccessor
Iterates over all objects in the list, retrieves the value for the given key and stores it into a new list in the same order.
getPropertyValue(List<Object>, String) - Static method in class org.brijframework.reflection.data.DataUtil
Iterates over all objects in the list, retrieves the value for the given key path and stores it into a new list in the same order.
getSingletonInstance(Class<?>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get private or singleton instance of class with arguments
getSingletonInstance(Class<?>, Map<String, Object>, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
Get private or singleton instance of class with arguments and init values map
getSingletonInstance(String, Object...) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
 
getSuperClass(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
get supper class of current class
getSuperInterface(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
get supper interface of current class
getTargetClass(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
Find implement class from given class for create object
getTargetClass(Field, Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
Find implement class from given class for create object
getTargetClass(Method, Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
Find implement class from given class for create object
getter(String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
getterPropertyDescriptor(Class<?>, String) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getterPropertyDescriptorList(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getterPropertyMeta(Class<?>, String) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
getType(Object, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
getUncommentedValue(String) - Static method in class org.brijframework.reflection.data.DataUtil
 
getValuesFormCollection(Collection<?>, String) - Static method in class org.brijframework.reflection.data.DataUtil
 
getVectorFromHash(Map, String, boolean, Vector) - Static method in class org.brijframework.reflection.data.DataUtil
 
GraphParser - Class in org.brijframework.reflection.graph
 
GraphParser(File) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphParser(File, char) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphParser(String) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphParser(StringBuffer) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphParser(StringBuffer, char) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphParser(String, char) - Constructor for class org.brijframework.reflection.graph.GraphParser
 
GraphPrinter - Class in org.brijframework.reflection.graph
 
GraphPrinter() - Constructor for class org.brijframework.reflection.graph.GraphPrinter
 
GraphUtil - Class in org.brijframework.reflection.graph
 
GraphUtil() - Constructor for class org.brijframework.reflection.graph.GraphUtil
 
groupByKey(Collection<?>, String) - Static method in class org.brijframework.reflection.data.DataUtil
This method walks over a collection and groups the contained object based on the value of some key.
groupByKeyPath(Collection<?>, String) - Static method in class org.brijframework.reflection.data.DataUtil
This method walks over a collection and groups the contained object based on the value of some keypath.
groupByKeyPathes(Collection, String[]) - Static method in class org.brijframework.reflection.data.DataUtil
This method groups a collection based on a set of criterias.
groupForKey(Collection<?>, String) - Static method in interface org.brijframework.reflection.data.MapAccessor
this method get List of values for property of object

H

hasGetter(Class<?>) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
hashToBytes(Hashtable<?, ?>) - Static method in class org.brijframework.reflection.data.DataUtil
 
hasSetter(Class<?>) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 

I

InstanceUtil - Interface in org.brijframework.reflection.resource
Instance utility for create object and initialize values of object
InvokeUtil - Interface in org.brijframework.reflection.resource
 
is(String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
IS_PREFIX - Static variable in class org.brijframework.reflection.util.EventValidateUtil
 
isAcceptable(Object, Field) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
isArrayClass(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isArrayField(Field) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isAssignable(Class<?>) - Static method in interface org.brijframework.reflection.resource.InstanceUtil
 
isAssignable(Type, Type) - Static method in interface org.brijframework.reflection.resource.ParamUtil
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
isAssignableBound(Type, Type) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isBoolean(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
Check if class is Boolean
isClass(String) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isCollection(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isContainInterface(Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
check interface is exist or not in current class
isDefaultValue(Object) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
isEmpty(Object[]) - Static method in class org.brijframework.reflection.data.DataUtil
 
isEmpty(Collection<?>) - Static method in class org.brijframework.reflection.data.DataUtil
 
isEmpty(Map<?, ?>) - Static method in class org.brijframework.reflection.data.DataUtil
 
isEqualParam(Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isEqualParam(Type[], Object...) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isEqualParam(Type[], Type...) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isEqualTypes(Type[], Type[]) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isEquivalent(Object, Object, Map<String, String>, boolean) - Method in class org.brijframework.reflection.data.DataUtil
 
isExistAnnotation(Class<?>, Class<? extends Annotation>) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Check annotation is exist or not in class
isExistAnnotation(Field, Class) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Check annotation is exist or not in field
isExistAnnotation(Method, Class) - Static method in interface org.brijframework.reflection.resource.AnnotationUtil
Check annotation is exist or not in method
isGetter(Method) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
isJarClass(Object) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isJDKClass(T) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isMethodExists(Object, String) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
isNumber(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
Check if class is Boolean
isPrimativeArray(Object) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isPrimativeClass(Class<?>) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isPrimitiveEq(Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isProjectClass(Object) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isProperty(Object, String, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
isRelField(Field) - Static method in interface org.brijframework.reflection.resource.FieldUtil
 
isSetter(Method) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
isTypeClass(T, String) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
isValidParam(Constructor<?>, Object...) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
isValidParam(Method, Object[]) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 

L

LogicAccessorUtil - Interface in org.brijframework.reflection.accessor
 

M

main(String[]) - Static method in interface org.brijframework.reflection.resource.ClassUtil
 
MapAccessor - Interface in org.brijframework.reflection.data
 
mapForKey(Collection<?>, String) - Static method in interface org.brijframework.reflection.data.MapAccessor
 
mapToCollection(Map<?, ?>) - Static method in class org.brijframework.reflection.data.DataUtil
 
matchInterface(Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
matchSuperClass(Class<?>, Class<?>) - Static method in interface org.brijframework.reflection.resource.MethodUtil
 
MetaAccessorUtil - Interface in org.brijframework.reflection.accessor
 
MethodUtil - Interface in org.brijframework.reflection.resource
 

O

org.brijframework.reflection.accessor - package org.brijframework.reflection.accessor
 
org.brijframework.reflection.casting - package org.brijframework.reflection.casting
 
org.brijframework.reflection.data - package org.brijframework.reflection.data
 
org.brijframework.reflection.graph - package org.brijframework.reflection.graph
 
org.brijframework.reflection.resource - package org.brijframework.reflection.resource
 
org.brijframework.reflection.util - package org.brijframework.reflection.util
 

P

paramClasses(Object...) - Static method in interface org.brijframework.reflection.resource.ParamUtil
 
ParamUtil - Interface in org.brijframework.reflection.resource
 
printObject() - Method in class org.brijframework.reflection.graph.GraphPrinter
Prints an Object to a file whose filename is passed to
its containing object while instantiating it.
printObject(Object) - Method in class org.brijframework.reflection.graph.GraphPrinter
Prints an Object to a file whose filename is passed to
its containing object while instantiating it.
printToFile(File) - Method in class org.brijframework.reflection.graph.GraphPrinter
Object map write to file
printToFile(String) - Method in class org.brijframework.reflection.graph.GraphPrinter
Object map write to file
printToScreen() - Method in class org.brijframework.reflection.graph.GraphPrinter
Prints an Object to screen
PropertyAccessorUtil - Interface in org.brijframework.reflection.accessor
 

R

readHashTable(File) - Static method in class org.brijframework.reflection.data.DataUtil
 
REMOVE_PREFIX - Static variable in class org.brijframework.reflection.util.EventValidateUtil
 
remover(String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 

S

SET_PREFIX - Static variable in class org.brijframework.reflection.util.EventValidateUtil
 
setAllField(Object, Map<String, Object>) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
setCommentChar(char) - Method in class org.brijframework.reflection.graph.GraphParser
 
setField(Object, Field, Object) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
setField(Object, String, Object) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
setField(Object, String, Object, ReflectionAccess) - Static method in interface org.brijframework.reflection.resource.InvokeUtil
 
setProperties(Object, Map<String, Object>) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setProperties(Object, Map<String, Object>, ReflectionAccess) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setPropertiesFromMap(Map<String, Object>, Map<String, Object>) - Static method in class org.brijframework.reflection.data.DataUtil
this method get Map of values of objects
setProperty(Object, AccessibleObject, ReflectionAccess, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setProperty(Object, Field, ReflectionAccess, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setProperty(Object, Method, ReflectionAccess, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setProperty(Object, String, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setProperty(Object, String, ReflectionAccess, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setPropertyMeta(Class<?>, String, Object) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setPropertyMeta(Class<?>, String, ReflectionAccess, Object) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setSafeProperty(Object, AccessibleObject, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setSafeProperty(Object, String, Object) - Static method in interface org.brijframework.reflection.accessor.PropertyAccessorUtil
 
setter(String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
setterPropertyDescriptor(Class<?>, String) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setterPropertyDescriptor(Class<?>, String, Object) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setterPropertyDescriptorList(Class<?>) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setterPropertyMeta(Class<?>, String) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
setterPropertyMeta(Class<?>, String, Object) - Static method in interface org.brijframework.reflection.accessor.MetaAccessorUtil
 
sort(List, String, boolean) - Static method in class org.brijframework.reflection.data.DataUtil
 

U

updateObjectFromMap(Object, Map<String, Object>) - Method in class org.brijframework.reflection.data.DataUtil
 
updateObjectFromMap(Object, Map<String, Object>, boolean) - Method in class org.brijframework.reflection.data.DataUtil
 
updateObjectGraphFromMap(Object, Map<?, ?>) - Method in class org.brijframework.reflection.data.DataUtil
 

V

validateString(String) - Method in class org.brijframework.reflection.graph.GraphPrinter
Verifies the string to check if it contains only valid chararacters As of now Validate Characters are : Any alphabet, '(', ')', ' '
validReader(String, String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
validWriter(String, String) - Static method in class org.brijframework.reflection.util.EventValidateUtil
 
valueFloat(Object) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
valueInt(Object) - Static method in interface org.brijframework.reflection.casting.CastingUtil
 
valuesForKey(Object[], String) - Static method in class org.brijframework.reflection.data.DataUtil
Iterates over all objects in the array, retrieves the value for the given key and stores it into a new array in the same order.

W

writeHashTable(File, Hashtable<String, Object>) - Static method in class org.brijframework.reflection.data.DataUtil
 
A C D E F G H I L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values