Class TypeCoercer<F extends Type,​T extends Type>

    • Field Detail

      • fromType

        protected final F extends Type fromType
      • toType

        protected final T extends Type toType
    • Constructor Detail

      • TypeCoercer

        protected TypeCoercer​(F fromType,
                              T toType)