Class ImmutableTypeReference

    • Field Detail

      • type

        @Nonnull
        protected final java.lang.String type
    • Constructor Detail

      • ImmutableTypeReference

        public ImmutableTypeReference​(java.lang.String type)
    • Method Detail

      • getType

        @Nonnull
        public java.lang.String getType()
        Description copied from interface: TypeReference
        Gets the string representation of the referenced type. The returned string will be a TypeDescriptor, as defined in the dex file specification
        Specified by:
        getType in interface TypeReference
        Returns:
        The string representation of the referenced type.
      • immutableListOf

        @Nonnull
        public static com.google.common.collect.ImmutableList<ImmutableTypeReference> immutableListOf​(@Nullable
                                                                                                      java.util.List<? extends TypeReference> list)