All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| ActionWithException |
|
| ApplicationLifecycleSPI |
|
| ApplyIfNotNull |
Most facet than interface, The ApplyIfNotNull interface allow to prevent NullPopinterException.
|
| ApplyIfNotNullAndSameType |
Same as ApplyIfNotNull but it will check also the data type.
|
| ApplyIfNull |
Same as ApplyIfNotNull but it will invoke the supplier only if the data is null.
|
| AuthenticationErrorNotXLError |
|
| BasicLogEvent |
|
| BeforeMerge |
PostInitialize
|
| BeforeSave |
PostInitialize
|
| BeforeSaveOrMerge |
BeforeSaveOrMerde
|
| BootstrapContext<T> |
BootstrapContext
|
| BootstrapMonitoringSpi |
|
| Builder<T> |
This functional interface allows for the design of basic builder.
|
| CheckedException |
|
| Chrono |
Chrono
|
| ClonableObject<T> |
|
| ClonableObject<T> |
ClonableObject
|
| ConfigHandler<K,V> |
In Inugami, the ConfigHandler is the root principle for configuration management.
|
| ConfigurationSpi |
The ConfigurationSpi allows to retrieve global configuration.
|
| ConsumerWithException<T> |
When a consumer uses data, exception can occur.
|
| DefaultErrorCode |
|
| DefaultErrorCode.DefaultErrorCodeBuilder |
|
| DefaultWarning |
|
| DefaultWarning.DefaultWarningBuilder |
|
| ErrorCode |
|
| ErrorCodeResolver |
ErrorCodeResolver is used to resolve an error code from exception.
|
| ExceptionWithErrorCode |
The ExceptionWithErrorCode is designed to be a type maker.
|
| Feature |
|
| FeatureContext |
|
| FeatureContext.Status |
|
| FeatureInterceptor |
|
| FilterFunction<T> |
The FilterFunction is design to have a semantic term to designate a filter.
|
| FilterInterceptorCachePurgeStrategy |
|
| FunctionalUtils |
|
| FunctionMustThrow |
Commonly used in unit test, the FunctionMustThrow interface design a function
who will throw an exception.
|
| FunctionWithException<I,O,E extends Throwable> |
When a generic function is used, it can throw an exception.
|
| GenericActionWithException<T> |
|
| Glossaries |
|
| Glossary |
|
| Handler |
|
| Identifiable<PK extends Serializable> |
Identifible
|
| IFeatureService |
|
| IHeaders |
|
| IsEmptyFacet |
|
| JavaRestMethodDTO |
|
| JavaRestMethodResolver |
The JavaRestMethodResolver allows to resolve the Java method handler per HTTP request.
|
| JavaRestMethodTracker |
The JavaRestMethodTracker interface allows to track java method information in MDC.
|
| JsonUnmarshalling |
The unmarshalling process is a very commons process in software application.
|
| LogListener |
|
| Mapper<OUT,IN> |
Most commonly used to materialize the mapper pattern.
|
| MapStructMapper |
|
| MdcCleanerSPI |
|
| MessagesFormatter |
MessagesFormatter
|
| MonitoringInitializer |
|
| NamedComponent |
Used for SPI implementations or Inugami plugin, the NamedComponent allows to retrieve the
component name.
|
| NamedSpi |
NamedSpi
|
| NamedVoidFunctionWithException |
|
| NotSpringBean |
|
| Partner |
|
| PostProcessing<T> |
The PostProcessing<T> interface is designed to materialize a visitor pattern.
|
| PropertiesProducerSpi |
In Inugami, the root configuration is defined in XML files.
|
| ResponseData |
ResponseData
|
| ResponseData.ResponseDataBuilder |
|
| ResquestData |
ResquestData
|
| ResquestData.ResquestDataBuilder |
|
| SpiConfigurable |
The monitoring context require to be initialized and has a shutdown process.
|
| SpiLoaderServiceSPI |
|
| SpiPriority |
|
| StringDataCleaner |
Commonly used in Inugami to obfuscate data.
|
| StringTools |
|
| TaskFinishListener |
Inugami heavily use multi-threading principle.
|
| TaskStartListener |
Inugami heavily use multi-threading principle.
|
| TechnicalException |
TechnicalException
|
| TemplateProviderSPI |
|
| TrackingInformationSPI |
|
| TriConsumer<F,S,T> |
In Java we have the Consumer and BiConsumer interfaces.
|
| UncheckedException |
|
| ValidatorFunction<T,E extends Exception> |
Basically, the **ValidatorFunction** is designed to create a validation strategy.
|
| VoidFunction |
The Java Function interface should return a value.
|
| VoidFunctionWithException |
The Java Function interface should return a value.
|
| Warning |
|
| WarningTracker |
The WarningTracker interface allows to track warning information.
|