Uses of Interface
org.jboss.as.controller.xml.XMLAttribute.Builder
Packages that use XMLAttribute.Builder
-
Uses of XMLAttribute.Builder in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLAttribute.BuilderMethods in org.jboss.as.controller.xml that return XMLAttribute.BuilderModifier and TypeMethodDescriptiondefault XMLAttribute.Builder<RC,WC> Returns a builder of an XML attribute, using the specified name.Returns a builder of an XML attribute, using the specified name and stability.XMLAttribute.Builder.withConsumer(BiConsumer<RC, String> consumer) Specifies a consumer used to apply an attribute value to the read context.XMLAttribute.DefaultBuilder.withConsumer(BiConsumer<RC, String> consumer) XMLAttribute.Builder.withDefaultValue(String defaultValue) Specifies a default value for this attribute, applied if the attribute is absent from the input.XMLAttribute.DefaultBuilder.withDefaultValue(String defaultValue) XMLAttribute.Builder.withFixedValue(String fixedValue) Specifies a fixed value of this attribute, applied if the attribute is absent from the input.XMLAttribute.DefaultBuilder.withFixedValue(String fixedValue) XMLAttribute.Builder.withFormatter(Function<WC, String> formatter) Specifies a function used to format content as an attribute value.XMLAttribute.DefaultBuilder.withFormatter(Function<WC, String> formatter) Overrides the usage of this attribute