Class Neo4jManagedTypesBeanRegistrationAotProcessor
java.lang.Object
org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
org.springframework.data.neo4j.aot.Neo4jManagedTypesBeanRegistrationAotProcessor
- All Implemented Interfaces:
BeanRegistrationAotProcessor
public class Neo4jManagedTypesBeanRegistrationAotProcessor
extends ManagedTypesBeanRegistrationAotProcessor
- Since:
- 7.0.0
- Author:
- Gerrit Meier
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
IGNORE_REGISTRATION_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
contributeType
(ResolvableType type, GenerationContext generationContext) protected boolean
protected boolean
isNeo4jManagedTypes
(Class<?> beanType) Methods inherited from class org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
contribute, getModuleIdentifier, matchesByType, matchesPrefix, processAheadOfTime, setModuleIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
Constructor Details
-
Neo4jManagedTypesBeanRegistrationAotProcessor
public Neo4jManagedTypesBeanRegistrationAotProcessor()
-
-
Method Details
-
isMatch
- Overrides:
isMatch
in classManagedTypesBeanRegistrationAotProcessor
-
isNeo4jManagedTypes
-
contributeType
- Overrides:
contributeType
in classManagedTypesBeanRegistrationAotProcessor
-