Interface ResourceModelResolver<T>


  • public interface ResourceModelResolver<T>
    Resolves a value from a resource model.
    • Method Detail

      • resolve

        T resolve​(OperationContext context,
                  org.jboss.dmr.ModelNode model)
           throws OperationFailedException
        Resolves a value from the specified resource model, using the specified operation context.
        Parameters:
        context - an operation context
        model - a resource model
        Returns:
        the resolved value
        Throws:
        OperationFailedException - if the value could not be resolved