Interface ResourceMarshaller

  • 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 ResourceMarshaller
    Author:
    Tomaz Cerar (c) 2017 Red Hat Inc.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void persist​(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.ModelNode model)