Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

G

g - Variable in class com.k2.Util.tuple.Tuple10
 
g - Variable in class com.k2.Util.tuple.Tuple11
 
g - Variable in class com.k2.Util.tuple.Tuple12
 
g - Variable in class com.k2.Util.tuple.Tuple13
 
g - Variable in class com.k2.Util.tuple.Tuple14
 
g - Variable in class com.k2.Util.tuple.Tuple15
 
g - Variable in class com.k2.Util.tuple.Tuple16
 
g - Variable in class com.k2.Util.tuple.Tuple17
 
g - Variable in class com.k2.Util.tuple.Tuple18
 
g - Variable in class com.k2.Util.tuple.Tuple19
 
g - Variable in class com.k2.Util.tuple.Tuple20
 
g - Variable in class com.k2.Util.tuple.Tuple21
 
g - Variable in class com.k2.Util.tuple.Tuple22
 
g - Variable in class com.k2.Util.tuple.Tuple23
 
g - Variable in class com.k2.Util.tuple.Tuple24
 
g - Variable in class com.k2.Util.tuple.Tuple25
 
g - Variable in class com.k2.Util.tuple.Tuple26
 
g - Variable in class com.k2.Util.tuple.Tuple7
 
g - Variable in class com.k2.Util.tuple.Tuple8
 
g - Variable in class com.k2.Util.tuple.Tuple9
 
GenericTuple - Class in com.k2.Util.tuple
 
GenericTuple(Object...) - Constructor for class com.k2.Util.tuple.GenericTuple
 
GenericTuple(String[], Object...) - Constructor for class com.k2.Util.tuple.GenericTuple
 
get() - Method in interface com.k2.Util.CallBack
Get the called value
get(E) - Method in class com.k2.Util.classes.FieldGetter
 
get(E) - Method in interface com.k2.Util.classes.Getter
This method get the value from the underlying field or getter method
get(E) - Method in class com.k2.Util.classes.MethodGetter
 
get(E, Class<V>, String) - Static method in class com.k2.Util.ObjectUtil
This static method gets the value from the given object identified by the given class and alias
get(TupleElement<X>) - Method in class com.k2.Util.tuple.AbstractTuple
Get the value of the member matching the given TupleElement
get(String) - Method in class com.k2.Util.tuple.AbstractTuple
Get the value of the member for the given alias
get(int) - Method in class com.k2.Util.tuple.AbstractTuple
Get the value of the member for the given index
get(String, Class<X>) - Method in class com.k2.Util.tuple.AbstractTuple
Get the value of the member for the given alias and class
get(int, Class<X>) - Method in class com.k2.Util.tuple.AbstractTuple
Get the value of he member for the given index and class
get(TupleElement<X>) - Method in class com.k2.Util.tuple.GenericTuple
 
get(String) - Method in class com.k2.Util.tuple.GenericTuple
 
get(int) - Method in class com.k2.Util.tuple.GenericTuple
 
get(String, Class<X>) - Method in class com.k2.Util.tuple.GenericTuple
 
get(int, Class<X>) - Method in class com.k2.Util.tuple.GenericTuple
 
getA() - Method in class com.k2.Util.BooleanUtilExample.Bar
 
getA() - Method in class com.k2.Util.BooleanUtilExample.Foo
 
getA() - Method in interface com.k2.Util.BooleanUtilExample.FooBar
 
getAlias() - Method in class com.k2.Util.classes.FieldGetter
 
getAlias() - Method in interface com.k2.Util.classes.Getter
The alias of the field or getter method.
getAlias() - Method in class com.k2.Util.classes.MethodGetter
 
getAlias() - Method in class com.k2.Util.tuple.TupleElementImpl
 
getAllFields(Class<?>) - Static method in class com.k2.Util.classes.ClassUtil
This static method gets all the fields available through the given class
getAllMethods(Class<?>) - Static method in class com.k2.Util.classes.ClassUtil
This static method returns an array of the methods callable from the given class
getB() - Method in class com.k2.Util.BooleanUtilExample.Bar
 
getB() - Method in class com.k2.Util.BooleanUtilExample.Foo
 
getB() - Method in interface com.k2.Util.BooleanUtilExample.FooBar
 
getBasename(File) - Static method in class com.k2.Util.FileUtil
 
getClasses(String) - Static method in class com.k2.Util.classes.ClassUtil
This method returns all the classes defined in the given package If a class file is present in the directories on the class path that match this package but cannot be identified by the context class loader a UtilityError is thrown
getClasses(String, boolean) - Static method in class com.k2.Util.classes.ClassUtil
This method returns all the classes defined in the given package If strict is true and a class file is present in the directories on the class path that match this package but cannot be identified by the context class loader a UtilityError is thrown If strict is not true then no error will be thrown if a class file exists in the package directories that cannot be loaded from the class loader.
getClasses(String, boolean, ClassUtil.AnnotationCheck, Class<? extends Annotation>...) - Static method in class com.k2.Util.classes.ClassUtil
This method returns all the classes defined in a package if they are annotated with the defined annotations If strict is true and a class file is present in the directories on the class path that match this package but cannot be identified by the context class loader a UtilityError is thrown If strict is not true then no error will be thrown if a class file exists in the package directories that cannot be loaded from the class loader.
getClasses(String, Class<? extends Annotation>...) - Static method in class com.k2.Util.classes.ClassUtil
This method returns all the classes defined in a package if they are annotated with the defined annotations If strict is true and a class file is present in the directories on the class path that match this package but cannot be identified by the context class loader a UtilityError is thrown If strict is not true then no error will be thrown if a class file exists in the package directories that cannot be loaded from the class loader.
getClasses(String, ClassUtil.AnnotationCheck, Class<? extends Annotation>...) - Static method in class com.k2.Util.classes.ClassUtil
This method returns all the classes defined in a package if they are annotated with the defined annotations If strict is true and a class file is present in the directories on the class path that match this package but cannot be identified by the context class loader a UtilityError is thrown If strict is not true then no error will be thrown if a class file exists in the package directories that cannot be loaded from the class loader.
getClassName() - Method in class com.k2.Util.classes.Dependency
 
getDeclaredFields(Class<?>) - Static method in class com.k2.Util.classes.ClassUtil
This method gets the declared fields excluding synthetic fields from the utilities static cache If the class has not yet had its fields cached by the utility the fields are first extracted using reflection.
getDeclaredMethods(Class<?>) - Static method in class com.k2.Util.classes.ClassUtil
Thist statica method returns the methods defined on the given class
getDeclaringClass() - Method in class com.k2.Util.classes.FieldGetter
 
getDeclaringClass() - Method in interface com.k2.Util.classes.Getter
 
getDeclaringClass() - Method in class com.k2.Util.classes.MethodGetter
 
getDependencies() - Method in class com.k2.Util.classes.Dependencies
 
getDependencies() - Method in class com.k2.Util.classes.MethodSignature
Get the dependnecies implied by this methods signature
getDependencyClass() - Method in class com.k2.Util.classes.Dependency
Get the class for this dependency
getElements() - Method in class com.k2.Util.tuple.AbstractTuple
Get the list of TupleElements in this Tuple
getElements() - Method in class com.k2.Util.tuple.GenericTuple
 
getField(Class<?>, String) - Static method in class com.k2.Util.classes.ClassUtil
This static method extracts the field definition from the given class.
getFieldGenericTypeClass(Field, int) - Static method in class com.k2.Util.classes.ClassUtil
This method extracts the generic type of a field that is defined with generic type arguements
getGetter(Class<E>, Class<V>, String) - Static method in class com.k2.Util.classes.ClassUtil
This static method returns an instance of Getter for the given object class, value class and alias If a suitable MethodGetter can be idenified then the MethodGetter is returned otherwise a FieldGetter is returned if a suitable field can be identified.
getGetterMember(Class<?>, Class<?>, String) - Static method in class com.k2.Util.classes.ClassUtil
 
getId() - Method in interface com.k2.Util.Identity.Id
The the value of the objects id
getId(Object, Serializable) - Static method in class com.k2.Util.Identity.IdentityUtil
This method gets the serializable id value from an object.
getId(Object) - Static method in class com.k2.Util.Identity.IdentityUtil
This method gets the serializable id value from an object.
getId() - Method in class com.k2.Util.Sample.NoSnap
 
getIdentity() - Method in interface com.k2.Util.Identity.Identified
Provide a human readable String that identifies the object implementing the interface.
getIdentity(Object, String) - Static method in class com.k2.Util.Identity.IdentityUtil
This method gets the serializable id value from an object.
getIdFieldType(Class<?>) - Static method in class com.k2.Util.Identity.IdentityUtil
This method returns the Serializable class of the Id field of the given class
getImportClause() - Method in class com.k2.Util.classes.Dependency
 
getJavaType() - Method in interface com.k2.Util.CallBack
Get the type of the value returned by the call to get()
getJavaType() - Method in class com.k2.Util.classes.FieldGetter
 
getJavaType() - Method in interface com.k2.Util.classes.Getter
The type of the value returned by the call to get()
getJavaType() - Method in class com.k2.Util.classes.MethodGetter
 
getJavaType() - Method in class com.k2.Util.tuple.TupleElementImpl
 
getKey(String) - Method in class com.k2.Util.Identity.KeyByConstructor
 
getKey(String) - Method in class com.k2.Util.Identity.KeyByMethod
 
getKey(String) - Method in interface com.k2.Util.Identity.KeyConstructor
 
getMethod(Class<?>, String, Class<?>...) - Static method in class com.k2.Util.classes.ClassUtil
 
getMethod(Class<?>, MethodSignature) - Static method in class com.k2.Util.classes.ClassUtil
 
getMethod() - Method in class com.k2.Util.classes.MethodSignature
Get the method for this signature if it was created from a method
getMethod(Class<?>) - Method in class com.k2.Util.classes.MethodSignature
Get the method for this signature as defined by the given class
getMethodSignature() - Method in class com.k2.Util.classes.MethodSignature
 
getName() - Method in class com.k2.Util.classes.MethodSignature
Get the name of the method
getNull(Class<C>) - Static method in class com.k2.Util.nullable.Null
Get the null instance for the given class
getObjectsAt(Object, String, Class<T>) - Static method in class com.k2.Util.ObjectUtil
This static method retrieves all the instances of the given class found at the end of the given path of field aliases for the given root object
getPackageName() - Method in class com.k2.Util.classes.Dependency
 
getParameterNamesClause() - Method in class com.k2.Util.classes.MethodSignature
Get an comma separated string of the parameter names of this method
getParameterTypes() - Method in class com.k2.Util.classes.MethodSignature
Get the types of the methods parameters
getReturnsClause() - Method in class com.k2.Util.classes.MethodSignature
 
getSetterMember(Class<?>, Class<?>, String) - Static method in class com.k2.Util.classes.ClassUtil
 
getSupertypes(Class<?>) - Static method in class com.k2.Util.classes.ClassUtil
This static method lists the super types of the given class in order starting with the given class
getSupertypesTest() - Method in class com.k2.Util.ClassUtilTest
 
Getter<E,T> - Interface in com.k2.Util.classes
The Getter interface defines a generic interface for getting values from a field or getter method.
Getter.Type - Enum in com.k2.Util.classes
This enumeration defines the possible types of getter implementations
getTest() - Method in class com.k2.Util.ObjectUtilTest
 
getThroughClass() - Method in class com.k2.Util.classes.FieldGetter
 
getThroughClass() - Method in interface com.k2.Util.classes.Getter
 
getThroughClass() - Method in class com.k2.Util.classes.MethodGetter
 
getType() - Method in class com.k2.Util.classes.FieldGetter
 
getType() - Method in interface com.k2.Util.classes.Getter
This method returns the type of the getter, METHOD or FIELD
getType() - Method in class com.k2.Util.classes.MethodGetter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links