Class Neo4jManagedTypesBeanRegistrationAotProcessor
java.lang.Object
org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
org.springframework.data.neo4j.aot.Neo4jManagedTypesBeanRegistrationAotProcessor
- All Implemented Interfaces:
BeanRegistrationAotProcessor, Aware, EnvironmentAware
public final class Neo4jManagedTypesBeanRegistrationAotProcessor
extends ManagedTypesBeanRegistrationAotProcessor
Registered managed types and repositories to be included in AoT (native image)
processing.
- Since:
- 7.0.0
- Author:
- Gerrit Meier
-
Field Summary
Fields inherited from interface BeanRegistrationAotProcessor
IGNORE_REGISTRATION_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ManagedTypesBeanRegistrationAotProcessor
configureTypeContribution, contribute, getConfiguredEnvironmentOrTryToResolveOne, getModuleIdentifier, matchesByType, matchesPrefix, processAheadOfTime, registerTypeHints, setEnvironment, setModuleIdentifier, typeCollectorCustomizerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
Constructor Details
-
Neo4jManagedTypesBeanRegistrationAotProcessor
public Neo4jManagedTypesBeanRegistrationAotProcessor()
-
-
Method Details
-
isMatch
- Overrides:
isMatchin classManagedTypesBeanRegistrationAotProcessor
-