Package com.evolveum.midpoint.util
-
Interface Summary Interface Description CheckedFunction<T,R> Almost the same as Function but this one is Serializable and can throw CommonException.CheckedProcessor<T,E extends Exception> CheckedProducer<T> Almost the same as Producer but this one can throw CommonException.Cloner<T> DebugDumpable DisplayableValue<T> DomElementVisitor FailableFunction<T,R> FailableProcessor<T> FailableProducer<T> Almost the same as java.util.function.Supplier, but this one is Serializable.FailableRunnable Used mostly in tests to simplify error handling.Foreachable<T> Handler<T> HeteroComparator<A,B> HumanReadableDescribable Object that can provide short, human-readable description.LocalizableMessage Processor<T> Producer<T> Almost the same as java.util.function.Supplier, but this one is Serializable.SchemaFailableProcessor<T> ShortDumpable Transformer<T,X> TreeNodeVisitor<T> Validator<T> Interface for object validation (mostly to be used in tests). -
Class Summary Class Description Checks ClassPathUtil DebugUtil DomAsserts DOMUtil DOMUtilSettings Created by Viliam Repan (lazyman).DomVisitorUtil Holder<T> Very simple object to hold a single value.JAXBUtil KeyValueTreeNode<K,V> Experimental.LocalizableMessageBuilder LocalizableMessageList This class is final and must remain so, as it's not cloneable.LocalizableMessageListBuilder MiscUtil NetworkUtil PrettyPrinter QNameUtil QName <-> URI conversion.QNameUtil.QNameInfo RandomString ReflectionUtil SerializationUtil Collection of java.io serialization utilities.SingleLocalizableMessage This class is final and must remain so, as it's not cloneable.SystemUtil TransientCache<K,V> Cache that is transient but can be declared final in serializable objects.TreeNode<T>