| Interface | Description |
|---|---|
| DefaultRegistryConvertor | |
| DomainFactory<T,R> |
A template for the creation of object related to gauss factory
|
| Filter<T> |
An interface that is implemented by objects that decide if an operation
entry should be accepted or filtered.
|
| GaussConversion<S,D> | |
| Module<T extends ModuleProposal> |
This is the base type of chain operation
|
| Registry<T> |
| Class | Description |
|---|---|
| BeanMapperProcessor |
Mapping processor for all selected candidates if they are annotated with
Mapper and/or Mappers |
| BeanRegisterProcessor | |
| ConvertorAdapter |
A convertor adapter for all user-declared convertor with @{link GaussConvertor} implemented by
CustomConvertor |
| GaussBeanFactory |
GaussBeanFactory is a new dynamic way to acquire bean from Application Context(not only
assigned from Spring) as a utility tool.
|
| GaussBeanMapper |
Not only does
GaussBeanMapper copy all fields from one class to another, but does copy object same with
Cloneable |
| ModuleProposal |
| Enum | Description |
|---|---|
| GaussFactoryGenerator |
This is a factory generator aimed to create(or copy) factory which extends
GaussFactory |
| Annotation Type | Description |
|---|---|
| Chain |
This annotation indicates meta information of which module is being used under specific chain class.
|
| Chains |
Several
Chain annotations are bound in. |
| EnableGaussEngine |
Enables Gauss conversion and mapping capability.
|
| FactoryRegister | |
| FieldMapping | |
| GaussCache |
Annotation for local cache to store method return-value for 30 seconds by default(may change within this annotation)
remember this annotation cannot guarantee data consistence
|
| GaussConvertor | |
| GaussConvertor.Role | |
| Mapper | |
| Mappers | |
| Mappings | |
| OverrideClone | |
| Register |
This annotation indicates only for which object should be created by
GaussBeanFactory or
ApplicationContext directly rather than default constructor |
Copyright © 2022. All rights reserved.