Interface PathAddressTransformer
- All Known Implementing Classes:
PathAddressTransformer.BasicPathAddressTransformer,PathAddressTransformer.ReplaceElementKey
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A path address transformation step. This specific type of transformer get registered alongside a resource transformer
entry and can be used to transform the PathAddress for operation and resource transformations.
In general this transformer is only responsible for changing the current PathElement and the delegate
to other address transformers in the chain using PathAddressTransformer.Builder.next(org.jboss.as.controller.PathElement...).
- Author:
- Emanuel Muckenhuber
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interfacestatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontransform(PathElement current, PathAddressTransformer.Builder builder) Transform an address.
-
Field Details
-
DEFAULT
-
-
Method Details
-
transform
Transform an address.- Parameters:
current- the current path elementbuilder- the address builder- Returns:
- the path address
-