Uses of Interface
org.wildfly.subsystem.resource.AttributeTranslation
-
Packages that use AttributeTranslation Package Description org.wildfly.subsystem.resource org.wildfly.subsystem.resource.operation -
-
Uses of AttributeTranslation in org.wildfly.subsystem.resource
Methods in org.wildfly.subsystem.resource that return AttributeTranslation Modifier and Type Method Description static AttributeTranslationAttributeTranslation. alias(AttributeDefinition targetAttribute)AttributeTranslationResourceDescriptor.DefaultResourceDescriptor. getAttributeTranslation(AttributeDefinition attribute)static AttributeTranslationAttributeTranslation. relocate(AttributeDefinition targetAttribute, UnaryOperator<PathAddress> addressTranslator)static AttributeTranslationAttributeTranslation. singletonList(AttributeDefinition targetAttribute)Methods in org.wildfly.subsystem.resource with parameters of type AttributeTranslation Modifier and Type Method Description CResourceDescriptor.AbstractConfigurator. translateAttribute(AttributeDefinition attribute, AttributeTranslation translation)CResourceDescriptor.Configurator. translateAttribute(AttributeDefinition attribute, AttributeTranslation translation)Specifies an attribute alias to another attribute of a potentially different resource. -
Uses of AttributeTranslation in org.wildfly.subsystem.resource.operation
Methods in org.wildfly.subsystem.resource.operation that return AttributeTranslation Modifier and Type Method Description default AttributeTranslationAddResourceOperationStepHandlerDescriptor. getAttributeTranslation(AttributeDefinition attribute)Returns the attribute translation for the specified attribute, or null if none existsConstructors in org.wildfly.subsystem.resource.operation with parameters of type AttributeTranslation Constructor Description ReadAttributeTranslationOperationStepHandler(AttributeTranslation translation)WriteAttributeTranslationOperationStepHandlerHandler(AttributeTranslation translation)
-