所有程序包的分层结构
程序包分层结构:- cn.herodotus.engine.captcha.core.algorithm,
- cn.herodotus.engine.captcha.core.constants,
- cn.herodotus.engine.captcha.core.definition,
- cn.herodotus.engine.captcha.core.definition.domain,
- cn.herodotus.engine.captcha.core.definition.enums,
- cn.herodotus.engine.captcha.core.dto,
- cn.herodotus.engine.captcha.core.exception,
- cn.herodotus.engine.captcha.core.processor,
- cn.herodotus.engine.captcha.core.properties,
- cn.herodotus.engine.captcha.core.provider
类分层结构
- java.lang.Object
- cn.herodotus.engine.assistant.core.definition.domain.AbstractDto (implements cn.herodotus.engine.assistant.core.definition.domain.Entity)
- cn.herodotus.engine.captcha.core.dto.Captcha
- cn.herodotus.engine.captcha.core.dto.GraphicCaptcha
- cn.herodotus.engine.captcha.core.dto.Verification
- cn.herodotus.engine.captcha.core.dto.Captcha
- cn.herodotus.engine.cache.jetcache.stamp.AbstractStampManager<K,
V> (implements cn.herodotus.engine.cache.jetcache.stamp.StampManager<K, V>) - cn.herodotus.engine.captcha.core.definition.AbstractRenderer<K,
V> (implements cn.herodotus.engine.captcha.core.definition.Renderer) - cn.herodotus.engine.captcha.core.definition.AbstractGraphicRenderer
- cn.herodotus.engine.captcha.core.definition.AbstractRenderer<K,
- cn.herodotus.engine.captcha.core.properties.CaptchaProperties
- cn.herodotus.engine.captcha.core.properties.CaptchaProperties.Graphics
- cn.herodotus.engine.captcha.core.properties.CaptchaProperties.Jigsaw
- cn.herodotus.engine.captcha.core.properties.CaptchaProperties.Watermark
- cn.herodotus.engine.captcha.core.properties.CaptchaProperties.WordClick
- cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory
- cn.herodotus.engine.captcha.core.definition.domain.Coordinate (implements java.io.Serializable)
- cn.herodotus.engine.captcha.core.algorithm.GaussianBlur
- cn.herodotus.engine.captcha.core.definition.domain.Metadata
- cn.herodotus.engine.captcha.core.provider.RandomProvider
- cn.herodotus.engine.captcha.core.provider.ResourceProvider (implements org.springframework.beans.factory.InitializingBean)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException (implements cn.herodotus.engine.assistant.core.definition.exception.HerodotusException)
- cn.herodotus.engine.assistant.core.exception.PlatformException
- cn.herodotus.engine.captcha.core.exception.CaptchaCategoryIsIncorrectException
- cn.herodotus.engine.captcha.core.exception.CaptchaHandlerNotExistException
- cn.herodotus.engine.captcha.core.exception.CaptchaHasExpiredException
- cn.herodotus.engine.captcha.core.exception.CaptchaIsEmptyException
- cn.herodotus.engine.captcha.core.exception.CaptchaMismatchException
- cn.herodotus.engine.captcha.core.exception.CaptchaParameterIllegalException
- cn.herodotus.engine.assistant.core.exception.PlatformException
- cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException (implements cn.herodotus.engine.assistant.core.definition.exception.HerodotusException)
- java.lang.RuntimeException
- java.lang.Exception
- cn.herodotus.engine.assistant.core.definition.domain.AbstractDto (implements cn.herodotus.engine.assistant.core.definition.domain.Entity)
接口分层结构
- cn.herodotus.engine.assistant.core.definition.constants.BaseConstants
- cn.herodotus.engine.captcha.core.constants.CaptchaConstants
- cn.herodotus.engine.assistant.core.definition.constants.ErrorCodes
- cn.herodotus.engine.captcha.core.constants.CaptchaErrorCodes
- cn.herodotus.engine.captcha.core.definition.Renderer
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.herodotus.engine.captcha.core.definition.enums.CaptchaCategory
- cn.herodotus.engine.captcha.core.definition.enums.CaptchaCharacter
- cn.herodotus.engine.captcha.core.definition.enums.CaptchaFont
- cn.herodotus.engine.captcha.core.definition.enums.CaptchaResource
- cn.herodotus.engine.captcha.core.definition.enums.FontStyle
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)