Package | Description |
---|---|
org.jboss.as.clustering.controller | |
org.jboss.as.controller | |
org.jboss.as.logging | |
org.jboss.as.messaging | |
org.jboss.as.remoting | |
org.jboss.as.security |
Modifier and Type | Method and Description |
---|---|
static AttributeMarshaller |
AttributeMarshallerFactory.createPropertyListAttributeMarshaller() |
static AttributeMarshaller |
AttributeMarshallerFactory.createSimpleListAttributeMarshaller() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttributeMarshaller |
Modifier and Type | Field and Description |
---|---|
protected AttributeMarshaller |
AttributeDefinition.attributeMarshaller |
protected AttributeMarshaller |
AbstractAttributeDefinitionBuilder.attributeMarshaller |
Modifier and Type | Method and Description |
---|---|
AttributeMarshaller |
AttributeDefinition.getAttributeMarshaller() |
AttributeMarshaller |
AbstractAttributeDefinitionBuilder.getAttributeMarshaller() |
Modifier and Type | Method and Description |
---|---|
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,
AttributeAccess.Flag... flags)
Deprecated.
|
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) |
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,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean niSignificant,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean niSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
PrimitiveListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
org.jboss.dmr.ModelType valueType,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
Builder |
PrimitiveListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
org.jboss.dmr.ModelType valueType,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
ParameterValidator elementValidator,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
Builder |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleListAttributeDefinition(String name,
String xmlName,
AttributeDefinition valueType,
boolean allowNull,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
SimpleListAttributeDefinition(String name,
String xmlName,
AttributeDefinition valueType,
boolean allowNull,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
Modifier and Type | Class and Description |
---|---|
class |
ElementAttributeMarshaller |
class |
HandlersAttributeMarshaller |
Constructor and Description |
---|
PropertyAttributeDefinition(String name,
String xmlName,
String propertyName,
ModelNodeResolver<String> resolver,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AttributeAccess.Flag... flags)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
AttributeMarshallers.JndiEntriesAttributeMarshaller |
static class |
AttributeMarshallers.WrappedListAttributeMarshaller
XML marshaller for connector attribute to wrap a list of attributes in an optional XML element.
|
Modifier and Type | Field and Description |
---|---|
static AttributeMarshaller |
AttributeMarshallers.CONNECTORS_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.DISCOVERY_GROUP_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.INTERCEPTOR_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.JNDI_CONTEXT_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.JNDI_RESOURCE_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.NOOP_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.SELECTOR_MARSHALLER |
Modifier and Type | Class and Description |
---|---|
class |
WrappedAttributeMarshaller
Jeff Mesnil (c) 2012 Red Hat, inc
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ComplexAttributes.KeyManagerAttributeMarshaller |
protected static class |
ComplexAttributes.KeyStoreAttributeMarshaller |
Copyright © 2015 JBoss by Red Hat. All rights reserved.