static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.BinaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.BinaryServiceDescriptor<T> requirement,
Function<PathAddress,PathElement> parentPathResolver) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.BinaryServiceDescriptor<T> requirement,
AttributeDefinition parentAttribute) |
Creates a new reference between the specified capability and the specified requirement
Parent reference name is taken from the value of the specified AttributeDefinition.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.QuaternaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.QuaternaryServiceDescriptor<T> requirement,
Function<PathAddress,PathElement> greatGrandparentPathResolver,
Function<PathAddress,PathElement> grandparentPathResolver,
Function<PathAddress,PathElement> parentPathResolver) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.QuaternaryServiceDescriptor<T> requirement,
AttributeDefinition greatGrandparentAttribute,
AttributeDefinition grandparentAttribute,
AttributeDefinition parentAttribute) |
Creates a new reference between the specified capability and the specified requirement
Parent reference name is taken from the value of the specified AttributeDefinition.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement,
Function<PathAddress,PathElement> grandparentPathResolver,
Function<PathAddress,PathElement> parentPathResolver) |
Creates a new reference between the specified capability and the specified requirement.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement,
AttributeDefinition grandparentAttribute,
AttributeDefinition parentAttribute) |
Creates a new reference between the specified capability and the specified requirement
Parent reference name is taken from the value of the specified AttributeDefinition.
|
static <T> CapabilityReferenceRecorder<T> |
CapabilityReferenceRecorder.of(RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.UnaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|