Uses of Class
com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.core.ValueAnnotationMetadata
Packages that use ValueAnnotationMetadata
Package
Description
-
Uses of ValueAnnotationMetadata in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.core
Methods in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.core that return types with arguments of type ValueAnnotationMetadataModifier and TypeMethodDescriptionValueAnnotationMetadataBuilder.build()Builds a list of value annotation metadata from the instance. -
Uses of ValueAnnotationMetadata in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.reader
Methods in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.reader that return types with arguments of type ValueAnnotationMetadataModifier and TypeMethodDescriptionExtracts the value annotation metadata from the given element. -
Uses of ValueAnnotationMetadata in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.writer
Method parameters in com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.writer with type arguments of type ValueAnnotationMetadataModifier and TypeMethodDescriptionvoidJsonWriter.write(List<ValueAnnotationMetadata> metadataList) Naive JSON writer to prevent using any external dependency.