Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.logging | |
org.jboss.as.remoting |
Modifier and Type | Class and Description |
---|---|
static class |
AttributeMarshallers.PropertiesAttributeMarshaller |
class |
DefaultAttributeMarshaller |
Modifier and Type | Field and Description |
---|---|
static AttributeMarshaller |
AttributeMarshaller.ATTRIBUTE_OBJECT
Marshaller for ObjectTypeAttributeDefinition.
|
protected AttributeMarshaller |
AbstractAttributeDefinitionBuilder.attributeMarshaller |
protected AttributeMarshaller |
AttributeDefinition.attributeMarshaller |
static AttributeMarshaller |
AttributeMarshaller.COMMA_STRING_LIST
comma delimited list marshaller
|
static AttributeMarshaller |
AttributeMarshaller.ELEMENT_ONLY_OBJECT
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
AttributeMarshaller.OBJECT_LIST_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.PROPERTIES_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.PROPERTIES_MARSHALLER_UNWRAPPED |
static AttributeMarshaller |
AttributeMarshaller.SIMPLE
simple marshaller
|
static AttributeMarshaller |
AttributeMarshaller.STRING_LIST
space delimited list marshaller
|
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,AttributeMarshaller> |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.attributeMarshallers |
Modifier and Type | Method and Description |
---|---|
AttributeMarshaller |
AbstractAttributeDefinitionBuilder.getAttributeMarshaller() |
AttributeMarshaller |
AttributeDefinition.getAttributeMarshaller() |
Modifier and Type | Method and Description |
---|---|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser,
AttributeMarshaller attributeMarshaller) |
BUILDER |
AbstractAttributeDefinitionBuilder.setAttributeMarshaller(AttributeMarshaller marshaller)
Sets a custom
AttributeMarshaller to use for marshalling the attribute to xml. |
Constructor and Description |
---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
Modifier and Type | Class and Description |
---|---|
class |
ElementAttributeMarshaller |
class |
HandlersAttributeMarshaller |
Modifier and Type | Class and Description |
---|---|
class |
WrappedAttributeMarshaller
Jeff Mesnil (c) 2012 Red Hat, inc
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.