Uses of Class
io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Packages that use ResolvablePlaceholderAnnotationAttributes Package Description io.microsphere.spring.config.context.annotation io.microsphere.spring.core.annotation -
-
Uses of ResolvablePlaceholderAnnotationAttributes in io.microsphere.spring.config.context.annotation
Subclasses of ResolvablePlaceholderAnnotationAttributes in io.microsphere.spring.config.context.annotation Modifier and Type Class Description class
PropertySourceExtensionAttributes<A extends java.lang.annotation.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 ResolvablePlaceholderAnnotationAttributes Modifier and Type Method Description static <A extends java.lang.annotation.Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes. of(A annotation, org.springframework.core.env.PropertyResolver propertyResolver)
Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
static <A extends java.lang.annotation.Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes. of(java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.Class<A> annotationType, org.springframework.core.env.PropertyResolver propertyResolver)
Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
static <A extends java.lang.annotation.Annotation>
ResolvablePlaceholderAnnotationAttributes<A>ResolvablePlaceholderAnnotationAttributes. of(org.springframework.core.annotation.AnnotationAttributes attributes, org.springframework.core.env.PropertyResolver propertyResolver)
Create an instance ofResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
-