List of usage examples for org.springframework.core.type.classreading MetadataReader interface-usage
From source file au.com.permeance.liferay.spring.SimpleMetadataReader.java
/** * This class provides an implementation of the {@link MetadataReader} interface which reads from an already * materialised class (rather than a resource or stream). */ public class SimpleMetadataReader implements MetadataReader {
From source file org.springframework.core.type.classreading.SimpleMetadataReader.java
/**
* {@link MetadataReader} implementation based on an ASM {@link org.springframework.asm.ClassReader} .
*
* <p>
* Package-visible in order to allow for repackaging the ASM library without effect on users of the {@code core.type}
* package.