E G H I M P R Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- EnumUtils - Class in yakworks.commons.lang
-
Utility library to provide helper methods for Java enums.
- EnumUtils() - Constructor for class yakworks.commons.lang.EnumUtils
-
This constructor is public to permit tools that require a JavaBean instance to operate.
G
- getEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning
nullif not found. - getEnum(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning
defaultEnumif not found. - getEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning
nullif not found. - getEnumIgnoreCase(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning
defaultEnumif not found. - getEnumList(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the
Listof enums. - getEnumMap(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the
Mapof enums by name.
H
- hashKey() - Method in annotation type yakworks.commons.transform.IdEqualsHashCode
-
List of field and/or property names to use in the hashCode if id is null
I
- IdEqualsHashCode - Annotation Type in yakworks.commons.transform
-
Equals and hash code annotation for Gorm and JPA entites when you want it based on id.
- includes() - Method in annotation type yakworks.commons.transform.IdEqualsHashCode
-
List of field and/or property names to include within the equals and hashCode calculations.
- isAssignableFrom(Class<?>, Class<?>) - Static method in class yakworks.commons.lang.ReflectionUtils
-
Tests whether or not the left hand type is compatible with the right hand type in Groovy terms, i.e.
- isGetter(String, Class<?>[]) - Static method in class yakworks.commons.lang.ReflectionUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property
- isSetter(String, Class[]) - Static method in class yakworks.commons.lang.ReflectionUtils
- isValidEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Checks if the specified name is a valid enum for the class.
- isValidEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Checks if the specified name is a valid enum for the class.
M
- makeAccessible(Field) - Static method in class yakworks.commons.lang.ReflectionUtils
-
Make the given field accessible, explicitly setting it accessible if necessary.
- makeAccessible(Method) - Static method in class yakworks.commons.lang.ReflectionUtils
-
Make the given method accessible, explicitly setting it accessible if necessary.
P
- PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Static variable in class yakworks.commons.lang.ReflectionUtils
R
- ReflectionUtils - Class in yakworks.commons.lang
-
Provides methods to help with reflective operations
- ReflectionUtils() - Constructor for class yakworks.commons.lang.ReflectionUtils
Y
- yakworks.commons.lang - package yakworks.commons.lang
- yakworks.commons.transform - package yakworks.commons.transform
All Classes All Packages