Uses of Class
io.microsphere.spring.core.annotation.GenericAnnotationAttributes
Packages that use GenericAnnotationAttributes
Package
Description
-
Uses of GenericAnnotationAttributes in io.microsphere.spring.config.context.annotation
Modifier and TypeClassDescriptionclassPropertySourceExtensionAttributes<A extends Annotation>AnnotationAttributesfor the annotation meta-annotatedPropertySourceExtension -
Uses of GenericAnnotationAttributes in io.microsphere.spring.core.annotation
Subclasses of GenericAnnotationAttributes in io.microsphere.spring.core.annotationModifier and TypeClassDescriptionclassThe resolvable placeholders ofAnnotationAttributesMethods in io.microsphere.spring.core.annotation that return GenericAnnotationAttributesModifier and TypeMethodDescriptionstatic <A extends Annotation>
GenericAnnotationAttributes<A>GenericAnnotationAttributes.of(A annotation) Create an instance ofGenericAnnotationAttributesfrom the specifiedannotationstatic <A extends Annotation>
GenericAnnotationAttributes<A>Create an instance ofGenericAnnotationAttributesfrom the specifiedmapof attributes and theclassofannotation.static <A extends Annotation>
GenericAnnotationAttributes<A>GenericAnnotationAttributes.of(org.springframework.core.annotation.AnnotationAttributes attributes) Create an instance ofGenericAnnotationAttributesfrom the specifiedAnnotationAttributesMethods in io.microsphere.spring.core.annotation with parameters of type GenericAnnotationAttributesModifier and TypeMethodDescriptionstatic <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of(GenericAnnotationAttributes<A> attributes) Creates aResolvablePlaceholderAnnotationAttributesinstance from the givenGenericAnnotationAttributes.static <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of(GenericAnnotationAttributes<A> attributes, org.springframework.core.env.PropertyResolver propertyResolver) Creates aResolvablePlaceholderAnnotationAttributesinstance from the givenGenericAnnotationAttributesand resolves placeholders using the providedPropertyResolver.static Set<org.springframework.core.annotation.AnnotationAttributes>ResolvablePlaceholderAnnotationAttributes.ofSet(GenericAnnotationAttributes[] attributesArray, org.springframework.core.env.PropertyResolver propertyResolver) Creates aSetofAnnotationAttributesfrom the given array ofGenericAnnotationAttributes, resolving placeholders using the providedPropertyResolver.Constructors in io.microsphere.spring.core.annotation with parameters of type GenericAnnotationAttributesModifierConstructorDescriptionConstructs a newResolvablePlaceholderAnnotationAttributesinstance by copying the attributes from anotherGenericAnnotationAttributes.ResolvablePlaceholderAnnotationAttributes(GenericAnnotationAttributes<A> another, org.springframework.core.env.PropertyResolver propertyResolver) Constructs a newResolvablePlaceholderAnnotationAttributesinstance by copying the attributes from anotherGenericAnnotationAttributesand resolving placeholders using the givenPropertyResolver.