Uses of Class
org.wildfly.glow.ContextLookupInfo
Packages that use ContextLookupInfo
-
Uses of ContextLookupInfo in org.wildfly.glow.error
Methods in org.wildfly.glow.error that return ContextLookupInfoMethods in org.wildfly.glow.error with parameters of type ContextLookupInfoModifier and TypeMethodDescriptionstatic IdentifiedErrorNamingContextLookupError.create(boolean verbose, String id, String description, ContextLookupInfo contextLookupInfo) Method parameters in org.wildfly.glow.error with type arguments of type ContextLookupInfoModifier and TypeMethodDescriptionvoidErrorIdentificationSession.collectEndOfScanErrors(boolean verbose, Map<String, ResourceInjectionJndiInfo> resourceInjectionInfos, Set<ContextLookupInfo> initialContextLookupInfos, Map<String, DataSourceDefinitionInfo> datasourceDefinitionInfos, Set<String> allClasses) voidJndiErrorIdentification.collectErrors(boolean verbose, Map<String, ResourceInjectionJndiInfo> resourceInjectionInfos, Set<ContextLookupInfo> initialContextLookupInfos, Set<String> allClasses) Constructors in org.wildfly.glow.error with parameters of type ContextLookupInfoModifierConstructorDescriptionNamingContextLookupError(String id, String description, ContextLookupInfo contextLookupInfo)