Uses of Class
io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
Packages that use ResolvablePlaceholderAnnotationAttributes
Package
Description
-
Uses of ResolvablePlaceholderAnnotationAttributes in io.microsphere.spring.config.context.annotation
Subclasses of ResolvablePlaceholderAnnotationAttributes in io.microsphere.spring.config.context.annotationModifier and TypeClassDescriptionclass
PropertySourceExtensionAttributes<A extends Annotation>
AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
-
Uses of ResolvablePlaceholderAnnotationAttributes in io.microsphere.spring.core.annotation
Methods in io.microsphere.spring.core.annotation that return ResolvablePlaceholderAnnotationAttributesModifier and TypeMethodDescriptionstatic <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of
(A annotation, org.springframework.core.env.PropertyResolver propertyResolver) Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
static <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of
(Map<String, Object> attributes, Class<A> annotationType, org.springframework.core.env.PropertyResolver propertyResolver) Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
static <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of
(org.springframework.core.annotation.AnnotationAttributes attributes, org.springframework.core.env.PropertyResolver propertyResolver) Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation