Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReferenceRecorder.GrandparentPathProvider
Packages that use CapabilityReferenceRecorder.GrandparentPathProvider
-
Uses of CapabilityReferenceRecorder.GrandparentPathProvider in org.wildfly.subsystem.resource.capability
Classes in org.wildfly.subsystem.resource.capability that implement CapabilityReferenceRecorder.GrandparentPathProviderModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.wildfly.subsystem.resource.capability that return CapabilityReferenceRecorder.GrandparentPathProviderModifier and TypeMethodDescriptionstatic <T> CapabilityReferenceRecorder.GrandparentPathProvider<T>CapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement) Deprecated, for removal: This API element is subject to removal in a future version.CapabilityReferenceRecorder.DefaultBuilder.withGreatGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress, org.jboss.as.controller.PathElement> resolver) Deprecated, for removal: This API element is subject to removal in a future version.CapabilityReferenceRecorder.GreatGrandparentPathProvider.withGreatGrandparentPath(org.jboss.as.controller.PathElement path) Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path for the great-grandparent segment of the requirement.CapabilityReferenceRecorder.GreatGrandparentPathProvider.withGreatGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress, org.jboss.as.controller.PathElement> resolver) Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path and resolver for the great-grandparent segment of the requirement.
CapabilityReference.builder(RuntimeCapability, TernaryServiceDescriptor)