All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description ApiStatus Base interface for statuses.EnumUtils Utility library to provide helper methods for Java enums.Exceptional An extension of theIProbleminterface for problems that extendException.HttpStatus While these are HttpStatus code they seve well for general purpose Api codes Copied in from micronaut.IdEqualsHashCode Equals and hash code annotation for Gorm and JPA entites when you want it based on id.IProblem Simple interface for problem gettersIProblem.Fluent<E extends IProblem.Fluent> NestedExceptionUtils Helper class for implementing exception classes which are capable of holding nested exceptions.NestedProblemException Handy class for wrapping runtimeExceptionswith a root cause.ProblemType Base interface for statuses.ReflectionUtils Provides methods to help with reflective operationsResult This is the base result trait for problems and results follows https://datatracker.ietf.org/doc/html/rfc7807 for status and title fields In many cases for parallel processing and batch processing we are spinning through chunks of data.Result.Fluent<E extends Result.Fluent> StackTraceProcessor Violation