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 TypeClassDescriptionclassPropertySourceExtensionAttributes<A extends Annotation>AnnotationAttributesfor 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 ofResolvablePlaceholderAnnotationAttributesfrom the specifiedannotationstatic <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of(Map<String, Object> attributes, Class<A> annotationType, org.springframework.core.env.PropertyResolver propertyResolver) Create an instance ofResolvablePlaceholderAnnotationAttributesfrom the specifiedannotationstatic <A extends Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes.of(org.springframework.core.annotation.AnnotationAttributes attributes, org.springframework.core.env.PropertyResolver propertyResolver) Create an instance ofResolvablePlaceholderAnnotationAttributesfrom the specifiedannotation