A B C D E F G H I L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- findClass(String) - Static method in class org.omnifaces.utils.reflect.Reflections
-
Returns the class object associated with the given class name, using the context class loader and if that fails the defining class loader of the current class.
- findConstructor(Class<T>, Class<?>...) - Static method in class org.omnifaces.utils.reflect.Reflections
-
Finds a constructor based on the given parameter types and returns
null
is none is found. - findField(Class<?>, String) - Static method in class org.omnifaces.utils.reflect.Reflections
-
Finds a field based on the field name.
- findField(Object, String) - Static method in class org.omnifaces.utils.reflect.Reflections
-
Finds a field based on the field name.
- findLast() - Static method in class org.omnifaces.utils.stream.Collectors
-
Returns a collector which will return the last element of a stream, if present.
- findMethod(Object, String, Object...) - Static method in class org.omnifaces.utils.reflect.Reflections
-
Finds a method based on the method name, amount of parameters and limited typing and returns
null
is none is found. - firstWhen(Predicate<? super T>, Comparator<? super T>) - Static method in class org.omnifaces.utils.Comparators
-
Create a new
Comparator
that places values that match the givenPredicate
before values that do not. - forEachBatch(Consumer<List<T>>, int) - Static method in class org.omnifaces.utils.stream.Collectors
- format(Object, StringBuffer, FieldPosition) - Method in class org.omnifaces.utils.text.NameBasedMessageFormat
- format(String, Map<? super String, ?>) - Static method in class org.omnifaces.utils.text.NameBasedMessageFormat
- format(String, Map<? super String, ?>, Function<String, NameBasedMessageFormat>) - Method in interface org.omnifaces.utils.text.SubFormatter
-
Formats the the parameter with the given name from the given set of parameters.
- format(String, Map<? super String, ?>, Locale) - Static method in class org.omnifaces.utils.text.NameBasedMessageFormat
- format(String, Map<? super String, ?>, Locale, Map<String, SubFormatterFactory>) - Static method in class org.omnifaces.utils.text.NameBasedMessageFormat
- format(LogRecord) - Method in class org.omnifaces.utils.logging.RecursiveStackTraceFormatter
- format(Map<String, ?>) - Method in class org.omnifaces.utils.text.NameBasedMessageFormat
- fromFilter(Filter) - Static method in interface org.omnifaces.utils.logging.LogFilter
- fromPredicate(Predicate<? super LogRecord>) - Static method in interface org.omnifaces.utils.logging.LogFilter
All Classes All Packages