Class Schema.TransformationResult

  • Enclosing class:
    Schema

    public static final class Schema.TransformationResult
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • success

        public final boolean success
      • exception

        public final java.lang.RuntimeException exception
      • mutations

        public final java.util.Collection<Mutation> mutations