Class AddNameFromAddressResourceTransformer

java.lang.Object
org.jboss.as.controller.transform.AddNameFromAddressResourceTransformer
All Implemented Interfaces:
ResourceTransformer

public class AddNameFromAddressResourceTransformer extends Object implements ResourceTransformer
ResourceTransformer that takes the value in the last element of the given address and stores it in a model attribute named name.

This transformer can be used to preserve compatibility when ReadResourceNameOperationStepHandler is used to replace storage of a resource name in the model.

See Also: