Uses of Class
org.jboss.as.controller.MapAttributeDefinition
Packages that use MapAttributeDefinition
-
Uses of MapAttributeDefinition in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type MapAttributeDefinitionModifier and TypeClassDescriptionstatic classMapAttributeDefinition.Builder<BUILDER extends MapAttributeDefinition.Builder<BUILDER,ATTRIBUTE>, ATTRIBUTE extends MapAttributeDefinition> Subclasses of MapAttributeDefinition in org.jboss.as.controllerModifier and TypeClassDescriptionclassMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of typeObjectTypeAttributeDefinitionfinal classRepresents simple key=value map equivalent of java.util.Map<String,String>()classMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of type ModelTypeMethods in org.jboss.as.controller with parameters of type MapAttributeDefinitionModifier and TypeMethodDescriptionabstract voidAttributeParsers.MapParser.parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.ObjectMapParser.parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.PropertiesParser.parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) Constructors in org.jboss.as.controller with parameters of type MapAttributeDefinitionModifierConstructorDescriptionBuilder(String attributeName, MapAttributeDefinition basis) Builder(MapAttributeDefinition basis) Builder(MapAttributeDefinition basis) Constructor parameters in org.jboss.as.controller with type arguments of type MapAttributeDefinitionModifierConstructorDescriptionprotectedMapAttributeDefinition(MapAttributeDefinition.Builder<? extends MapAttributeDefinition.Builder, ? extends MapAttributeDefinition> builder)