Uses of Class
org.jboss.as.controller.MapAttributeDefinition
-
Packages that use MapAttributeDefinition Package Description org.jboss.as.controller -
-
Uses of MapAttributeDefinition in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type MapAttributeDefinition Modifier and Type Class Description static classMapAttributeDefinition.Builder<BUILDER extends MapAttributeDefinition.Builder<BUILDER,ATTRIBUTE>,ATTRIBUTE extends MapAttributeDefinition>Subclasses of MapAttributeDefinition in org.jboss.as.controller Modifier and Type Class Description classObjectMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of typeObjectTypeAttributeDefinitionclassPropertiesAttributeDefinitionRepresents simple key=value map equivalent of java.util.Map() classSimpleMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of type ModelTypeMethods in org.jboss.as.controller with parameters of type MapAttributeDefinition Modifier and Type Method Description abstract 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 MapAttributeDefinition Constructor Description Builder(MapAttributeDefinition basis)Builder(MapAttributeDefinition basis)Constructor parameters in org.jboss.as.controller with type arguments of type MapAttributeDefinition Constructor Description MapAttributeDefinition(MapAttributeDefinition.Builder<? extends MapAttributeDefinition.Builder,? extends MapAttributeDefinition> builder)
-