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
Modifier and TypeMethodDescriptionIndicates that this element is optional, i.e.Methods inherited from interface org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration.Configurator
withLocalNames, withMarshallers, withNames, withParsersMethods inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.Builder
thenDiscardOperation, withDefaultValues, withElementLocalName, withElementLocalName, withElementName, withElementName, withOperationKey, withOperationTransformation, withOperationTransformation, withOperationTransformationMethods inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer.Builder
addAttribute, addAttributes, ignoreAttributeLocalNames, ignoreAttributeNames, provideAttributesMethods inherited from interface org.jboss.as.controller.xml.XMLContainer.Builder
withContent, withContent, withContent, withContentMethods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
Method Details
-
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.
-