Uses of Class
com.github.egoettelmann.annotationprocessor.spring.value.core.ValueAnnotationMetadata
-
-
Uses of ValueAnnotationMetadata in com.github.egoettelmann.annotationprocessor.spring.value.core
Methods in com.github.egoettelmann.annotationprocessor.spring.value.core that return ValueAnnotationMetadata Modifier and Type Method Description ValueAnnotationMetadataValueAnnotationMetadataBuilder. build() -
Uses of ValueAnnotationMetadata in com.github.egoettelmann.annotationprocessor.spring.value.reader
Methods in com.github.egoettelmann.annotationprocessor.spring.value.reader that return ValueAnnotationMetadata Modifier and Type Method Description ValueAnnotationMetadataElementReader. read(Element element) -
Uses of ValueAnnotationMetadata in com.github.egoettelmann.annotationprocessor.spring.value.writer
Method parameters in com.github.egoettelmann.annotationprocessor.spring.value.writer with type arguments of type ValueAnnotationMetadata Modifier and Type Method Description voidJsonWriter. write(List<ValueAnnotationMetadata> metadataList)Naive JSON writer to prevent using any external dependency.
-