Skip navigation links
A B C D E F G H I M O P R S T U V X 

A

accept(T) - Method in interface xyz.gaussframework.engine.framework.Filter
Decides if the given directory entry should be accepted or filtered.

B

BaseDao<P> - Interface in xyz.gaussframework.engine.infrastructure
 
batchInsert(List<P>) - Method in interface xyz.gaussframework.engine.infrastructure.BaseDao
 
BEAN_REGISTRY - Static variable in interface xyz.gaussframework.engine.framework.DefaultRegistryConvertor
 
BeanMapperProcessor - Class in xyz.gaussframework.engine.framework
Mapping processor for all selected candidates if they are annotated with Mapper and/or Mappers
BeanMapperProcessor() - Constructor for class xyz.gaussframework.engine.framework.BeanMapperProcessor
 
BeanRegisterProcessor - Class in xyz.gaussframework.engine.framework
 
BeanRegisterProcessor() - Constructor for class xyz.gaussframework.engine.framework.BeanRegisterProcessor
 
Binomial - Class in xyz.gaussframework.engine.infrastructure
 
Binomial() - Constructor for class xyz.gaussframework.engine.infrastructure.Binomial
 
buildAdapter(String, Class<?>) - Static method in class xyz.gaussframework.engine.framework.ConvertorAdapter
 

C

cacheable(ProceedingJoinPoint) - Method in class xyz.gaussframework.engine.infrastructure.aspect.GaussCacheAspect
 
cachePointcut() - Method in class xyz.gaussframework.engine.infrastructure.aspect.GaussCacheAspect
 
Chain - Annotation Type in xyz.gaussframework.engine.framework
This annotation indicates meta information of which module is being used under specific chain class.
Chains - Annotation Type in xyz.gaussframework.engine.framework
Several Chain annotations are bound in.
checkIfFactory(Class<?>) - Static method in class xyz.gaussframework.engine.util.GaussFactoryUtil
 
classTypeMatch(Class<?>, Class<?>) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
classTypeMatch(String, Class<?>) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
classTypeMatch(Class<?>, String) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
classTypeMatch(String, String) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
containsBean(String) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 
convert(Object, Type<?>, MappingContext) - Method in class xyz.gaussframework.engine.framework.ConvertorAdapter
 
convert(S, Type<? extends D>) - Method in interface xyz.gaussframework.engine.framework.GaussConversion
 
ConvertorAdapter - Class in xyz.gaussframework.engine.framework
A convertor adapter for all user-declared convertor with @{link GaussConvertor} implemented by CustomConvertor
ConvertorAdapter(String, Class<?>) - Constructor for class xyz.gaussframework.engine.framework.ConvertorAdapter
 
copyObject(T) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 
create(Class<T>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 
create(Class<T>, Object...) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
use declared constructor to instantiate an object
create(Constructor<T>, Object...) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
use specific constructor to create an object
create(Class<T>, Consumer<T>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 
create(S) - Method in interface xyz.gaussframework.engine.framework.Registry
 
create() - Static method in class xyz.gaussframework.engine.infrastructure.Binomial
 
Creator - Annotation Type in xyz.gaussframework.engine.factory
indicated the class annotated with Creator as a factory for Module removed OverrideClone since 2.4.0 and factories are no longer copied by Cloneable

D

DefaultRegistryConvertor - Interface in xyz.gaussframework.engine.framework
 
DomainFactory<T,R> - Interface in xyz.gaussframework.engine.framework
A template for the creation of object related to gauss factory

E

EnableGaussEngine - Annotation Type in xyz.gaussframework.engine.framework
Enables Gauss conversion and mapping capability.

F

FactoryRegister - Annotation Type in xyz.gaussframework.engine.framework
 
FieldEngine - Interface in xyz.gaussframework.engine.infrastructure
 
FieldMapping - Annotation Type in xyz.gaussframework.engine.framework
 
FieldMetaData<T> - Interface in xyz.gaussframework.engine.infrastructure
 
Filter<T> - Interface in xyz.gaussframework.engine.framework
An interface that is implemented by objects that decide if an operation entry should be accepted or filtered.
FLOW_FAIL_STATE - Static variable in class xyz.gaussframework.engine.framework.ModuleProposal
 
FLOW_SUCCESS_STATE - Static variable in class xyz.gaussframework.engine.framework.ModuleProposal
 

G

GaussAutoConfiguration - Class in xyz.gaussframework.engine
 
GaussAutoConfiguration() - Constructor for class xyz.gaussframework.engine.GaussAutoConfiguration
 
GaussBeanFactory - Class in xyz.gaussframework.engine.framework
GaussBeanFactory is a new dynamic way to acquire bean from Application Context(not only assigned from Spring) as a utility tool.
GaussBeanFactory() - Constructor for class xyz.gaussframework.engine.framework.GaussBeanFactory
 
GaussBeanMapper - Class in xyz.gaussframework.engine.framework
Not only does GaussBeanMapper copy all fields from one class to another, but does copy object same with Cloneable
GaussBeanMapper() - Constructor for class xyz.gaussframework.engine.framework.GaussBeanMapper
 
GaussCache - Annotation Type in xyz.gaussframework.engine.framework
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
GaussCacheAspect - Class in xyz.gaussframework.engine.infrastructure.aspect
Gauss Cache aspect class
GaussCacheAspect() - Constructor for class xyz.gaussframework.engine.infrastructure.aspect.GaussCacheAspect
 
gaussCacheProxy() - Method in class xyz.gaussframework.engine.GaussAutoConfiguration
 
GaussChain<T> - Class in xyz.gaussframework.engine.factory
A component for combining all necessary chains for specific factory
GaussChain() - Constructor for class xyz.gaussframework.engine.factory.GaussChain
 
GaussClassTypeUtil - Class in xyz.gaussframework.engine.util
 
GaussClassTypeUtil() - Constructor for class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
GaussConversion<S,D> - Interface in xyz.gaussframework.engine.framework
 
GaussConvertor - Annotation Type in xyz.gaussframework.engine.framework
 
GaussConvertor.Role - Annotation Type in xyz.gaussframework.engine.framework
 
GaussConvertorException - Exception in xyz.gaussframework.engine.exception
 
GaussConvertorException(String) - Constructor for exception xyz.gaussframework.engine.exception.GaussConvertorException
 
GaussEvent - Class in xyz.gaussframework.engine.infrastructure.listener
 
GaussEvent(Object) - Constructor for class xyz.gaussframework.engine.infrastructure.listener.GaussEvent
 
GaussException - Exception in xyz.gaussframework.engine.exception
 
GaussException(Exception) - Constructor for exception xyz.gaussframework.engine.exception.GaussException
 
GaussException(String) - Constructor for exception xyz.gaussframework.engine.exception.GaussException
 
GaussFactory<T,R> - Class in xyz.gaussframework.engine.factory
Base factory class for being extended by custom-defined factory if wish to 'combine' its own chain classes
GaussFactory() - Constructor for class xyz.gaussframework.engine.factory.GaussFactory
 
GaussFactoryException - Exception in xyz.gaussframework.engine.exception
 
GaussFactoryException(String) - Constructor for exception xyz.gaussframework.engine.exception.GaussFactoryException
 
GaussFactoryException(Exception) - Constructor for exception xyz.gaussframework.engine.exception.GaussFactoryException
 
GaussFactoryGenerator - Enum in xyz.gaussframework.engine.framework
This is a factory generator aimed to create(or copy) factory which extends GaussFactory
GaussFactoryUtil - Class in xyz.gaussframework.engine.util
 
GaussFactoryUtil() - Constructor for class xyz.gaussframework.engine.util.GaussFactoryUtil
 
GaussListener - Class in xyz.gaussframework.engine.infrastructure.listener
A listener for GaussFactory initialization
GaussListener() - Constructor for class xyz.gaussframework.engine.infrastructure.listener.GaussListener
 
GaussMapperException - Exception in xyz.gaussframework.engine.exception
 
GaussMapperException(String) - Constructor for exception xyz.gaussframework.engine.exception.GaussMapperException
 
GaussUtil - Class in xyz.gaussframework.engine.util
 
GaussUtil() - Constructor for class xyz.gaussframework.engine.util.GaussUtil
 
getBean(Class<T>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
Get an instance of the object that client acquires through application context.
getBean(String) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
Get an instance of the object that client acquires through application context.
getBeansWithAnnotation(Class<? extends Annotation>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 
getFactory(Class<T>) - Method in enum xyz.gaussframework.engine.framework.GaussFactoryGenerator
 
getFieldAnnotatedMetaData() - Method in interface xyz.gaussframework.engine.infrastructure.FieldEngine
 
getMessage() - Method in exception xyz.gaussframework.engine.exception.GaussFactoryException
 
getMessage() - Method in exception xyz.gaussframework.engine.exception.GaussMapperException
 
getModules() - Method in class xyz.gaussframework.engine.factory.GaussChain
 
getProcessorType() - Method in interface xyz.gaussframework.engine.infrastructure.FieldMetaData
 
getScanner(Environment) - Static method in class xyz.gaussframework.engine.util.GaussUtil
 
getSourceType() - Method in interface xyz.gaussframework.engine.infrastructure.FieldEngine
 
getTargetFields() - Method in interface xyz.gaussframework.engine.infrastructure.FieldMetaData
 
getTargetType() - Method in interface xyz.gaussframework.engine.infrastructure.FieldEngine
 
getValid() - Method in class xyz.gaussframework.engine.infrastructure.Binomial
 

H

handle(T) - Method in interface xyz.gaussframework.engine.framework.Module
 

I

init() - Method in class xyz.gaussframework.engine.factory.GaussChain
 
insert(P) - Method in interface xyz.gaussframework.engine.infrastructure.BaseDao
 
isMatchInnerConvertor(Class<?>) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
isMatchInnerConvertor(String) - Static method in class xyz.gaussframework.engine.util.GaussClassTypeUtil
 
isReady() - Static method in class xyz.gaussframework.engine.framework.GaussBeanFactory
 

M

manufacture(Function<List<T>, ? extends R>) - Method in class xyz.gaussframework.engine.factory.GaussFactory
 
manufacture(Function<List<T>, ? extends R>) - Method in interface xyz.gaussframework.engine.framework.DomainFactory
manufacture a single object by chains of modules
Mapper - Annotation Type in xyz.gaussframework.engine.framework
 
mapperRegister(Class<S>, Class<D>, Map<String, String[]>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanMapper
register a 'temporary' mapping strategy for a readable only class you are not capable of configuring
Mappers - Annotation Type in xyz.gaussframework.engine.framework
 
mapping(S, D) - Static method in class xyz.gaussframework.engine.framework.GaussBeanMapper
copy source value to target provided by client
mapping(S, Class<D>) - Static method in class xyz.gaussframework.engine.framework.GaussBeanMapper
get target with values copied from source
Mappings - Annotation Type in xyz.gaussframework.engine.framework
 
Module<T extends ModuleProposal> - Interface in xyz.gaussframework.engine.framework
This is the base type of chain operation
ModuleProposal - Class in xyz.gaussframework.engine.framework
 
ModuleProposal() - Constructor for class xyz.gaussframework.engine.framework.ModuleProposal
 
moduleState - Variable in class xyz.gaussframework.engine.framework.ModuleProposal
 

O

onApplicationEvent(GaussEvent) - Method in class xyz.gaussframework.engine.infrastructure.listener.GaussListener
 
OverrideClone - Annotation Type in xyz.gaussframework.engine.framework
 

P

postProcessAfterInitialization(Object, String) - Method in class xyz.gaussframework.engine.framework.BeanMapperProcessor
 
postProcessAfterInitialization(Object, String) - Method in class xyz.gaussframework.engine.framework.BeanRegisterProcessor
 
produce() - Method in class xyz.gaussframework.engine.factory.GaussFactory
 
produce(Function<? super T, ? extends R>) - Method in class xyz.gaussframework.engine.factory.GaussFactory
 
produce(Function<? super T, ? extends R>) - Method in interface xyz.gaussframework.engine.framework.DomainFactory
produce a single object by the type of module

R

Register - Annotation Type in xyz.gaussframework.engine.framework
This annotation indicates only for which object should be created by GaussBeanFactory or ApplicationContext directly rather than default constructor
Registry<T> - Interface in xyz.gaussframework.engine.framework
 
reset(boolean) - Method in class xyz.gaussframework.engine.framework.ModuleProposal
 

S

select(Long) - Method in interface xyz.gaussframework.engine.infrastructure.BaseDao
 
selectEntities(Map<String, Object>) - Method in interface xyz.gaussframework.engine.infrastructure.BaseDao
 
setApplicationContext(ApplicationContext) - Method in class xyz.gaussframework.engine.framework.GaussBeanFactory
This method is inherited from Spring-aware component and leave here for client to replace the context container if client wishes to change context implementation by its own.
superException - Variable in exception xyz.gaussframework.engine.exception.GaussException
 

T

tag() - Method in interface xyz.gaussframework.engine.infrastructure.FieldMetaData
 

U

update(Map<String, Object>) - Method in interface xyz.gaussframework.engine.infrastructure.BaseDao
 

V

validateState() - Method in class xyz.gaussframework.engine.framework.ModuleProposal
 
valueOf(String) - Static method in enum xyz.gaussframework.engine.framework.GaussFactoryGenerator
Returns the enum constant of this type with the specified name.
values() - Static method in enum xyz.gaussframework.engine.framework.GaussFactoryGenerator
Returns an array containing the constants of this enum type, in the order they are declared.

X

xyz.gaussframework.engine - package xyz.gaussframework.engine
 
xyz.gaussframework.engine.exception - package xyz.gaussframework.engine.exception
 
xyz.gaussframework.engine.factory - package xyz.gaussframework.engine.factory
 
xyz.gaussframework.engine.framework - package xyz.gaussframework.engine.framework
 
xyz.gaussframework.engine.infrastructure - package xyz.gaussframework.engine.infrastructure
 
xyz.gaussframework.engine.infrastructure.aspect - package xyz.gaussframework.engine.infrastructure.aspect
 
xyz.gaussframework.engine.infrastructure.listener - package xyz.gaussframework.engine.infrastructure.listener
 
xyz.gaussframework.engine.util - package xyz.gaussframework.engine.util
 
A B C D E F G H I M O P R S T U V X 
Skip navigation links

Copyright © 2022. All rights reserved.