static <T> CapabilityReferenceRecorder.ParentPathProvider<T> |
CapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.BinaryServiceDescriptor<T> requirement) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
CapabilityReferenceRecorder.ParentPathProvider<T> |
CapabilityReferenceRecorder.DefaultBuilder.withGrandparentPath(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.
|
default CapabilityReferenceRecorder.ParentPathProvider<T> |
CapabilityReferenceRecorder.GrandparentPathProvider.withGrandparentPath(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 grandparent segment of the requirement.
|
CapabilityReferenceRecorder.ParentPathProvider<T> |
CapabilityReferenceRecorder.GrandparentPathProvider.withGrandparentPath(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 grandparent segment of the requirement.
|