Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReferenceRecorder.Builder
Packages that use CapabilityReferenceRecorder.Builder
-
Uses of CapabilityReferenceRecorder.Builder in org.wildfly.subsystem.resource.capability
Classes in org.wildfly.subsystem.resource.capability that implement CapabilityReferenceRecorder.BuilderModifier 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.BuilderModifier and TypeMethodDescriptionstatic <T> CapabilityReferenceRecorder.Builder<T>CapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.service.descriptor.UnaryServiceDescriptor<T> requirement) Deprecated, for removal: This API element is subject to removal in a future version.CapabilityReferenceRecorder.DefaultBuilder.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) Deprecated, for removal: This API element is subject to removal in a future version.CapabilityReferenceRecorder.ParentAttributeProvider.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) Deprecated, for removal: This API element is subject to removal in a future version.Specifies the attribute used to resolves the parent segment of the requirement.CapabilityReferenceRecorder.DefaultBuilder.withParentPath(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.Builder<T>CapabilityReferenceRecorder.ParentPathProvider.withParentPath(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 parent segment of the requirement.CapabilityReferenceRecorder.ParentPathProvider.withParentPath(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 parent segment of the requirement.
CapabilityReference.builder(RuntimeCapability, UnaryServiceDescriptor)