Uses of Class
org.jboss.as.controller.AttributeParser
-
Packages that use AttributeParser Package Description org.jboss.as.controller -
-
Uses of AttributeParser in org.jboss.as.controller
Subclasses of AttributeParser in org.jboss.as.controller Modifier and Type Class Description static classAttributeParser.DiscardOldDefaultValueParserstatic classAttributeParsers.AttributeElementParserstatic classAttributeParsers.MapParserstatic classAttributeParsers.NamedStringListParserstatic classAttributeParsers.ObjectMapParserstatic classAttributeParsers.ObjectParserstatic classAttributeParsers.PropertiesParserstatic classAttributeParsers.UnWrappedObjectListParserstatic classAttributeParsers.WrappedObjectListParserFields in org.jboss.as.controller declared as AttributeParser Modifier and Type Field Description static AttributeParserAttributeParser. COMMA_DELIMITED_STRING_LISTstatic AttributeParserAttributeParser. OBJECT_LIST_PARSERstatic AttributeParserAttributeParsers. OBJECT_MAP_UNWRAPPEDstatic AttributeParserAttributeParsers. OBJECT_MAP_WRAPPEDstatic AttributeParserAttributeParser. OBJECT_PARSERstatic AttributeParserAttributeParser. PROPERTIES_PARSERstatic AttributeParserAttributeParser. PROPERTIES_PARSER_UNWRAPPEDstatic AttributeParserAttributeParsers. PROPERTIES_UNWRAPPEDstatic AttributeParserAttributeParsers. PROPERTIES_WRAPPEDstatic AttributeParserAttributeParser. SIMPLEstatic AttributeParserAttributeParsers. SIMPLESimple attribute parser, that loads attribute from xml attributestatic AttributeParserAttributeParsers. SIMPLE_ELEMENTsimple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.static AttributeParserAttributeParser. STRING_LISTstatic AttributeParserAttributeParsers. STRING_LISTstatic AttributeParserAttributeParsers. STRING_LIST_COMMA_DELIMITEDstatic AttributeParserAttributeParsers. STRING_LIST_NAMED_ELEMENTstatic AttributeParserAttributeParser. UNWRAPPED_OBJECT_LIST_PARSERstatic AttributeParserAttributeParsers. UNWRAPPED_OBJECT_LIST_PARSERstatic AttributeParserAttributeParser. WRAPPED_OBJECT_LIST_PARSERstatic AttributeParserAttributeParsers. WRAPPED_OBJECT_LIST_PARSERMethods in org.jboss.as.controller that return AttributeParser Modifier and Type Method Description static 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)AttributeParserAbstractAttributeDefinitionBuilder. getParser()AttributeParserAttributeDefinition. getParser()Methods in org.jboss.as.controller with parameters of type AttributeParser Modifier and Type Method Description PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser)PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller)BUILDERAbstractAttributeDefinitionBuilder. setAttributeParser(AttributeParser parser)Sets a customAttributeParserto use for parsing attribute from xml.
-