All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AnnotationSupport AnnotationSupportprovides static utility methods for common tasks regarding annotations — for example, checking if a class, method, or field is annotated with a particular annotation; finding annotations on a given class, method, or field; finding fields or methods annotated with a particular annotation, etc.AnnotationUtils Collection of utilities for working with annotations.BlacklistedExceptions Deprecated. UseUnrecoverableExceptionsinstead.ClassFilter Class-related predicate used by reflection utilities.ClassLoaderUtils Collection of utilities for working with ClassLoader and associated tasks.ClassNamePatternFilterUtils Collection of utilities for creating filters based on class names.ClasspathScanner ClasspathScannerallows to scan the classpath for classes and resources.ClassSupport ClassSupportprovides static utility methods for common tasks regarding classes — for example, generating a comma-separated list of fully qualified class names for a set of supplied classes.ClassUtils Collection of utilities for working withclasses.CollectionUtils Collection of utilities for working withCollections.ConversionException ConversionExceptionis an exception that can occur when an object is converted to another object.ConversionSupport ConversionSupportprovides static utility methods for converting a given object into an instance of a specified type.ExceptionUtils Collection of utilities for working with exceptions.FunctionUtils Collection of utilities for working withFunctions,Predicates, etc.HierarchyTraversalMode Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.JUnitException Base class for allRuntimeExceptionsthrown by JUnit.KotlinReflectionUtils Internal Kotlin-specific reflection utilitiesLogger TheLoggerAPI serves as a simple logging facade forjava.util.logging(JUL).LoggerFactory Factory for theLoggerfacade for JUL.LogRecordListener LogRecordListeneris only intended for testing purposes within JUnit's own test suite.LruCache<K,V> A simple LRU cache with a maximum size.ModifierSupport ModifierSupportprovides static utility methods for working with class and member modifiers — for example, to determine if a class or member is declared aspublic,private,abstract,static, etc.ModuleUtils Collection of utilities for working withjava.lang.Moduleand friends.PackageUtils Collection of utilities for working with packages.Preconditions Collection of utilities for asserting preconditions for method and constructor arguments.PreconditionViolationException Thrown if a precondition is violated.PreconditionViolationException Deprecated. Use PreconditionViolationException instead.ReflectionSupport ReflectionSupportprovides static utility methods for common reflection tasks — for example, scanning for classes in the class-path or module-path, loading classes, finding methods, invoking methods, etc.ReflectionUtils Collection of utilities for working with the Java reflection APIs.ReflectionUtils.CycleErrorHandling ReflectionUtils.HierarchyTraversalMode Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.Resource Resourcerepresents a resource on the classpath.Resource Deprecated. Please useResourceinstead.ResourceFilter Resource filter used by reflection and classpath scanning support.ResourceSupport ResourceSupportprovides static utility methods for common tasks dealing with resources; for example, scanning for resources on the class path or module path.ResourceUtils Collection of static utility methods for working with resources.RuntimeUtils Collection of utilities for working withRuntime,RuntimeMXBean, etc.SearchOption Deprecated. because there is only a single non-deprecated search option leftServiceLoaderUtils Collection of utilities for working withServiceLoader.StringUtils Collection of utilities for working withStrings,CharSequences, etc.StringUtils.TwoPartSplitResult The result of splitting a string into up to two parts.Testable @Testableis used to signal to IDEs and tooling vendors that the annotated or meta-annotated element is testable.ToStringBuilder Simple builder for generating strings in custom implementations oftoString().Try<V> A container object which may either contain a nullable value in case of success or an exception in case of failure.Try.Transformer<S,T> A transformer for values of typeSto typeT.UnrecoverableExceptions Internal utilities for working with unrecoverable exceptions.