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