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(org.jboss.as.controller.AttributeDefinition targetAttribute)AttributeTranslationResourceDescriptor.DefaultResourceDescriptor. getAttributeTranslation(org.jboss.as.controller.AttributeDefinition attribute)static AttributeTranslationAttributeTranslation. relocate(org.jboss.as.controller.AttributeDefinition targetAttribute, UnaryOperator<org.jboss.as.controller.PathAddress> addressTranslator)static AttributeTranslationAttributeTranslation. singletonList(org.jboss.as.controller.AttributeDefinition targetAttribute)Methods in org.wildfly.subsystem.resource with parameters of type AttributeTranslation Modifier and Type Method Description CResourceDescriptor.AbstractConfigurator. translateAttribute(org.jboss.as.controller.AttributeDefinition attribute, AttributeTranslation translation)CResourceDescriptor.Configurator. translateAttribute(org.jboss.as.controller.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(org.jboss.as.controller.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)WriteAttributeTranslationOperationStepHandler(AttributeTranslation translation)
-