All Classes and Interfaces

Class
Description
 
 
Utility for handling Classes.
 
A registry for date format patterns that changes some rather unsuitable default patterns provided by DateFormat.getDateInstance(int, Locale) such as the German "dd.MM.yyyy" instead of "dd.MM.yy".
Helper class that for exception suppliers to simplify usage of Optional.orElseThrow(Supplier).
A functional interface to proceed any operation.
Deprecated.
Use org.linkki.core.util.HtmlSanitizer instead
Deprecated.
Since 2.0, use LazyReference instead
Key-value store that initializes its values lazily.
A Supplier that wraps another Supplier which gets called only once upon the first call to LazyReference.get(); afterwards the value is cached.
JDK-independent provider for MethodHandles.Lookup instances.
Utility class to get easy access to the return value of member.
Helper class for handling meta-annotations (Annotations with Target ElementType.ANNOTATION_TYPE).
Provides static utility methods that delegate to Objects and are additionally annotated with SpotBugs null annotations.
Deprecated.
The methods in this class are now implemented by the JDK, rendering this class useless.
Deprecated.
Call Optional.or(Supplier) on the Optional object instead.
Allows reading and writing a value from/to an object's property.
Global static cache for PropertyAccessors.
This sequence is a wrapper for a list to create immutable lists easily.
Helper for ServiceLoader access.
 
Represents a predicate (boolean-valued function) of three arguments.
Recalculates two digit years into four digit years, based on the -80 / +19 rule, for LocalDate and LocalDateTime during the convertToModel conversion.
Interface for validation message markers.