Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.type Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractClassTestingTypeFilterType filter that exposes aClassMetadata objectClassorg.springframework.core.type.filterSpring MVC
AbstractTypeHierarchyTraversingFilterType filter that is aware of traversing over hierarchy.Classorg.springframework.core.type.filterSpring MVC
AnnotatedTypeMetadataDefines access to the annotations of a specific type (classor method), in a form that does not necessarily require theInterfaceorg.springframework.core.typeSpring MVC
AnnotationMetadataInterface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
AnnotationMetadataReadingVisitorASM class visitor which looks for the class name and implemented types aswell as for the annotations defined on the class, exposing them throughClassorg.springframework.core.type.classreadingSpring MVC
AnnotationTypeFilterA simple filter which matches classes with a given annotation,checking inherited annotations as well.Classorg.springframework.core.type.filterSpring MVC
AspectJTypeFilterType filter that uses AspectJ type pattern for matching.Classorg.springframework.core.type.filterSpring MVC
AssignableTypeFilterA simple filter which matches classes that are assignable to a given type.Classorg.springframework.core.type.filterSpring MVC
CachingMetadataReaderFactoryCaching implementation of the MetadataReaderFactory interface,caching MetadataReader per Spring Resource handleClassorg.springframework.core.type.classreadingSpring MVC
ClassMetadataInterface that defines abstract metadata of a specific class,in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
MetadataReaderSimple facade for accessing class metadata,as read by an ASM ClassReader.Interfaceorg.springframework.core.type.classreadingSpring MVC
MetadataReaderFactoryFactory interface for MetadataReader instances.Interfaceorg.springframework.core.type.classreadingSpring MVC
MethodMetadataInterface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet.Interfaceorg.springframework.core.typeSpring MVC
MethodMetadataReadingVisitorASM method visitor which looks for the annotations defined on a method,exposing them through the MethodMetadataClassorg.springframework.core.type.classreadingSpring MVC
RegexPatternTypeFilterA simple filter for matching a fully-qualified class name with a regex Pattern.Classorg.springframework.core.type.filterSpring MVC
SimpleMetadataReaderFactorySimple implementation of the MetadataReaderFactory interface,creating a new ASM ClassReader for every request.Classorg.springframework.core.type.classreadingSpring MVC
StandardAnnotationMetadataAnnotationMetadata implementation that uses standard reflectionto introspect a given Class.Classorg.springframework.core.typeSpring MVC
StandardClassMetadataClassMetadata implementation that uses standard reflectionto introspect a given Class.Classorg.springframework.core.typeSpring MVC
StandardMethodMetadataMethodMetadata implementation that uses standard reflectionto introspect a given Method.Classorg.springframework.core.typeSpring MVC
TypeFilterBase interface for type filters using aSince:2.Interfaceorg.springframework.core.type.filterSpring MVC