Uses of Class
org.springframework.aot.generator.ProtectedElement
Packages that use ProtectedElement
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
-
Uses of ProtectedElement in org.springframework.aot.generator
Methods in org.springframework.aot.generator that return types with arguments of type ProtectedElementModifier and TypeMethodDescriptionProtectedAccessException.getProtectedElements()
Return the protected elements.Constructor parameters in org.springframework.aot.generator with type arguments of type ProtectedElementModifierConstructorDescriptionProtectedAccessException
(String message, List<ProtectedElement> protectedElements)