WildFly Dynamic Model Representation Concepts
Jump to navigation
Jump to search
Internal
ModelNode
The primary class of the public management API is org.jboss.dmr.ModelNode
A ModelNode is wrapper around a value. The value is typically some basic JDK type. A ModelNode exposes a getType() method. This method returns a value of type org.jboss.dmr.ModelType, which is an enum of all the valid types of values.