Interface ResourceParser

All Known Implementing Classes:
PersistentResourceXMLDescription
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ResourceParser
Author:
Tomaz Cerar (c) 2017 Red Hat Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, PathAddress parentAddress, List<org.jboss.dmr.ModelNode> list)