static <T> CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.builder(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.UnaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|
CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.DefaultBuilder.withParentAttribute(AttributeDefinition attribute) |
|
CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.ParentAttributeProvider.withParentAttribute(AttributeDefinition attribute) |
Specifies the attribute used to resolves the parent segment of the requirement.
|
CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.DefaultBuilder.withParentPath(PathElement path,
Function<PathAddress,PathElement> resolver) |
|
default CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.ParentPathProvider.withParentPath(PathElement path) |
Specifies the path for the parent segment of the requirement.
|
CapabilityReferenceRecorder.Builder<T> |
CapabilityReferenceRecorder.ParentPathProvider.withParentPath(PathElement path,
Function<PathAddress,PathElement> resolver) |
Specifies the path and resolver for the parent segment of the requirement.
|