Uses of Enum
io.github.arasdenizhan.annotations.constants.AnnotationName
Packages that use AnnotationName
Package
Description
-
Uses of AnnotationName in io.github.arasdenizhan.annotations.constants
Subclasses with type arguments of type AnnotationName in io.github.arasdenizhan.annotations.constantsMethods in io.github.arasdenizhan.annotations.constants that return AnnotationNameModifier and TypeMethodDescriptionstatic AnnotationNameAnnotationName.fromString(String value) static AnnotationNameReturns the enum constant of this type with the specified name.static AnnotationName[]AnnotationName.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnnotationName in io.github.arasdenizhan.core.factory
Methods in io.github.arasdenizhan.core.factory with parameters of type AnnotationNameModifier and TypeMethodDescriptionStrategyFactory.create(AnnotationName annotationName) Returns theValidationStrategyassociated with the given annotation name.booleanStrategyFactory.supports(AnnotationName name) Checks whether a validation strategy is available for the given annotation.