-
Deprecated ClassesClassDescriptionSince 2.0, use
LazyReferenceinsteadThe methods in this class are now implemented by the JDK, rendering this class useless. Use the corresponding methods offered byOptionalinstead.CallOptional.or(Supplier)on theOptionalobject instead.
-
Deprecated MethodsMethodDescriptionUse
org.linkki.core.util.HtmlSanitizerinsteadUseLazyReference.get()instead.CallOptional.or(Supplier)on the object instead.UseOptional.ifPresentOrElse(Consumer, Runnable)instead.CallOptional.stream()on the object instead.useMemberAccessors.getType(Member, Type)instead to be able to handle generic types properlyas this should only be used internally. UsePropertyAccessor.get(Class, String)instead.
org.linkki.core.util.HtmlSanitizerinstead