Class StackFrameFactory

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.json.ModelFactory<StackFrame>

    public class StackFrameFactory
    extends java.lang.Object
    implements com.microsoft.appcenter.ingestion.models.json.ModelFactory<StackFrame>
    • Method Detail

      • create

        public StackFrame create()
        Specified by:
        create in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<StackFrame>
      • createList

        public java.util.List<StackFrame> createList​(int capacity)
        Specified by:
        createList in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<StackFrame>