Class DynamicNameMappers
- java.lang.Object
-
- org.jboss.as.controller.capability.DynamicNameMappers
-
@Deprecated(forRemoval=true) public class DynamicNameMappers extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Utility class defining name mappers.- Author:
- Emmanuel Hugonnet (c) 2018 Red Hat, inc.
-
-
Field Summary
Fields Modifier and Type Field Description static Function<PathAddress,String[]>GRAND_PARENTDeprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.GRANDPARENTinstead.static Function<PathAddress,String[]>PARENTDeprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.PARENTinstead.static Function<PathAddress,String[]>SIMPLEDeprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.DEFAULTinstead.
-
Constructor Summary
Constructors Constructor Description DynamicNameMappers()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
SIMPLE
@Deprecated(forRemoval=true) public static final Function<PathAddress,String[]> SIMPLE
Deprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.DEFAULTinstead.
-
PARENT
@Deprecated(forRemoval=true) public static final Function<PathAddress,String[]> PARENT
Deprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.PARENTinstead.
-
GRAND_PARENT
@Deprecated(forRemoval=true) public static final Function<PathAddress,String[]> GRAND_PARENT
Deprecated, for removal: This API element is subject to removal in a future version.UseUnaryCapabilityNameResolver.GRANDPARENTinstead.
-
-