Package io.microsphere.annotation.processor.model.util
-
Class Summary Class Description AnnotatedElementJSONElementVisitor An abstract implementation ofElementVisitor
that generates JSON content for elements annotated with a specific annotation.ConfigurationPropertyJSONElementVisitor @ConfigurationProperty
'sAnnotatedElementJSONElementVisitor
based onConfigurationPropertyGenerator
generating the JSON representation of the configuration property metadata.JSONAnnotationValueVisitor A visitor implementation for convertingAnnotationValue
objects into JSON-formatted strings.JSONElementVisitor A specializedElementVisitor
implementation that traverses Java elements and generates JSON representations of the elements' metadata.ResolvableAnnotationValueVisitor A visitor for resolving annotation values into their corresponding runtime representations.