Module spring.data.neo4j
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 voidcontributeType(ResolvableType type, GenerationContext generationContext) protected booleanprotected booleanisNeo4jManagedTypes(Class<?> beanType) Methods inherited from class org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
contribute, getModuleIdentifier, matchesByType, matchesPrefix, processAheadOfTime, setModuleIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
Constructor Details
-
Neo4jManagedTypesBeanRegistrationAotProcessor
public Neo4jManagedTypesBeanRegistrationAotProcessor()
-
-
Method Details
-
isMatch
- Overrides:
isMatchin classManagedTypesBeanRegistrationAotProcessor
-
isNeo4jManagedTypes
-
contributeType
- Overrides:
contributeTypein classManagedTypesBeanRegistrationAotProcessor
-