public interface ModelNodeFormatter
Modifier and Type | Interface and Description |
---|---|
static class |
ModelNodeFormatter.Factory |
static class |
ModelNodeFormatter.ModelNodeFormatterBase |
Modifier and Type | Field and Description |
---|---|
static ModelNodeFormatter.ModelNodeFormatterBase |
BOOLEAN |
static ModelNodeFormatter.ModelNodeFormatterBase |
DEFAULT |
static ModelNodeFormatter.ModelNodeFormatterBase |
LIST |
static int |
OFFSET |
static ModelNodeFormatter.ModelNodeFormatterBase |
PROPERTY |
static ModelNodeFormatter.ModelNodeFormatterBase |
STRING |
Modifier and Type | Method and Description |
---|---|
void |
format(StringBuilder buf,
int offset,
org.jboss.dmr.ModelNode value) |
static final int OFFSET
static final ModelNodeFormatter.ModelNodeFormatterBase DEFAULT
static final ModelNodeFormatter.ModelNodeFormatterBase BOOLEAN
static final ModelNodeFormatter.ModelNodeFormatterBase STRING
static final ModelNodeFormatter.ModelNodeFormatterBase LIST
static final ModelNodeFormatter.ModelNodeFormatterBase PROPERTY
void format(StringBuilder buf, int offset, org.jboss.dmr.ModelNode value)
Copyright © 2023 JBoss by Red Hat. All rights reserved.