Uses of Class
org.jboss.as.controller.AttributeParser
Packages that use AttributeParser
-
Uses of AttributeParser in org.jboss.as.controller
Subclasses of AttributeParser in org.jboss.as.controllerModifier and TypeClassDescriptionstatic final classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in org.jboss.as.controller declared as AttributeParserModifier and TypeFieldDescriptionstatic final AttributeParserAttributeParser.COMMA_DELIMITED_STRING_LISTstatic final AttributeParserAttributeParser.OBJECT_LIST_PARSERstatic final AttributeParserAttributeParsers.OBJECT_MAP_UNWRAPPEDstatic final AttributeParserAttributeParsers.OBJECT_MAP_WRAPPEDstatic final AttributeParserAttributeParser.OBJECT_PARSERstatic final AttributeParserAttributeParser.PROPERTIES_PARSERstatic final AttributeParserAttributeParser.PROPERTIES_PARSER_UNWRAPPEDstatic final AttributeParserAttributeParsers.PROPERTIES_UNWRAPPEDstatic final AttributeParserAttributeParsers.PROPERTIES_WRAPPEDstatic final AttributeParserAttributeParser.SIMPLEstatic final AttributeParserAttributeParsers.SIMPLESimple attribute parser, that loads attribute from xml attributestatic final AttributeParserAttributeParsers.SIMPLE_ELEMENTsimple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.static final AttributeParserAttributeParser.STRING_LISTstatic final AttributeParserAttributeParsers.STRING_LISTstatic final AttributeParserAttributeParsers.STRING_LIST_COMMA_DELIMITEDstatic final AttributeParserAttributeParsers.STRING_LIST_NAMED_ELEMENTstatic final AttributeParserAttributeParser.UNWRAPPED_OBJECT_LIST_PARSERstatic final AttributeParserAttributeParsers.UNWRAPPED_OBJECT_LIST_PARSERstatic final AttributeParserAttributeParser.WRAPPED_OBJECT_LIST_PARSERstatic final AttributeParserAttributeParsers.WRAPPED_OBJECT_LIST_PARSERMethods in org.jboss.as.controller that return AttributeParserModifier and TypeMethodDescriptionstatic AttributeParserAttributeParsers.getObjectMapAttributeParser(String keyElementName) static AttributeParserAttributeParsers.getObjectMapAttributeParser(String elementName, boolean wrapElement) static AttributeParserAttributeParsers.getObjectMapAttributeParser(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName) static AttributeParserAttributeParsers.getObjectMapAttributeParser(String elementName, String keyElementName, boolean wrapElement) AbstractAttributeDefinitionBuilder.getParser()AttributeDefinition.getParser()Methods in org.jboss.as.controller with parameters of type AttributeParserModifier and TypeMethodDescriptionPersistentResourceXMLDescription.Builder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.Builder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser parser, AttributeMarshaller attributeMarshaller) AbstractAttributeDefinitionBuilder.setAttributeParser(AttributeParser parser) Sets a customAttributeParserto use for parsing attribute from xml. -
Uses of AttributeParser in org.jboss.as.controller.persistence.xml
Methods in org.jboss.as.controller.persistence.xml that return AttributeParserModifier and TypeMethodDescriptionAttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration.getParser(AttributeDefinition attribute) default AttributeParserAttributeDefinitionXMLConfiguration.getParser(AttributeDefinition attribute) Returns the parser of the specified attribute.Methods in org.jboss.as.controller.persistence.xml with parameters of type AttributeParserModifier and TypeMethodDescriptionAttributeDefinitionXMLElement.Builder.withParser(AttributeParser parser) Overrides the default parser of this attribute.AttributeDefinitionXMLElement.DefaultBuilder.withParser(AttributeParser parser) Method parameters in org.jboss.as.controller.persistence.xml with type arguments of type AttributeParserModifier and TypeMethodDescriptionAttributeDefinitionXMLConfiguration.Configurator.withParsers(Map<AttributeDefinition, AttributeParser> parsers) Overrides the parsers for the specified attributes.ResourceXMLContainer.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers) ResourceXMLElementGroup.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers) ResourceXMLParticleGroup.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers)