Uses of Package
org.springframework.core.type.filter
Packages that use org.springframework.core.type.filter
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Core support package for type filtering (for example, for classpath scanning).
Hibernate-specific support classes, integrated with JPA.
-
Classes in org.springframework.core.type.filter used by org.springframework.context.annotation
-
Classes in org.springframework.core.type.filter used by org.springframework.core.type.filterClassDescriptionType filter that exposes a
ClassMetadataobject to subclasses, for class testing purposes.Type filter that is aware of traversing over hierarchy.Base interface for type filters using aMetadataReader. -
Classes in org.springframework.core.type.filter used by org.springframework.orm.jpa.hibernate