- GenericCollectionComparator<T> - Class in com.blazebit.comparator
-
This comparator is able to compare objects on a specified index which are part of a Collection or an Array.
- GenericCollectionComparator(String, int) - Constructor for class com.blazebit.comparator.GenericCollectionComparator
-
- GenericComparator<T> - Class in com.blazebit.comparator
-
Generic Comparator is used at Collections.sort(); and can be applied on every
compareable Object.
- GenericComparator(String) - Constructor for class com.blazebit.comparator.GenericComparator
-
Be arware that if one of the elements in the list does not have the
memeber set addressed via propertyPath, an IllegalArgumentException will
occur.
- gensalt(int, SecureRandom) - Static method in class com.blazebit.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt(int) - Static method in class com.blazebit.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt() - Static method in class com.blazebit.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a
reasonable default for the number of hashing rounds to apply
- get(Object) - Method in class com.blazebit.collection.TrieMap
- getAllAnnotations(Class<?>) - Static method in class com.blazebit.annotation.AnnotationUtils
-
Returns all annotations of a class, also the annotations of the super
classes, implemented interfaces and the annotations that are present in
stereotype annotations.
- getAllAnnotations(Method) - Static method in class com.blazebit.annotation.AnnotationUtils
-
Returns all annotations of a class, also the annotations of the super
classes, implemented interfaces and the annotations that are present in
stereotype annotations.
- getAnnotation(Class<T>) - Method in class com.blazebit.reflection.MethodParameter
-
- getAnnotations() - Method in class com.blazebit.reflection.MethodParameter
-
- getAttribute(String) - Method in interface com.blazebit.text.ParserContext
-
- getAvailableFormatters() - Static method in class com.blazebit.text.FormatUtils
-
Returns the available serializable formatters.
- getBestMatch(CharSequence) - Method in class com.blazebit.collection.TrieMap
-
- getCause(Throwable, Class<? extends Throwable>...) - Static method in class com.blazebit.exception.ExceptionUtils
-
Gets the cause which are one of the given expected causes.
- getCharacter() - Method in class com.blazebit.regex.node.CharNode
-
- getClass(String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the class object for the specified qualified class name.
- getConstructor() - Method in class com.blazebit.reflection.MethodException
-
- getConstructor() - Method in class com.blazebit.reflection.MethodParameter
-
- getDecorated() - Method in class com.blazebit.regex.node.DecoratorNode
-
- getEnd() - Method in class com.blazebit.regex.node.CharRangeNode
-
- getExpression(Class<X>, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getExpression(Class<X>, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getExpression(Class<X>, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getField(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the field object found for the given field name in the given
class.
- getFieldType(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the type of a field if it exists within the class.
- getFormattedValue(Class<T>, T) - Static method in class com.blazebit.text.FormatUtils
-
- getFormattedValue(Class<T>, T, DateFormat) - Static method in class com.blazebit.text.FormatUtils
-
- getGetter(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Retrieves the getter method of the given class for the specified field
name.
- getIndex() - Method in class com.blazebit.reflection.MethodException
-
- getIndex() - Method in class com.blazebit.reflection.MethodParameter
-
- getInstanceFields(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the static field objects that are declared in the given class or
any of it's super types.
- getLocale(String) - Static method in class com.blazebit.i18n.LocaleUtils
-
- getMatchingFields(Class<?>, int) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the field objects that are declared in the given class or any of
it's super types that have any of the given modifiers.
- getMax() - Method in class com.blazebit.regex.node.RepeatNode
-
- getMethod() - Method in class com.blazebit.reflection.MethodException
-
- getMethod() - Method in class com.blazebit.reflection.MethodParameter
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the method object found for the given method name in the given
class.
- getMethod(Class<?>, Class<? extends Annotation>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the method object for a method which is annotated with the
given annotation of the given class.
- getMethodExceptions(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodExceptions(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodExceptionTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodParameters(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodParameters(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodParameterTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getMethodReturnType(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the return type of a method if it exists within the class.
- getMethods(Class<?>, Class<? extends Annotation>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the method objects for methods which are annotated with the
given annotation of the given class.
- getMin() - Method in class com.blazebit.regex.node.RepeatNode
-
- getNext() - Method in class com.blazebit.regex.node.AbstractNode
-
- getNext() - Method in interface com.blazebit.regex.node.Node
-
- getNodes() - Method in class com.blazebit.regex.node.OrNode
-
- getNonMatchingFields(Class<?>, int) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the field objects that are declared in the given class or any of
it's super types that have none of the given modifiers.
- getNullSafeValue(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getNullSafeValue(X) - Method in class com.blazebit.reflection.PropertyPathExpression
-
- getNullSafeValue() - Method in class com.blazebit.reflection.PropertyPathExpressionValueHolder
-
- getObjectClassOfPrimitve(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the wrapper class of the given primitive class or the given class.
- getParameter(String) - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
-
- getParameterNames() - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
-
- getParsedValue(Class<T>, String) - Static method in class com.blazebit.text.FormatUtils
-
Returns the parsed object of the given type for the given string.
- getParsedValue(Class<T>, String, DateFormat) - Static method in class com.blazebit.text.FormatUtils
-
Returns the parsed object of the given type for the given string.
- getPrimitiveClassOfWrapper(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the primitive class of the given wrapper class or null.
- getResolvedFieldType(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedFieldType(Class<?>, Field) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedFieldTypeArguments(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedFieldTypeArguments(Class<?>, Field) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodExceptionTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodExceptionTypes(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodParameterTypes(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodParameterTypes(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodParameterTypesArguments(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodParameterTypesArguments(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodReturnType(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodReturnType(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodReturnTypeArguments(Class<?>, String, Class<?>...) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedMethodReturnTypeArguments(Class<?>, Method) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getResolvedType(Class<?>) - Method in class com.blazebit.reflection.MethodException
-
- getResolvedType(Class<?>) - Method in class com.blazebit.reflection.MethodParameter
-
- getResolvedTypeParameters(Class<?>) - Method in class com.blazebit.reflection.MethodException
-
- getResolvedTypeParameters(Class<?>) - Method in class com.blazebit.reflection.MethodParameter
-
- getSetter(Class<?>, String) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Retrieves the setter method of the given class for the specified field
name.
- getStart() - Method in class com.blazebit.regex.node.CharRangeNode
-
- getStaticFields(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the static field objects that are declared in the given class or
any of it's super types.
- getSuperTypes(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Retrieves all super types of the given class type.
- getSuperTypes(Class<?>, Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
- getType() - Method in class com.blazebit.reflection.MethodException
-
- getType() - Method in class com.blazebit.reflection.MethodParameter
-
- getTypeVariablePosition(TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the position of the type variable for the class in which it is
declared.
- getTypeVariablePosition(GenericDeclaration, TypeVariable<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Tries to find the position of the given type variable in the type
parameters of the given class.
- getValue() - Method in interface com.blazebit.collection.PatternTrie.ParameterizedValue
-
- getValue() - Method in interface com.blazebit.lang.ValueHolder
-
Returns the value of the value holder.
- getValue(X) - Method in interface com.blazebit.lang.ValueRetriever
-
Retrieves the value specified by this ValueRetriever of the target
object.
- getValue(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValue(X) - Method in class com.blazebit.reflection.PropertyPathExpression
-
Invokes the getter chain based on the source object.
- getValue() - Method in class com.blazebit.reflection.PropertyPathExpressionValueHolder
-
- getValueHolder(Class<X>, X, String) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValueHolder(Class<X>, X, String, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValueHolder(Class<X>, X, String, Class<Y>) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getValueHolder(Class<X>, X, String, Class<Y>, boolean) - Static method in class com.blazebit.reflection.ExpressionUtils
-
- getWrapperClassOfPrimitve(Class<?>) - Static method in class com.blazebit.reflection.ReflectionUtils
-
Returns the wrapper class of the given primitive class or null.
- GregorianCalendarFormat - Class in com.blazebit.text
-
- GregorianCalendarFormat() - Constructor for class com.blazebit.text.GregorianCalendarFormat
-