Class FastJsonTypeProcessor

  • All Implemented Interfaces:
    cz.habarta.typescript.generator.TypeProcessor

    public final class FastJsonTypeProcessor
    extends Object
    implements cz.habarta.typescript.generator.TypeProcessor
    Custom TypeScript type converter processor, for use with DefaultFastJsonConverter. Generates the types as created by the fastjson converter.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface cz.habarta.typescript.generator.TypeProcessor

        cz.habarta.typescript.generator.TypeProcessor.Chain, cz.habarta.typescript.generator.TypeProcessor.Context, cz.habarta.typescript.generator.TypeProcessor.Result
    • Constructor Detail

      • FastJsonTypeProcessor

        public FastJsonTypeProcessor()
    • Method Detail

      • processType

        public cz.habarta.typescript.generator.TypeProcessor.Result processType​(Type javaType,
                                                                                cz.habarta.typescript.generator.TypeProcessor.Context context)
        Specified by:
        processType in interface cz.habarta.typescript.generator.TypeProcessor