Class Type.ResolvedPair

  • Enclosing class:
    Type

    public static class Type.ResolvedPair
    extends Object
    Reflects any Resolved Pair, examples are T, String ? extends T, BigDecimal T[], Integer[]
    • Constructor Detail

      • ResolvedPair

        public ResolvedPair​(Type parameter,
                            Type match)
    • Method Detail

      • getParameter

        public Type getParameter()
      • getMatch

        public Type getMatch()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object