Class GsonTypeAdapterFactory

  • All Implemented Interfaces:
    com.google.gson.TypeAdapterFactory

    @Deprecated
    public class GsonTypeAdapterFactory
    extends Object
    implements com.google.gson.TypeAdapterFactory
    Deprecated.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • forProject

        public static final GsonTypeAdapterFactory forProject​(org.jasypt.encryption.StringEncryptor encryptor)
        Deprecated.
      • forClient

        public static final GsonTypeAdapterFactory forClient​(org.jasypt.encryption.StringEncryptor encryptor)
        Deprecated.
      • create

        public <T> com.google.gson.TypeAdapter<T> create​(com.google.gson.Gson gson,
                                                         com.google.gson.reflect.TypeToken<T> type)
        Deprecated.
        Specified by:
        create in interface com.google.gson.TypeAdapterFactory