Class GsonTypeFactory


  • @Deprecated
    public class GsonTypeFactory
    extends Object
    Deprecated.
    Type factory for FC entity types for GSON deserialization
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • forClass

        public static final Type forClass​(Class<?> clazz)
        Deprecated.
        Gets the GSON type based on given clazz
        Parameters:
        clazz - the class to get the Type of
        Returns:
        type for deserialization
      • forPath

        public static final Type forPath​(String subDirPath)
        Deprecated.
        Gets the GSON type based on given directory path
        Parameters:
        subDirPath - String directory path
        Returns:
        type for deserialization