Interface JacksonContext.IntegerStackFactory

Enclosing interface:
JacksonContext

public static interface JacksonContext.IntegerStackFactory
  • Method Summary

    Modifier and Type Method Description
    Stack<java.lang.Integer> make()  
  • Method Details

    • make

      Stack<java.lang.Integer> make()