Interface SingletonResourceRegistrationXMLElement.Builder
-
- All Superinterfaces:
AttributeDefinitionXMLConfiguration.Configurator<SingletonResourceRegistrationXMLElement.Builder>,ResourceRegistrationXMLElement.Builder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,ResourceXMLContainer.Builder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,XMLContainer.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,XMLParticle.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>
- All Known Implementing Classes:
SingletonResourceRegistrationXMLElement.DefaultBuilder
- Enclosing interface:
- SingletonResourceRegistrationXMLElement
public static interface SingletonResourceRegistrationXMLElement.Builder extends ResourceRegistrationXMLElement.Builder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingletonResourceRegistrationXMLElement.BuilderimplyIfAbsent()Indicates that this element is optional, i.e.-
Methods inherited from interface org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration.Configurator
withLocalNames, withMarshallers, withNames, withParsers
-
Methods inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.Builder
thenDiscardOperation, withDefaultValues, withElementLocalName, withElementLocalName, withElementName, withElementName, withOperationKey, withOperationTransformation, withOperationTransformation, withOperationTransformation
-
Methods inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer.Builder
addAttribute, addAttributes, ignoreAttributeLocalNames, ignoreAttributeNames, provideAttributes
-
Methods inherited from interface org.jboss.as.controller.xml.XMLContainer.Builder
withContent, withContent, withContent, withContent
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
-
-
-
Method Detail
-
implyIfAbsent
SingletonResourceRegistrationXMLElement.Builder implyIfAbsent()
Indicates that this element is optional, i.e.XMLCardinality.isRequired()== false, and an emptyModelDescriptionConstants.ADDoperation for thisResourceRegistrationshould be created if this element is absent. An implicit element will not be written if its attributes are undefined and any content is empty.- Returns:
- a reference to this builder.
-
-