Class IntrospectedToBeanPropertiesTransformer

java.lang.Object
io.micronaut.inject.beans.visitor.IntrospectedToBeanPropertiesTransformer
All Implemented Interfaces:
AnnotationTransformer<Introspected>, TypedAnnotationTransformer<Introspected>

@Internal public final class IntrospectedToBeanPropertiesTransformer extends Object implements TypedAnnotationTransformer<Introspected>
Map values of Introspected to BeanProperties, because Introspected module doesn't depend on the inject module.
Since:
4.0.0
Author:
Denis Stepanov